Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marching Squares

Marching squares is an algorithm that reconstructs a figure from a function of 2D parameters. This project is part of some research that I'm doing on scanners, so it's adapted from another repository.
The project is made with C++17, CMake and SFML for the graphics.

Usage

First, to build the project you either:

  • bash ./Build.sh if you're on Linux or MacOS
  • ./Build.bat if you're on Windows

Then, the project should be on the build folder (build/MarchingSquares)

Screenshots

External libraries

There is no need to have them installed, CMake will do it:

About

A graphic enviroment to see the Marching Squares algorithm in action

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages