euvictorguedes / Nexus

(WIP) 🕹 User-friendly game framework with focus on 2D games.

Home Page:https://trello.com/b/UCgJpQ0v

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexus

Code Quality Build status Repository issues

An user-friendly game framework with focus on 2D games.

Getting started

Windows

:: Clone the repository with submodules
$ git clone https://github.com/vitogd/Nexus --recursive 

:: Enter on project directory
$ cd Nexus/

:: Execute premake script
$ cd scripts/
$ GenerateProjects.bat

:: You're ready! Now open Nexus.sln with Visual Studio 2019 and build the project

Linux/MacOS

# Clone the repository with submodules
$ git clone https://github.com/vitogd/Nexus --recursive

# Enter on project directory
$ cd Nexus/

# Build with CMake
$ cmake -B build
$ cd build/
$ make

License

This project is under the Apache 2.0 license. See the LICENSE file for more information.


About

(WIP) 🕹 User-friendly game framework with focus on 2D games.

https://trello.com/b/UCgJpQ0v

License:Apache License 2.0


Languages

Language:C++ 83.7%Language:Lua 7.8%Language:CMake 6.8%Language:PowerShell 1.1%Language:Batchfile 0.6%