Fountain currently is designed to an interactive application and rendering engine for Windows.
- Windows 10
- Visual Studio 2019
Open a terminal(like Powershell or cmd) and execute the following commands in sequence.
git clone https://github.com.cnpmjs.org/KirkXu/Fountain.git Fountain
cd Fountain
git submodule update --init --recursive
Then get into scripts directory and run premake5.exe you will get a solution file named Fountain.sln under the root directory.