Documentation

Everything you need to create a game with FRAG

Documentation is still very much a work in progress. Please understand there may be rapid changes to this section of the website.

Documentation Progress: 5%

2 ways to get started


1

Use Nimble (if dependencies are already installed):

nimble install frag

2

Clone the repository and install from source (if dependencies need to be installed):

git clone git@github.com:fragworks/frag.git && cd frag
nimble install -y