summaryrefslogtreecommitdiff
path: root/solar.c
Commit message (Expand)AuthorAgeFilesLines
* use the new camera interface. solar got faster with backface culling.rodri2024-07-131-43/+40
* get rid of redundant draw lock and adapt to libgraphics changes.rodri2024-07-131-27/+14
* adapt to recent changes in libgraphics.rodri2024-07-091-2/+2
* use the new modulapt3 functions. don't clamp in the shaders.rodri2024-06-131-13/+3
* add skyboxes based on cubemaps.rodri2024-06-061-3/+15
* get rid of rendering latency by decoupling it from i/o.rodri2024-05-231-17/+37
* solar: add planet selection.rodri2024-05-201-12/+88
* use real lengths in solar. bring a qball for vis.rodri2024-05-141-32/+61
* solar: add a button to select the ephemeris date.rodri2024-05-131-25/+64
* began work on a solar system planetarium.rodri2024-05-121-0/+685