Skip to content

The Predator Prey Simulation Instrumentality Project

Notifications You must be signed in to change notification settings

DanielWilliamClarke/Yautja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yautja

Initial Plan

  • Put CMake build so we can compile
  • Put Conan in place to get dependencies
  • Replace GWIN with SFML
  • Aggressively Refactor the code
  • Get the old team together maybe push this further than before?

Install Conan packages

For now update profile.txt to contain the Build Config mode [Debug or Release]

mkdir build/<build-confiuration>  # so: mkdir build/x64-Debug

# cd into build location
cd build/<build-confiuration> # so: cd build/x64-Debug

# Install Deps
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan remote add skypjack https://api.bintray.com/conan/skypjack/conan
conan install --build=missing --profile ../../profile.txt ../..

You need to build this project using Visual Studio 2019

# Generate CMake cache using VS

# Build executable and test binary

About

The Predator Prey Simulation Instrumentality Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published