Fyrox Engine Project Template Generator

This tiny utility handles project generation for Fyrox Game Engine. It creates a workspace with three projects:

It also populates each project with boilerplate code. The main purpose of the project is to reduce amount of time that is needed to set up a new project.

Usage

Install it via cargo first:

shell cargo install fyrox-template

Navigate to a folder and call:

shell fyrox-template --name <project_name>

It will create a new folder with <project_name> and it will contain three projects, runnable only two of them:

Tips

There is nothing special in generated project, so you can tweak them as you wish.