Physical simulation experimental framework. Written in Odin programming language. Using RayLib as a rendering framework. Use LEFT and RIGHT arrows to switch solvers.
- download Odin compiler
- you can use whatever IDE you like, for example Visual Code
- install Odin Language Server (OLS) for intellisense, in Visual Code just search for OLS extension
- for debugging install C/C++ intellisense and debugging or Rad Debugger
Odin does not require any build system. Just go to the folder with main.odin and in terminal use these:
just build:
odin build .
build and run:
odin run .
Visit Odin Overview to learn more about Odin programming language.