Sam Ritchie

Results 355 issues of Sam Ritchie

Port of https://github.com/samzhang111/curve-shortening/blob/master/curveshortening.js https://sam.zhang.fyi/2020/10/29/curve-shortening/ ```clojure (ns zhang) [:div {:style "display: flex; width: 1020px; margin: 2em 0; justify-content:space-between; border: 3px solid black; border-radius: 30px"} [:div {:style "flex: 0 1 auto; width:...

https://jsxgraph.uni-bayreuth.de/showcase/moonwalk.html Also, Snell's Law example: https://jsxgraph.org/wiki/index.php?title=Snell%27s_law

This will need to show how to call update on the board when some update comes into the atom. We might be able to do this with an effect registered...

This is going to require letting view3d have children. ```clj ;; https://jsxgraph.org/docs/symbols/Functiongraph3D.html (let [box [-5 5] F (fn [x y] (Math/sin (* x (/ y 4))))] [jsx/JSXGraph {:boundingbox [-8 8...

https://github.com/Leslie-Wong-H/game_of_life

- Add notes on state management, free vs constrained points. add notes on state; if you want to update a point, for example, do something somewhere ELSE with `setPosition` there...

https://ipesek.github.io/jsxgraphbook/3_4a_example.html

https://github.com/tomwhite/egg-construction

These are lovely: https://tlienart.github.io/JSXGraphWeb/ Maybe there is something here that we can do beyond what Clerk offers for defining a clj-side language here.