Runa is a set of tools planned to be an open-source, real-time, cross-platform 2D and 3D engine.
-
Windows
-
Linux(Help Wanted)
-
Mac(Help Wanted)
-
Windows only
- Build With Visual Studio 2022
- Visual Studio 2022
- 👇 Install the following workloads:
- Game Development with C++
- MSVC v142 or above | x64/x86
- C++ 2015/2022 redistributable update
- Build With Visual Studio 2022
-
Linux only
- Build With GNU
install with package manager- GCC 9.x or above
- make
- m4
- autoconf
- automake
- Build With GNU
git clone https://github.com/Cesio137/Runa.gitConfigure and install all dependencies
xmake f --mode=debugxmake f --mode=release- CMake
- Commands to generate cmake project
-
xmake project -k cmake
-
- Commands to generate cmake project
- Visual Studio
- Commands to generate visual studio project
-
xmake project -k vsxmake
-
- Commands to generate visual studio project