Separated Image from Screen to avoid tinkering with Windows console; Added Canvas methods for drawing Pixels/Images directly

This commit is contained in:
Epixu
2024-03-29 17:08:09 +02:00
parent ce5ac6b12f
commit 3d6c48e800
10 changed files with 232 additions and 102 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,10 @@
*
!*/
# Ignore build directories generated by default MSVC CMake integration
# (otherwise causes terribly slow indexing)
out/
# Allowed top-level files:
!.clang-format
!.clang-tidy