willcassella / SinGE

Game engine written in C++, successor to WillowEngine. Originally meant for DOOM-like games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SinGE - A game engine

Demersi

SinGE was largely inspired by ideas I had while developing WillowEngine and using other game engines and tools. Demersi is a game developed with SinGE and was the primary motivator of engine direction and development, beyond the first prototypes (it had initially been conceived as an engine for building doom-like games, hence the name). Demersi may be downloaded from my website.

Compiling

Windows

Building on Windows requires Visual Studio 2017. Simply clone the repository, open SinGE.sln, and build all. Dependencies will be automatically downloaded and cached during the build process.

Linux

Building on Linux has only been tested on Ubuntu. It requires a C++14 compiler and the following packages:

  • cmake
  • pkg-config
  • rapidjson-dev
  • libfreeimage-dev
  • libbullet-dev
  • libglfw3-dev
  • libglew-dev

The cmake script in the root directory can be used to build the engine, without any special arguments.

Development Roadmap

I've mostly ceased development on this iteration of the engine, though I'm still occasionally doing small maintenance changes for preservation purposes. I'm toying around with incrementally building a v2 in Rust, though that's effectively a rewrite so for now I'm doing that in a different repo.

About

Game engine written in C++, successor to WillowEngine. Originally meant for DOOM-like games.

License:MIT License


Languages

Language:C++ 82.5%Language:Python 13.6%Language:GLSL 1.7%Language:Starlark 1.6%Language:C 0.4%Language:PowerShell 0.2%Language:JavaScript 0.0%Language:Shell 0.0%