Various visualizations for some projects I have worked on since 2020. Enjoy!
Lenia are a continuous generalization of Conway's Game of Life. This is my julia implementation of the basic algorthim and can generation beautiful patterns reminiscent of fluid dynamics.
This is an attempt to explore and reproduce a minimal example of Lior Sinai's brilliant tutorial on Denoising Diffusion probabilistic models from first principles. github
You can play server-side tic-tac-toe here! Uses htmx and oxygen.jl
I used a shift-reduce parser which avoids using Javascript's eval function which is both slow (not JIT compiled) and a potential security vulnerability. github.
We can model a simple polymer material with molecular dynamics and interactively output coordinates to Makie.