https://github.com/rgovers/flareeditor
https://github.com/rgovers/flareeditor
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rgovers/flareeditor
- Owner: rGovers
- License: mit
- Created: 2022-11-10T03:42:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T05:44:33.000Z (about 2 years ago)
- Last Synced: 2023-05-11T06:25:44.887Z (about 2 years ago)
- Language: C
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Old repo moved and renamed
https://github.com/rGovers/IcarianEditor# FlareEditor
The editor for Flare Engine.## Prerequisites
* cmake
* Mono
* Vulkan SDK## Building
### Windows
Requires cygwin for compiling Mono.
Refer to the following for requirements https://www.mono-project.com/docs/compiling-mono/windows/Enter the mono directory in FlareEngine/deps/flare-mono/ and run the following commands to build mono
```
./autogen.sh
./configure --prefix=$PWD/build --host=x86_64-w64-mingw32 --disable-boehm --enable-msvc
make -j6
make install
```
After which run in cmd in the root directory
```
./setup.bat
```
Output will be in build.
Open the generated sln file and build all projects.### Linux
Run the following scripts
```
./setup.sh
./buildDebug.sh
```
Output will be in build