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 2019/2022
- Visual Studio 2019/2022
- 👇 Install the following workloads:
- Game Development with C++
- MSVC v142 or above | x64/x86
- C++ 2015/2022 redistributable update
- Build With Visual Studio 2019/2022
-
Linux only
-
Build With GNU
install with package manager
- GCC 9.x or above
- make
- m4
- autoconf
- automake
- libtool
- Perl
-
Python packages
- Jinja2
pip install Jinja2
- Jinja2
-
git clone https://github.com/Cesio137/Runa.git
VCPKG_ROOT
- Setup VCPKG
- Create a variable called
VCPKG_ROOT
if do not exist:-
<Path to VCPKG>/x.x.x/
-
- Create a variable called
- Setup Project.
- Create a
build
folder and open terminal inside. - Commands to generate project
-
cmake .. --preset=debug cmake .. --preset=release
-
- Create a