Skip to content

Stars wheeled overhead, and every day was as long as the life age of the earth

License

Notifications You must be signed in to change notification settings

vargalott/shooting-stars

Repository files navigation

shooting-stars

Build License: MIT

shooting-stars - a simple graphical app that creates an everlasting stream of colored stars.

Build

  1. Clone this project and then cd to the project folder;

  2. Init the sfml git submodule:

$ git submodule init
$ git submodule update --init --recursive

OR

$ task init
  1. Configure the project using CMake:
$ cmake -B ./build -G <preferred generator> -DCMAKE_BUILD_TYPE=<Debug|Release>

OR

$ task configure_<debug|release> -- <preferred generator>
  1. Then run build command:
$ cmake --build ./build --config <Debug|Release>

OR

$ task build_<debug|release>
  1. You've done! The builded binary file available in the build directory, you can run it using:
$ task run

License

This project is licensed under the MIT License.

Credits

My thanks to the developers of the SFML.

About

Stars wheeled overhead, and every day was as long as the life age of the earth

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published