Menu

Tree [84dbfc] default /
 History

Read Only access


File Date Author Commit
 config 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [802cc2] make controlable(on, off) render stages
 data 2014-01-21 Aleksandr Pivovarov Aleksandr Pivovarov [4040b2] starfield shader is borrowed
 dependencies 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [7eda6d] cleanup mess with freetypes, removing useless
 doc 2013-05-22 Alex Pivovarov Alex Pivovarov [bed10f] moving some stuff from class Points to class Or...
 macros 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [a8524f] some files moving
 scripts 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [a8524f] some files moving
 src 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [84dbfc] some work on resources handling, currently it's...
 .hgignore 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [f09c01] fix deploy, now builds with QTCreator
 CMakeLists.txt 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [84dbfc] some work on resources handling, currently it's...
 CMakeLists.txt.user 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [84dbfc] some work on resources handling, currently it's...
 readme.txt 2014-09-15 Aleksandr Pivovarov Aleksandr Pivovarov [352ee3] readme.txt updated

Read Me

Build on linux (tested on ubuntu 14.04):

####################
### DEPENDENCIES ###
####################
* install external dependencies from repository (tested on ubuntu 14.04):
    sudo apt-get install libglew-dev libglm-dev libsfml-dev

* OR manually compiled by:
    all deps can be build form coldstars_thirdparty(the package can be found in sourceforge section download in tar.gz) subproject just by running in terminal
    <cmake . && make>, from root folder

Note: you need override variable COLDSTARS_DEPENDENCIES_ROOT pointing to external libs
    For example: set(COLDSTARS_DEPENDENCIES_ROOT "/home/username/workspace/coldstars/coldstars_thirdparty_build/dist")
####################

#######################
### BUILD COLDSTARS ###
#######################
build coldstars with QtCreator, just open CMakeLists.txt
#######################

#####################
### RUN COLDSTARS ###
#####################
just execute ./run from the build directory
#####################
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.