Skip to content

Small project for messing around with ImGui and SFML

License

Notifications You must be signed in to change notification settings

Seng3694/BlackCircle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackCircle

Small visually stimulating project I've created to mess around with ImGui and SFML. Also uses ImGui-SFML.

4

Build

This project uses CMake and SFML 2.5.

  1. Clone the repository

    git clone https://github.com/Seng3694/BlackCircle
    
  2. Generate the build files

    mkdir bin
    cd bin
    cmake -G "Your Generator" -DSFML_DIR="PATH_TO_SFML/lib/cmake/SFML" ../BlackCircle
    

    Notice the SFML_DIR parameter which must be set here. You could also edit the code locally and set the SFML_DIR in the CMake file before find_package is being called.

  3. Build the files

    cmake --build . --config Release
    

License

This Code is licensed under the MIT License. See LICENSE for more information.

About

Small project for messing around with ImGui and SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published