An open API service indexing awesome lists of open source software.

https://github.com/rgovers/icarianengine


https://github.com/rgovers/icarianengine

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# IcarianEngine

![image](resources/Icarian_Logo_White.svg)

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.