Basic drawing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user