New logo (example)
This commit is contained in:
parent
e25a3e070a
commit
9c5197bad4
4 changed files with 50 additions and 5 deletions
15
build.zig
15
build.zig
|
|
@ -55,16 +55,21 @@ pub fn build(b: *Builder) void {
|
|||
.path = "examples/core/3d_camera_first_person.zig",
|
||||
.desc = "Simple first person demo",
|
||||
},
|
||||
.{
|
||||
.name = "texture_outline",
|
||||
.path = "examples/shaders/texture_outline.zig",
|
||||
.desc = "Uses a shader to create an outline around a sprite",
|
||||
},
|
||||
.{
|
||||
.name = "logo_raylib",
|
||||
.path = "examples/shapes/logo_raylib.zig",
|
||||
.desc = "Renders the raylib-zig logo",
|
||||
},
|
||||
.{
|
||||
.name = "sprite_anim",
|
||||
.path = "examples/textures/sprite_anim.zig",
|
||||
.desc = "Animate a sprite",
|
||||
},
|
||||
.{
|
||||
.name = "texture_outline",
|
||||
.path = "examples/shaders/texture_outline.zig",
|
||||
.desc = "Uses a shader to create an outline around a sprite",
|
||||
}
|
||||
// .{
|
||||
// .name = "models_loading",
|
||||
// .path = "examples/models/models_loading.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue