Implemented basic lighting!
This commit is contained in:
parent
0a001d71bc
commit
5b51a3d571
20 changed files with 8628 additions and 72 deletions
|
|
@ -32,6 +32,7 @@ pub fn build(b: *std.Build) void {
|
|||
.optimize = optimize,
|
||||
.link_libc = true,
|
||||
});
|
||||
renderer.addCSourceFile(.{ .file = b.path("ext/stb_image.c") });
|
||||
renderer.addImport("sideros", sideros);
|
||||
renderer.addImport("ecs", ecs);
|
||||
ecs.addImport("renderer", renderer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue