Refactored compilation and startup. Now everything is orchestrated through a simple API described in sideros_api.h. Also refactored some of the code to get rid of global C imports.
Signed-off-by: Lorenzo Torres <torres@sideros.org>
This commit is contained in:
parent
5b51a3d571
commit
b1bd949db5
12 changed files with 420 additions and 212 deletions
|
|
@ -4,8 +4,8 @@ const components = @import("components.zig");
|
|||
const sparse = @import("sparse.zig");
|
||||
const Renderer = @import("renderer");
|
||||
const Camera = @import("renderer").Camera;
|
||||
const Input = @import("sideros").Input;
|
||||
const ecs = @import("ecs.zig");
|
||||
const Input = ecs.Input;
|
||||
|
||||
pub const System = ecs.System;
|
||||
pub const SystemGroup = []const System;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue