mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
Merge branch 'master' of https://github.com/NoelFB/blah
This commit is contained in:
commit
46c900756e
|
@ -5,8 +5,8 @@ this will likely see breaking changes.
|
||||||
|
|
||||||
#### prerequisites
|
#### prerequisites
|
||||||
- A C++17 compiler and CMake
|
- A C++17 compiler and CMake
|
||||||
- Only an SDL2 `platform` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/platform_sdl2.cpp). CMake will need to find SDL2 via `SDL2_INCLUDE_DIRS` and `SDL2_LIBRARIES`
|
- Only an SDL2 `platform` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/platform_backend_sdl2.cpp). CMake will need to find SDL2 via `SDL2_INCLUDE_DIRS` and `SDL2_LIBRARIES`
|
||||||
- Only an OpenGL `graphics` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/graphics_opengl.cpp), so it currently requires OpenGL.
|
- Only an OpenGL `graphics` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/graphics_backend_gl.cpp), so it currently requires OpenGL.
|
||||||
|
|
||||||
#### notes
|
#### notes
|
||||||
- There are probably lots of small bugs as this is highly untested. Best used as a learning resource for now.
|
- There are probably lots of small bugs as this is highly untested. Best used as a learning resource for now.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user