summaryrefslogtreecommitdiff
path: root/src/scene02.c
Commit message (Collapse)AuthorAgeFilesLines
* TRACE & DEBUG, 80x24x24fps, still troubles with render to textureLudovic Pouzenc2019-09-081-4/+3
| | | | | | Tidy TRACE and DEBUG for cacaserver use or ncurses (no spurious printf). Switch to 80x24 at 24fps for bandwidth (4 Mbps) Colors are OK with xterm, but not with gnome-terminal
* alarm(1) before SEM_WAIT(...) in worker_(sdl|gl) to avoid edge casesLudovic Pouzenc2019-09-081-0/+10
|
* Remove TRACE() calls and make spaces in ( EXPR ) uniformLudovic Pouzenc2019-09-071-1/+1
|
* Multi-process is quite there. Need to call init_sdl() and init_gl()..Ludovic Pouzenc2019-09-071-2/+17
|
* Unfinished integration of multi-process approachLudovic Pouzenc2019-09-051-1/+9
|
* Initial import. First working main loop.Ludovic Pouzenc2019-09-011-0/+42
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.