HarpNetStudios / cardboard

An in-house engine for some of our games, like Carmine Impact!
https://harpnetstudios.com
27 stars 6 forks source link
cardboard-engine carmine-impact cube-2 game-engine sauerbraten

Cardboard Engine / Carmine Impact

A live copy of our game engine, the Cardboard Engine! Based on the fantastic Cube 2 game engine.

It currently also houses the source for Carmine Impact, as it's deeply rooted within the engine itself.

Supported Platforms

Desktop

Build instructions

Windows

It theoretically can be built for XP using Platform Toolset v141_xp. Do with this knowledge what you will.

Mac (WIP)

This currently only works on Intel Macs, until SDL2_image and SDL2_mixer are updated for Apple Silicon.

Linux

Ubuntu/Debian:

sudo apt-get update
sudo apt-get install -y libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libcurl4-openssl-dev libenet-dev

Arch/Manjaro:

sudo pacman -S sdl2 sdl2_mixer sdl2_image sdl2_ttf curl enet

Contributing

Github Issues is the best way to report bugs, as well as reporting them in the official Discord server.

License

The Cardboard engine is licensed under the zlib license. Please refer to the license folder for more info.