Skip to content

Cesio137/Runa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 

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.15 or above

  • Xmake

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

    • Build With GNU install with package manager
      • GCC 9.x or above
      • make
      • m4
      • autoconf
      • automake

Setup Repository


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

Building the Engine


Setup Project

Configure and install all dependencies

xmake f --mode=debug
xmake f --mode=release

Generate cmake/vs files

  • CMake
    • Commands to generate cmake project
      • xmake project -k cmake
  • Visual Studio
    • Commands to generate visual studio project
      • xmake project -k vsxmake

Thirdparty libraries

About

Game engine to create 2D and 3D games

Resources

Stars

Watchers

Forks

Packages

No packages published