summaryrefslogtreecommitdiff
path: root/src/scene01.c
Commit message (Expand)AuthorAgeFilesLines
* WIP: utils.c for factoring opengl tedious tasks, switch to OpenGL 3.3HEADmasterLudovic Pouzenc2019-09-151-63/+17
* Unplug SDL_Renderer from OpenGL process. Use FrameBufferObject.Ludovic Pouzenc2019-09-151-10/+50
* TRACE & DEBUG, 80x24x24fps, still troubles with render to textureLudovic Pouzenc2019-09-081-4/+4
* alarm(1) before SEM_WAIT(...) in worker_(sdl|gl) to avoid edge casesLudovic Pouzenc2019-09-081-0/+9
* Remove TRACE() calls and make spaces in ( EXPR ) uniformLudovic Pouzenc2019-09-071-44/+35
* Multi-process done. GL has to be done cleanly now.Ludovic Pouzenc2019-09-071-22/+12
* Multi-process is quite there. Need to call init_sdl() and init_gl()..Ludovic Pouzenc2019-09-071-3/+17
* Unfinished integration of multi-process approachLudovic Pouzenc2019-09-051-117/+131
* First try for GL drawing. Scene 00 cannot render after scene01_init.Ludovic Pouzenc2019-09-021-4/+149
* Initial import. First working main loop.Ludovic Pouzenc2019-09-011-0/+49