Skip to content

mateocervilla/Flock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flock

A simple C++ + SFML Flocking simulator

flocking

Table of contents

Requirements

This project uses Conan to manage all C++ dependencies.

You only need:

  • C++ compiler
    • Linux: gcc or clang
    • Windows: MinGW or MSVC
  • CMake ≥ 3.15
  • Conan ≥ 2.0
  • Make (Linux) or a supported build system

Configure Conan profile (first time only)

conan profile detect --force

Build

Static build (default)

conan build . --build=missing

Shared build

conan build . -o shared=True --build=missing

Run

From the build directory:

  • ./Flock or double click on the icon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors