Having fun with a toy project using raylib, bullet, tcl and sqlite.
- dependencies:
- bullet
- raylib
- tcl
- sqlite
- Linux:
- xmake && xmake run
- Windows MSYS2 (for some reason xmake build is failing...):
- make && ./main.exe
- move / sprint / jump: WASD / shift / space
- shoot: left mouse click
- grapple: right mouse click
- throw box / throw sphere: G / F
- better shaders (fog, postprocess, ...)
- use some gltf models?
- test designing maps with goxel?