https://github.com/rgovers/icarianeditor-old
https://github.com/rgovers/icarianeditor-old
cross-platform editor game-development game-engine gamedev opensource
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rgovers/icarianeditor-old
- Owner: rGovers
- License: mit
- Created: 2023-05-11T04:26:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T04:42:07.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:31:09.605Z (3 months ago)
- Topics: cross-platform, editor, game-development, game-engine, gamedev, opensource
- Language: C
- Homepage: https://icarianengine.net
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IcarianEditor

The editor for Icarian Engine.
## Prerequisites
* Vulkan SDK
* Python3(SPIRV-Tools)
### Linux
* GCC
### Windows
* MingGW## 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.### Export
In order to get editor exports you need to build the export filesThey can be generated with ./export.sh