Damus

Recent Notes

note16z2gp...
Lesley Lai profile picture
@nprofile1q... Yeah. Though the "simulation" is just bodies moving on elliptical orbits following Kepler's law.

Drawning dots/lines in Vulkan is pretty trivial (I think you just need to change one parameter in pipeline creation). Bodies in my thing are actually billboards rather than points, though
Lesley Lai · 3w
I did something similar in Rust + wgpu a few years ago, but that project was abandoned and also looked pretty ugly. I want to give this another try.
Lesley Lai profile picture
git LFS + multiple remote mirrors (one for my personal Forgejo instance and another for Codeberg) are annoying
- Forgejo's push mirror: does not sync large files
- one remote with multiple push URLs: only push large files to the "first" push URLs
- multiple remotes: seems to work. But it's annoying since I need to `git push` multiple times for different remotes now