Skip to content
/ Runa Public

Motor gráfico para criação de jogos 2D e 3D sendo criado por um BR

Notifications You must be signed in to change notification settings

Cesio137/Runa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runa

Runa is a set of tools planned to be an open-source, real-time, cross-platform 2D and 3D engine.

Suported Platforms


  • Windows

  • Linux(Help Wanted)

  • Mac(Help Wanted)

Download and Install


  • Git

  • CMake 3.20 or above

  • VCPKG

  • 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
  • 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

Setup Repository


git clone https://github.com/Cesio137/Runa.git

Building the Engine


Setup Enviroment Variables

VCPKG_ROOT

  • Setup VCPKG 
    • Create a variable called VCPKG_ROOT if do not exist:
      • <Path to VCPKG>/x.x.x/
        

Any OS

  • Setup Project.
    • Create a build folder and open terminal inside.
    • Commands to generate project
      • cmake .. --preset=debug
        cmake .. --preset=release

About

Motor gráfico para criação de jogos 2D e 3D sendo criado por um BR

Resources

Stars

Watchers

Forks

Packages

No packages published