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)
(under construction)
- Download the Qt Online Installer for Windows from here.
- Install the Qt framework. The Qt Account login can be skipped.
Select (at least)- Qt -> Qt 5.8 -> MinGW 5.3.0 32 bit
- Qt -> Tools -> MinGW 5.3.0.
- Build UltraStar-Creator
- from command line:
cd src && qmake UltraStar-Creator.pro && make - using Qt Creator: open
src\UltraStar-Creator.proin Qt Creator, disable shadow build in Project tab, then build (CTRL+B)
- from command line:
- Run
UltraStar-Creator.exeinbin\releeaseand start creating new songs!
(under construction)
- 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 git clone https://github.com/UltraStar-Deluxe/UltraStar-Creator.gitcd UltraStar-Creator- Build UltraStar-Creator
- from command line:
cd src && qmake UltraStar-Creator.pro && make - using Qt Creator: open
src/UltraStar-Creator.proin Qt Creator, disable shadow build in Project tab, then build (CTRL+B)
- from command line:
- Run
UltraStar-Creatorinbin/releaseand start creating new songs!
(under construction)
- Install homebrew via
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - Install the Qt framework via
brew install qt5. - Install external dependencies via
brew install taglib - Build UltraStar-Creator
- from command line:
cd src && qmake UltraStar-Creator.pro && make - using Qt Creator: open
src/UltraStar-Creator.proin Qt Creator, disable shadow build in Project tab, then build (CTRL+B)
- from command line:
- Run
UltraStar-Creator.appinbin/releaseand 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.