o
odin.langpkg.dev
packages / library / ExamplesOdin

ExamplesOdin

b6a66b5library

No description provided.

No license · updated 2 months ago

Raylib Examples in Odin

Raylib is a very popular library for game programming. It has bindings to many languages and one of those is Odin. Odin comes with an extensive vendor library that is installed with the language. The examples on the Raylib website however are all in C. This project is an attempt by a very poor programmer to port all of the examples on the website into Odin.

The author makes no claims that the Odin code provided is correct or even best Odin practices. It is a 1:1 conversion from the C code. Any copyrights and license restrictions of the original Raylib examples are unaltered and belongs to the original authors of the example code. I hope that someone might find these ports useful.