How to create a project through the CLI tools and build it
Using the CLI
Prerequisites
You should install shiva with vcpkg or with a regular installation before following this tutorial.
VCPKG_ROOT env variable set to the root directory of your installation of VCPKG
Python 3.6
Create a project and build it
If you use VCPKG:
Windows
Open powershell and type:
Linux or OSX
Open bash and type:
Run the binary
You should see a window appear, you can leave with escape
This entire tutorial used the sfml rendering module, but when other module will be available you can replace sfml with what you want, Ogre, SDL2, Vulkan, bgfx
Last updated