summaryrefslogtreecommitdiff
path: root/src/scene00.h
Commit message (Collapse)AuthorAgeFilesLines
* Multi-process is quite there. Need to call init_sdl() and init_gl()..Ludovic Pouzenc2019-09-071-2/+6
|
* Unfinished integration of multi-process approachLudovic Pouzenc2019-09-051-1/+3
|
* Initial import. First working main loop.Ludovic Pouzenc2019-09-011-0/+12
Switching from scene to scene is done. Loading image to SDL, download SDL texture from VRAM to RAM is done. caca background from SDL texture is "done". GL drawing is not yet tried. Considering OpenGL3 + shaders.