mentat-collective / emmy-viewers

High-performance symbolic, 2D and 3D visual extensions to the Emmy computer algebra system.
https://emmy-viewers.mentat.org
MIT License
38 stars 7 forks source link

Non-working demos #77

Closed alexgian closed 1 month ago

alexgian commented 1 month ago

Regarding the "advanced" demos at the bottom of the home page: (The ones with the caveat) In particular the one called https://emmy-viewers.mentat.org/dev/examples/simulation/phase_portrait Two things about it: 1) it is written in the older cljs/reagent style 2) Part of it does not work - the pendulum doesn't swing

However, the actual source code presented on the site https://github.com/mentat-collective/emmy-viewers/blob/main/dev/examples/simulation/phase_portrait.clj works just fine (and is written in the latest style). Perhaps the two files could just be swapped?

alexgian commented 1 month ago

Works fine now.