Getting Started with Fuzzum Engine
This guide will help you set up Fuzzum Engine and create your first project.
Requirements
- C++20 compatible compiler
- Ninja build system
- Clang
- 200MB+ free disk space
- 4GB+ RAM
Installation
Compiling from source
1) Compile BuildTool(Run "./Engine/Source/Programs/FuzzumBuildTool/FuzzumBuildTool.sln" and compile)
2) Run "./Engine/Build.bat" to generate ninja build script
3) Run "./Build.bat" to compile engine
4) Launch Engine "./Engine/Binaries/Engine.exe"
Binary downloads
Official binaries for the Fuzzum Engine can be found in Releases.
Creating Your First Project
Once the engine is built, you can create a new project:
...
Back to Home