Sample of Nim-Proteus libraries
Install assimp. On MacOS:
brew install assimpAdd the ASSIMP_LIBRARY_PATH to your environment variables. On MacOS:
export ASSIMP_LIBRARY_PATH=/opt/bInstall nimgl/glfw
nimble install https://github.com/nimgl/glfw.gitnimble runThis sample demonstrates loading and rendering a model using the graphics library and the ECS library to update variables.