diff options
author | heavydemon21 <48092678+heavydemon21@users.noreply.github.com> | 2023-02-23 16:02:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 16:02:09 +0100 |
commit | 4764b5ef393d5e4c686817ba03b2f76d7f12bdae (patch) | |
tree | cdfc241e63fe2200a3940ccfbdb8c7b9f55ceacd /test/sdl2/readme.md | |
parent | cc225651e767340075cc77397c4541860847b31f (diff) | |
parent | ccff002705fb2dea16b4a2b733801b8b3fdfde2b (diff) |
Merge branch 'lonkaars:dev' into dev
Diffstat (limited to 'test/sdl2/readme.md')
-rw-r--r-- | test/sdl2/readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/sdl2/readme.md b/test/sdl2/readme.md new file mode 100644 index 0000000..940e315 --- /dev/null +++ b/test/sdl2/readme.md @@ -0,0 +1,6 @@ +# sdl2 test + +this is a simple POC that makes a window to draw PPU graphics to using SDL2. +this code will be moved to the stm32/ppu directory, and the stm32's makefile +will be edited to include a sim target for building the game for desktop +debugging. |