WIP Custom Game Engine
The project's Makefile should work on both Windows and Linux, though Windows requires a specific include setup that will be addressed in the future.
On Linux, you’ll need to install the required libraries.
sudo pacman -S glfw glmsudo apt update
sudo apt install libglm-dev libglfw3-dev libfreetype6-dev- zenity — GTK-based (recommended)
- AppleScript — macOS only
- kdialog — for KDE-based systems
- yad — Yet Another Dialog
- Xdialog — old X11 dialog system
- matedialog, shellementary, or qarma
- python (2 or 3) + tkinter (+ optional python-dbus) — uses Tk GUI
make -jFor Windows, ensure that you place the required libraries in the following directories:
C:/include/glmC:/include/GLFW/includeC:/include/GLFW/lib-mingw-w64C:/include/freetype2/includeC:/include/freetype2/build
Using alt to move the camera can lock unless you disable the setting "Disable Mouse/Touchpad while typing". Not certain of this setting outside of gnome..