Basic drawing

This commit is contained in:
2026-04-28 22:11:35 +02:00
parent edfc54b927
commit ccbf7344b5
6 changed files with 121 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ pub fn main(init: std.process.Init) !void {
defer rl.closeWindow();
var sim: Simulator = .init(allocator);
defer sim.deinit();
while (!rl.windowShouldClose()) {
rl.beginDrawing();