start port render system

This commit is contained in:
David Allemang
2024-07-09 14:14:28 -04:00
parent 4d3d4e6ee6
commit 59c38925fd
2 changed files with 372 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ pub const Options = struct {
};
var bus: Bus = undefined;
var handle: *c.GLFWwindow = undefined;
pub var handle: *c.GLFWwindow = undefined;
var unfocused_rate: f32 = 1.0 / 20.0;
pub fn init(alloc: std.mem.Allocator, options: Options) !void {