Skip to content

missinglinks/odin_compute_shader_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin Compute Shader Playground

In this repo, I am learning and experimenting with compute shaders using Raylib and the Odin programming language.

/gol

Conway's Game of Life compute shader lifted from the raylib examples: https://github.com/raysan5/raylib/blob/master/examples/others/rlgl_compute_shader.c

/boids

Boids on the compute shader, inspired by Daniel Schoenmehls Godot compute shader project: https://gitlab.com/niceeffort/boids_compute_shader/-/tree/main

But i haven't implemented any optimizations (yet): on my 3060 mobile it can run ~40000 boids with 60 fps.

Might add more stuff in the future :D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published