Make a web build of your Odin + Raylib game
ฝัง
- เผยแพร่เมื่อ 6 ก.พ. 2025
- Porting my Snake game to the web using my odin-raylib-web template.
Learn Odin and low-level programming from my book: odinbook.com/
Repositories used:
odin-raylib-web: github.com/kar...
snake-tutorial-code: github.com/kar...
odin-raylib-hot-reload-template: github.com/kar...
The snake code is made in this video: • Odin + Raylib: Snake g...
I also have a web build template for Odin + Sokol: github.com/kar... - เกม
Thank you for the video and the repos with guides and examples!
Great stuff. Very useful.
Recently Heard about Odin, I seem to like it more than C.
GOAT
incredible. so many useful videos here :)
very handy info, thanks!
Hi ) always useful videos, thanks.
do you have some examples for compute shader based on Odin + Raylib ?
You need to use the vendor:raylib/rlgl package. There's an example in the Raylib repo for Conway's Game of Life. It's in C but it's easy to port to Odin.