Skip to content

dwlt/ccinfluence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Influence Map

Simple C++ influence map with unit tests. Largely a rewrite from the prototype I hacked together at http://bl.ocks.org/mnem/87e8998f389f1aa30227 but less pretty because no graphics.

Ignore the Xcode project, it was just a handy editor. The src should compile on any C++11 or greater compiler. Or you can remove the = delete markers in influence_map.h and shift the copy and assign constructors into the private section and it should compile with earlier C++ compilers.

About

Simple C++ influence map with tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • C 0.2%