UltraStar Creator (usc) is a free and open source song creation tool using Qt. It should be compilable and runnable on Windows, Linux and Mac OS.
(under construction)
(under construction)
(under construction)
Download the Qt framework for your respective platform from https://www.qt.io/download-open-source/.
(under construction)
- Install Qt (MinGW).
- Compile UltraStar Creator (disable shadow build).
- Add DLL dependencies to /bin/wip directory (Qt + MinGW runtime libraries, bass, bass_fx, taglib).
- Start creating new songs!
- Install the Qt framework:
sudo apt get install qt5-default qttools5-dev-tools qtbase5-dev-tools qt5-qmake
- Install dependencies:
sudo apt get install libtag1-dev
- Compile
- from command line:
cd src && qmake usc.pro && make
- using Qt Creator: open usc.pro in Qt Creator, disable shadow build in Project tab, compile and run
- from command line:
- Start creating new songs!
(under construction)
- Install Qt (clang).
- Compile UltraStar Creator (disable shadow build).
- Start creating new songs!
Feel free to fork this project, modify it to your hearts content and maybe also do pull requests to this repository for additional features, improvements or clean-ups.