Game made in odin?
I DO NOT OWN THE MODEL IN THE IMAGE, it is Iuno from Wuthering Waves
- Code, model, texture, shader hot-reloading
Dependencies
- Odin
- Clang (odin uses clang?)
- GLFW
- OpenGL
- cgltf
- stb_image
Odin provides GLFW and OpenGL bindings for Windows and Linux. It also has cgltf and stb_image but on Linux you will need to build them yourself (binaries not provided automatically).
For models, you need to export the blender files. Not automatic at the moment. WIP
Build and run the game:
build.py runThe game folder can be found in: releases/odingame-0.0.1-windows-x86_64/odingame.exe
Use the latest odin. There is a bug with global variable for environment variables that causes crash when using dlls which we are with hotreloading.