Skip to content

TheSunCat/Blackhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackhole Donate using Liberapay

A multi-purpose visual editor for the Galaxy games, aiming for modularity, cross-platform support, and maintainable code.

Building from source

Because Blackhole is in early stages of development, no binaries are provided. You may follow the instructions below to build the source code and help with development. :)

git clone --recursive https://github.com/RealTheSunCat/Blackhole

Make sure to clone Blackhole recursively, or it will not build!

Install the Qt5 libraries with your preferred package manager. You will also need CMake installed.

On Arch Linux, the packages can be installed via the following command:

sudo pacman -S qt5 cmake

Finally, you can run CMake to create project files. Here is an example of an out-of-tree build using GNU Makefiles:

mkdir build && cd build
cmake ..
make
./blackhole

About

A multi-purpose editor for both Galaxy games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages