Skip to content

ufrshubham/Boids-SFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids-SFML

A boids simulation made using C++ and SFML.

Demo

Boids-Demo

Requirements

  • C++ compiler with support for C++14 (MSVC and GCC are actively tested).
  • CMake Version 3.0.0.
  • SFML 2.5.1 (Included as a submodule).

Building

# Clone this project
$ git clone --recursive git@github.com:ufrshubham/Boids-SFML.git

# Go to project root
$ cd Boids-SFML/

# Make a build directory
$ cmake -E make_directory ./build

# Go to build directory
$ cd build/

# Configure cmake
$ cmake .. -DCMAKE_BUILD_TYPE=Release

# Build
$ cmake --build . --config Release

References

About

A boids simulation made using C++ and SFML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published