Fast as C while Simpler to write than Zig/Rust.
- memory allocation & pointer/dereference in use (^/^^/&).
- game of life : loop, struct, defer, raylib example.
- raylib glb loader : interop with C library & Ctypes/CArray usage.
I assume you will want to install Odin into $HOME/Odin, change the path as you wish :
-
cd ~/ && git clone https://github.com/odin-lang/Odin.git && cd Odin -
sudo apt install llvm clang -
make release-native -
echo 'export PATH="$PATH:$HOME/Odin"' >> ~/.bashrc && source ~/.bashrc