mirror of
https://github.com/NoelFB/blah.git
synced 2025-12-15 13:27:07 +08:00
removed trailing whitespace
This commit is contained in:
@ -3,11 +3,11 @@ a small C++ game framework for 2D games.
|
||||
|
||||
this will likely see breaking changes.
|
||||
|
||||
#### prerequisites
|
||||
#### prerequisites
|
||||
- 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 OpenGL `graphics` [is done](https://github.com/NoelFB/blah/blob/master/private/blah/internal/graphics_opengl.cpp), so it currently requires OpenGL.
|
||||
|
||||
|
||||
#### notes
|
||||
- There are probably lots of small bugs as this is highly untested. Best used as a learning resource for now.
|
||||
- There's a custom "vector" class which is called List and Stacklist which may later be replaced with std::vector
|
||||
|
||||
Reference in New Issue
Block a user