qengine icon indicating copy to clipboard operation
qengine copied to clipboard

Retro game engine for creating games like it's 1997

Results 4 qengine issues
Sort by recently updated
recently updated
newest added

This engine should not rely on the original assets of Quake 2 in order to run. The following commit already provides the minimum to get the engine running: https://github.com/klaussilveira/qengine/commit/25c6b2e89139275690759fb7d1318a8ea96e21bc Unfortunately,...

enhancement
help wanted

So, after running CMAKE and creating the VS 2017 projects, the solution isn't compiling. It gives a ` invalid numeric argument /Wextra` for a lot of projects. How to fix...

help wanted
good first issue

Trying to build qengine on FreeBSD: ```shell $ mkdir build $ cd build/ $ cmake -DBUILD_SDL=OFF -DBUILD_DOCS=OFF .. ``` This fails, as the following include has to be added to...

bug
good first issue

Hello, I built the project on MacOS 12.5 Monterey and when I try to run it I get the log below. Any ideas on what I could do to make...