Yorg is an open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux. More information can be found on this page.
It requires Python 3.x. It should be cloned recursively since yyagl submodule and yracing submodule are used.
To run it you should create assets:
python setup.py images lang modelsTo create the builds, you can use the awesome Panda3D's deployment tools:
python setup.py bdist_appsHere's a short guide about installing and preparing your environment for Yorg.
git clone --recursive https://github.com/cflavio/yorg.gitcd yorggit checkout stable; git submodule foreach git checkout stablevirtualenv --python=/usr/bin/python3 venv. ./venv/bin/activatepip install -r requirements.txtpython setup.py lang images modelspython main.pyHere's a screenshot:

Python
100.0%
Yorg is an open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux. More information can be found on this page.
It requires Python 3.x. It should be cloned recursively since yyagl submodule and yracing submodule are used.
To run it you should create assets:
python setup.py images lang modelsTo create the builds, you can use the awesome Panda3D's deployment tools:
python setup.py bdist_appsHere's a short guide about installing and preparing your environment for Yorg.
git clone --recursive https://github.com/cflavio/yorg.gitcd yorggit checkout stable; git submodule foreach git checkout stablevirtualenv --python=/usr/bin/python3 venv. ./venv/bin/activatepip install -r requirements.txtpython setup.py lang images modelspython main.pyHere's a screenshot:

Python
100.0%