https://github.com/rgovers/icarianengine
https://github.com/rgovers/icarianengine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rgovers/icarianengine
- Owner: rGovers
- License: mit
- Created: 2024-01-18T21:10:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T03:27:42.000Z (3 months ago)
- Last Synced: 2025-02-27T04:29:21.418Z (3 months ago)
- Language: C++
- Size: 252 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IcarianEngine

Icarian Engine is a cross platform game engine to allow ease of modding.
## Prerequisites
* Vulkan SDK (Validation Layers in Debug not required in Release)
* Python3 (glslang)
### Linux
* GCC, Clang or Zig (GCC primary)
* Wayland
* X11
* XOrg Client
* Pulse
* Jack
* ALSA
### Windows
* MinGW## Building
Building is done via CUBE.
The project can be built by running build.sh.
For extra options refer to --help on setup.sh.
Output is in the build folder.
Windows builds are done via cross compilation with MinGW.
MSVC is currently not supported.