Commit Graph

  • 848f7d665b Rename the dev feature to reflect its generality #24 cargo-examples_on_main Aaron Fenyes 2024-11-21 20:26:51 -0800
  • b23d4a1860 Separate test and example for Irisawa hexlet Aaron Fenyes 2024-11-09 11:22:15 -0800
  • de8c662de4 Factor out the realization of the Irisawa hexlet Aaron Fenyes 2024-11-09 01:04:44 -0800
  • e69073a996 Streamline Gram matrix setup for Irisawa hexlet Aaron Fenyes 2024-11-09 00:19:09 -0800
  • 519d0f49df Turn assertionless tests into Cargo examples Aaron Fenyes 2024-11-08 19:48:26 -0800
  • e917272c60 Give each element a serial number (#22) main Vectornaut 2024-11-22 02:25:10 +0000
  • a5fd6545e0 Remove caveat about NEXT_ELEMENT_SERIAL wrapping #22 element-serial Aaron Fenyes 2024-11-21 16:47:45 -0800
  • 133b725053 Panic if we run out of serial numbers Aaron Fenyes 2024-11-21 16:42:43 -0800
  • c5f09b99b3 Add reminder to reconsider global element serials Aaron Fenyes 2024-11-21 16:03:58 -0800
  • b0bd31a9da Go back to atomic for next element serial number Aaron Fenyes 2024-11-21 15:55:40 -0800
  • 7bc3a9eeae Make the next element serial number thread-local Aaron Fenyes 2024-11-18 20:29:53 -0800
  • 6b2d44a58c Assign each element a serial number Aaron Fenyes 2024-11-18 16:08:06 -0800
  • b479e57446 Start assembly serial number at zero #21 outline-update-fix Aaron Fenyes 2024-11-18 11:49:45 -0800
  • 8daef5f71e Key element outline items by assembly Aaron Fenyes 2024-11-15 17:15:36 -0800
  • 65cee1ecc2 Clean up the outline view (#19) Vectornaut 2024-11-15 03:32:47 +0000
  • 7d6a394156 Name element column index more descriptively #19 outline-cleanup_on_main Aaron Fenyes 2024-11-14 01:18:20 -0800
  • a48fef3641 Comment example assembly chooser Aaron Fenyes 2024-11-14 00:55:33 -0800
  • 2b083be998 Explain emoji icon kludge Aaron Fenyes 2024-11-14 00:16:32 -0800
  • 0c8022d78e Give CSS colors meaningful names Aaron Fenyes 2024-11-14 00:06:55 -0800
  • 3f3c1739cb Write out "element" in HTML element classes Aaron Fenyes 2024-11-13 16:40:39 -0800
  • 882286c0e3 Write out "constraint" in HTML element classes Aaron Fenyes 2024-11-13 16:36:03 -0800
  • b3470b597d Make Element::index private Aaron Fenyes 2024-11-12 23:51:37 -0800
  • 102f400553 Switch font to Fira Sans Aaron Fenyes 2024-11-01 23:58:45 -0700
  • d223df869c Stop Assembly::realize from reacting to itself Aaron Fenyes 2024-11-01 20:49:00 -0700
  • b94280c456 Test representation validity in realization effect Aaron Fenyes 2024-11-01 20:40:25 -0700
  • 92b91df435 Use tabular numbers for element vectors Aaron Fenyes 2024-11-01 19:11:33 -0700
  • 33dd5dbe82 Make element vectors reactive Aaron Fenyes 2024-11-01 19:01:14 -0700
  • 037a0c376f Add an element constructor Aaron Fenyes 2024-11-01 05:07:34 -0700
  • ec1911b889 Simplify memos Aaron Fenyes 2024-11-01 04:43:30 -0700
  • ce9b114dd6 Render constraint lists dynamically Aaron Fenyes 2024-11-01 04:25:03 -0700
  • cc126fc527 Correct typo in comment Aaron Fenyes 2024-10-31 01:24:06 -0700
  • 70978c640b Include vector representation in element diff key Aaron Fenyes 2024-10-31 01:23:22 -0700
  • db0a8c2da8 Round element vectors to three decimal places Aaron Fenyes 2024-10-30 23:57:15 -0700
  • 4ecb39e73a Specify fonts Aaron Fenyes 2024-10-30 23:29:48 -0700
  • 7361f1a721 Flag constraints with invalid input Aaron Fenyes 2024-10-30 21:12:40 -0700
  • f2f73b31cf Update title and authors Aaron Fenyes 2024-10-30 16:06:38 -0700
  • dcf5764993 Factor out element outline item Aaron Fenyes 2024-10-30 16:01:19 -0700
  • d526ac9f1f Factor out constraint outline item Aaron Fenyes 2024-10-30 15:49:01 -0700
  • 707618cdd3 Integrate engine into application prototype (#15) Vectornaut 2024-11-12 00:46:16 +0000
  • 5332fda6e4 Move new test to avoid merge conflict #15 engine-integration Aaron Fenyes 2024-11-11 15:41:42 -0800
  • 22a93bee28 Confirm that frozen entries are frozen exactly Aaron Fenyes 2024-11-11 15:34:51 -0800
  • 5839882ed7 Name constraint Lorentz product more descriptively Aaron Fenyes 2024-11-11 00:26:53 -0800
  • a4ec52a4e7 Alias the type of an element's color Aaron Fenyes 2024-11-11 00:04:48 -0800
  • abb9d35335 Correct align environment in notes Vectornaut 2024-11-11 07:56:27 +0000
  • a170492e3d Add engine conventions to inversive coordinates notes Aaron Fenyes 2024-11-10 23:47:34 -0800
  • b8ca1139d5 Explain what the Element::index field holds Aaron Fenyes 2024-11-10 23:22:30 -0800
  • ced001bbfe Alias the types of element and constraint keys Aaron Fenyes 2024-11-10 20:13:40 -0800
  • ed1890bffc Improve naming of constraint subjects Aaron Fenyes 2024-11-10 19:36:40 -0800
  • da008fd090 Write out representation in Element structure Aaron Fenyes 2024-11-10 19:24:26 -0800
  • 933f05661d Only compile engine::point when it's used Aaron Fenyes 2024-11-10 16:31:29 -0800
  • a06d5942e3 Separate test and example for Irisawa hexlet cargo-examples Aaron Fenyes 2024-11-09 11:22:15 -0800
  • 4094301318 Factor out the realization of the Irisawa hexlet Aaron Fenyes 2024-11-09 01:04:44 -0800
  • 3a0f3a8d1c Streamline Gram matrix setup for Irisawa hexlet Aaron Fenyes 2024-11-09 00:19:09 -0800
  • 27f88455fb Turn assertionless tests into Cargo examples Aaron Fenyes 2024-11-08 19:48:26 -0800
  • fc39f2a5f3 Switch font to Fira Sans #16 outline-cleanup Aaron Fenyes 2024-11-01 23:58:45 -0700
  • 6e42681b71 Stop Assembly::realize from reacting to itself Aaron Fenyes 2024-11-01 20:49:00 -0700
  • 327a1267d5 Test representation validity in realization effect Aaron Fenyes 2024-11-01 20:40:25 -0700
  • e12f4332fe Use tabular numbers for element vectors Aaron Fenyes 2024-11-01 19:11:33 -0700
  • 5ce5f855d5 Make element vectors reactive Aaron Fenyes 2024-11-01 19:01:14 -0700
  • e42b8da897 Add an element constructor Aaron Fenyes 2024-11-01 05:07:34 -0700
  • bbeebe4464 Simplify memos Aaron Fenyes 2024-11-01 04:43:30 -0700
  • fb292d8b5b Render constraint lists dynamically Aaron Fenyes 2024-11-01 04:25:03 -0700
  • a3fce9d298 Correct typo in comment Aaron Fenyes 2024-10-31 01:24:06 -0700
  • 5b522c12ee Include vector representation in element diff key Aaron Fenyes 2024-10-31 01:23:22 -0700
  • 1f3a6eea3b Round element vectors to three decimal places Aaron Fenyes 2024-10-30 23:57:15 -0700
  • 35d3e4a6f8 Specify fonts Aaron Fenyes 2024-10-30 23:29:48 -0700
  • 0a13c062f4 Flag constraints with invalid input Aaron Fenyes 2024-10-30 21:12:40 -0700
  • 9555d8f784 Update title and authors Aaron Fenyes 2024-10-30 16:06:38 -0700
  • df6db983ba Factor out element outline item Aaron Fenyes 2024-10-30 16:01:19 -0700
  • 7f595ff27a Factor out constraint outline item Aaron Fenyes 2024-10-30 15:49:01 -0700
  • 9c191ae586 Polish log messages Aaron Fenyes 2024-10-30 00:27:16 -0700
  • 9e31037e17 Spread web-sys imports over multiple lines Aaron Fenyes 2024-10-30 00:19:44 -0700
  • c2e3c64d4a Remove debug log from Lorentz product input Aaron Fenyes 2024-10-30 00:16:34 -0700
  • 76ad4245d5 Factor out Lorentz product input Aaron Fenyes 2024-10-29 23:43:41 -0700
  • a46ef2c8d6 Work around data binding bug in number input Aaron Fenyes 2024-10-29 22:53:48 -0700
  • e0880d2ad2 Make constraints editable Aaron Fenyes 2024-10-29 22:32:00 -0700
  • e5f4d523f9 Update the realization when a constraint is activated Aaron Fenyes 2024-10-29 13:46:15 -0700
  • a37c71153d Enforce constraints in the editor Aaron Fenyes 2024-10-26 23:51:27 -0700
  • ce33bbf418 Record optimization history Aaron Fenyes 2024-10-26 00:02:06 -0700
  • 9f8632efb3 Port the Irisawa hexlet test to Rust Aaron Fenyes 2024-10-25 21:43:53 -0700
  • 9fe03264ab Port the Gram matrix realization routine to Rust Aaron Fenyes 2024-10-25 17:34:29 -0700
  • e59d60bf77 Reorganize search state; remove unused variables Aaron Fenyes 2024-10-25 17:17:49 -0700
  • 16df161fe7 Test alternate projection technique Aaron Fenyes 2024-10-24 19:51:10 -0700
  • 86fa682b31 feat: Application prototype (#14) Vectornaut 2024-10-21 23:38:27 +0000
  • 5e117d5877 Merge branch 'main' into app-proto #14 app-proto Aaron Fenyes 2024-10-21 00:25:59 -0700
  • b92be312e8 Engine prototype (#13) Vectornaut 2024-10-21 03:18:47 +0000
  • cbab33fb39 doc: expand on representation of collinearity #13 engine-proto Glen Whitney 2024-10-20 20:02:51 -0700
  • 5918b30bb2 doc: expand on representations of lines Glen Whitney 2024-10-20 19:53:36 -0700
  • 7fb4e3adee doc: another unicode pseudo-space Glen Whitney 2024-10-20 19:41:05 -0700
  • cbad99d356 doc: punctuation Glen Whitney 2024-10-20 19:33:33 -0700
  • 47c2217bcf doc: fix more weird Unicode characters, probably from marktest editor Glen Whitney 2024-10-20 19:27:05 -0700
  • bb881f806c doc: Won't tex formula immediately followed by dash Glen Whitney 2024-10-20 16:17:18 -0700
  • d3e5a0bc37 doc: Weird unicode minus Glen Whitney 2024-10-20 16:15:27 -0700
  • ce62a94ddb doc: Two more small typos Glen Whitney 2024-10-20 16:10:01 -0700
  • 160cb47f55 doc: Fix typos and expand some comments a bit in notes/inversive.md Glen Whitney 2024-10-20 16:06:11 -0700
  • 517fd327fa Assembly: mark constraints as active or not Aaron Fenyes 2024-10-16 23:16:29 -0700
  • 48732093f7 doc: Clean up engine comments Aaron Fenyes 2024-10-16 16:00:36 -0700
  • db1b315df2 Merge branch 'engine-proto' of code.studioinfinity.org:glen/dyna3 into engine-proto Aaron Fenyes 2024-10-15 14:35:22 -0700
  • 609cd2f814 doc: Correct and clarify various relations Aaron Fenyes 2024-10-15 14:24:36 -0700
  • f1690b62e1 Move full interface prototype to top level Aaron Fenyes 2024-10-14 17:08:44 -0700