Add ported solar system example

This commit is contained in:
maiconpintoabreu 2025-10-17 15:50:04 +01:00 committed by Nikolas
parent 163b1ef2e9
commit d9933008f5
2 changed files with 158 additions and 0 deletions

View file

@ -373,6 +373,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/models/models_box_collisions.zig",
.desc = "Box collisions",
},
.{
.name = "models_rlgl_solar_system",
.path = "examples/models/models_rlgl_solar_system.zig",
.desc = "Solar System",
},
// .{
// .name = "shaders_basic_lighting",
// .path = "examples/shaders/shaders_basic_lighting.zig",