Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let the renderer print the profiling results. | rodri | 2024-09-07 | 1 | -6/+2 |
| | |||||
* | use the new shader interface. | rodri | 2024-09-01 | 1 | -5/+5 |
| | |||||
* | use the new raster interface. | rodri | 2024-08-29 | 1 | -1/+1 |
| | |||||
* | remove duplicate min and max functions. | rodri | 2024-08-27 | 1 | -20/+8 |
| | |||||
* | solar: show an info box when clicking on a planet. | rodri | 2024-08-26 | 1 | -2/+118 |
| | |||||
* | solar: improve planet selection. | rodri | 2024-08-25 | 1 | -12/+99 |
| | |||||
* | solar: use lineXsphere from libgeometry. | rodri | 2024-08-19 | 1 | -39/+2 |
| | |||||
* | use the new readobjmodel function. | rodri | 2024-08-07 | 1 | -6/+1 |
| | |||||
* | improve redraw responsiveness. | rodri | 2024-07-20 | 1 | -1/+3 |
| | |||||
* | fixes. | rodri | 2024-07-14 | 1 | -2/+6 |
| | |||||
* | use the new camera interface. solar got faster with backface culling. | rodri | 2024-07-13 | 1 | -43/+40 |
| | |||||
* | get rid of redundant draw lock and adapt to libgraphics changes. | rodri | 2024-07-13 | 1 | -27/+14 |
| | |||||
* | adapt to recent changes in libgraphics. | rodri | 2024-07-09 | 1 | -2/+2 |
| | | | | | | | also set the normals correctly in the phong shader after mapping from tangent space. that way we can see the actual normals being used in the normals framebuffer. | ||||
* | use the new modulapt3 functions. don't clamp in the shaders. | rodri | 2024-06-13 | 1 | -13/+3 |
| | |||||
* | add skyboxes based on cubemaps. | rodri | 2024-06-06 | 1 | -3/+15 |
| | |||||
* | get rid of rendering latency by decoupling it from i/o. | rodri | 2024-05-23 | 1 | -17/+37 |
| | | | | | | | | | | | i was using a single alternator to mux both i/o and drawing in a single proc, and avoid locking. the problem is that it causes a fight to break up every time there's any input (steady 100Hz) or a lot of drawing requests from the renderer (up to 60Hz.) i added a drawproc to handle exclusively drawing requests, and a drawing lock for UI widgets that kidnap the display. | ||||
* | solar: add planet selection. | rodri | 2024-05-20 | 1 | -12/+88 |
| | |||||
* | use real lengths in solar. bring a qball for vis. | rodri | 2024-05-14 | 1 | -32/+61 |
| | |||||
* | solar: add a button to select the ephemeris date. | rodri | 2024-05-13 | 1 | -25/+64 |
| | |||||
* | began work on a solar system planetarium. | rodri | 2024-05-12 | 1 | -0/+685 |