New logo (example)

This commit is contained in:
Not-Nik 2023-07-21 14:20:03 +02:00
parent e25a3e070a
commit 9c5197bad4
Failed to generate hash of commit
4 changed files with 50 additions and 5 deletions

View file

@ -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",