Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | libstage: bump libstage for new render_func | Vito Caputo | |
Newer libstage enables the render_func to free its stage node via return value. This is useful for fire-and-forget style ephemeral nodes that make for convenient autonomous stage nodes which remove themselves after running their course. Think bonus scores and little visual effects... Requires some mechanical changes to the existing render funcs, but nothing functionally has really changed. | |||
2020-04-19 | src: add a basic OpenGL2.1 foundation | Vito Caputo | |
Just a bunch of shit that doesn't really do much more than produce an executable yet. |