permafrost-engine icon indicating copy to clipboard operation
permafrost-engine copied to clipboard

An OpenGL RTS game engine written in C

Results 8 permafrost-engine issues
Sort by recently updated
recently updated
newest added

The in-source SDL2 dependency can't be built on latest arch linux due to an undefined reference to some wayland methods. Hopefully, this has been fixed here https://github.com/libsdl-org/SDL/pull/5092/commits/068c13b1cac4fead98a458b70ef482ddc8205358

**Platform** Latest arch linux **Steps to reproduce** `rm -r deps/SDL2` `git clone --depth 1 https://github.com/libsdl-org/SDL/ deps/SDL2` (related to #29) `make deps -j16` `make pf -j16` `make run` **Expected behavior** Game...

Following the build instructions for windows, and `make pf PLAT=WINDOWS` fails when building on windows. I get this error: ![image](https://user-images.githubusercontent.com/16948412/118052498-d6f3f580-b350-11eb-90ce-913e8293f8d4.png) Other sources say this normally comes in the `python-dev` package,...

Awesome project! I have always liked playing Age of Empires and I admire your work by having a similar game. I am currently interested in training agents to play the...

Any plans for supporting this in WASM like maybe emscripten?

>Engine internals exposed to Python 2.7 for scripting Python 2 is not supported anymore, a lot of Linux distributions provided without Python2 by default - Ubuntu 20.04 for example. >We...

Attempting to build on windows, here's me trying to make deps: ``` C:\Dev\permafrost-engine>make deps PLAT=WINDOWS mkdir -p ./lib make -C ./deps/GLEW extensions make[1]: Entering directory `C:/Dev/permafrost-engine/deps/GLEW' make -C auto make[2]:...

CVE-2021-33657 is a security vulnerability in SDL2, which is used in this project. The root cause of this CVE is that `map` which is allocated in `Map1toN()` or `Map1to1` isn't...