Skip to content

bohning/UltraStar-Creator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UltraStar Creator Development README

Unix/OSX build status Windows build status License

UltraStar Creator Logo

1. About

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.

2. Release Notes

(under construction)

3. Command-Line Parameters

(under construction)

4. Controls

(under construction)

5. Build and Run

Download the Qt framework for your respective platform from https://www.qt.io/download-open-source/.

Compiling on Windows

(under construction)

  1. Install Qt (MinGW).
  2. Compile UltraStar Creator (disable shadow build).
  3. Add DLL dependencies to /bin/wip directory (Qt + MinGW runtime libraries, bass, bass_fx, taglib).
  4. Start creating new songs!

Compiling on Linux

  1. Install the Qt framework: sudo apt get install qt5-default qttools5-dev-tools qtbase5-dev-tools qt5-qmake
  2. Install dependencies: sudo apt get install libtag1-dev
  3. 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
  4. Start creating new songs!

Compiling on OS X

(under construction)

  1. Install Qt (clang).
  2. Compile UltraStar Creator (disable shadow build).
  3. Start creating new songs!

6. Contribute

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.

About

UltraStar Creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.8%
  • C 7.9%
  • QMake 0.9%
  • Shell 0.8%
  • NSIS 0.7%
  • Python 0.6%
  • Other 0.3%