Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: utils.c for factoring opengl tedious tasks, switch to OpenGL 3.3HEADmaster | Ludovic Pouzenc | 2019-09-15 | 5 | -67/+148 |
| | | | | For now, it display nothing, shaders changed without updating client code. | ||||
* | Unplug SDL_Renderer from OpenGL process. Use FrameBufferObject. | Ludovic Pouzenc | 2019-09-15 | 3 | -12/+53 |
| | |||||
* | Use autotools instead of hand-written Makefile | Ludovic Pouzenc | 2019-09-14 | 3 | -0/+7 |
| | |||||
* | TRACE & DEBUG, 80x24x24fps, still troubles with render to texture | Ludovic Pouzenc | 2019-09-08 | 5 | -27/+43 |
| | | | | | | 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 cases | Ludovic Pouzenc | 2019-09-08 | 5 | -27/+92 |
| | |||||
* | Remove TRACE() calls and make spaces in ( EXPR ) uniform | Ludovic Pouzenc | 2019-09-07 | 4 | -91/+77 |
| | |||||
* | Multi-process done. GL has to be done cleanly now. | Ludovic Pouzenc | 2019-09-07 | 4 | -43/+101 |
| | |||||
* | Multi-process is quite there. Need to call init_sdl() and init_gl().. | Ludovic Pouzenc | 2019-09-07 | 8 | -36/+90 |
| | |||||
* | Unfinished integration of multi-process approach | Ludovic Pouzenc | 2019-09-05 | 8 | -220/+444 |
| | |||||
* | First try for GL drawing. Scene 00 cannot render after scene01_init. | Ludovic Pouzenc | 2019-09-02 | 4 | -25/+154 |
| | |||||
* | Initial import. First working main loop. | Ludovic Pouzenc | 2019-09-01 | 8 | -0/+421 |
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. |