An open API service indexing awesome lists of open source software.

https://github.com/liraymond04/holo-rpg


https://github.com/liraymond04/holo-rpg

3d-graphics c-plus-plus cpp game-development olc olcpixelgameengine pge rendering-3d-graphics rendering-engine

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# Holo::RPG

Project using javidx9's [olcPixelGameEngine](https://github.com/OneLoneCoder/olcPixelGameEngine) for practice with game design patterns and game development

## Building

Building is based on Moros1138's [pge-template-project](https://github.com/Moros1138/pge-template-project) CMake files

### Arch Linux

Install the required packages with the following command

`sudo pacman -Sy base-devel cmake git libpng mesa`

Generate project makefiles with CMake

`cmake .`

And build the project

`make`

### Windows

Install a C++ compiler like [MinGW](https://sourceforge.net/projects/mingw/)

Generate project makefiles with CMake

`cmake . -G "MinGW Makefiles"`

And build the project

`mingw32-make`