Add qemu auto-run to makefile, separate utils into a directory, add graphics support with rectangles, circles and triangles, double buffering (kind of) , and make example shapes on startup with an orange background.

This commit is contained in:
csd4ni3l
2026-03-13 23:00:27 +01:00
parent b80e6735cd
commit eeb1c6c701
8 changed files with 207 additions and 33 deletions

View File

@@ -5,3 +5,10 @@ edition = "2024"
[dependencies]
limine = "0.5"
micromath = "2.1.0"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"