No description
  • C 94.2%
  • C++ 3.9%
  • CMake 0.8%
  • Objective-C 0.5%
  • M4 0.5%
Find a file
Conrad Heinrich Carl 8345778bcd typo
2022-01-13 19:45:09 +01:00
.vscode init 2022-01-13 19:38:43 +01:00
bin images 2022-01-13 19:44:40 +01:00
build init 2022-01-13 19:38:43 +01:00
Engine images 2022-01-13 19:44:40 +01:00
glut init 2022-01-13 19:38:43 +01:00
qdbmp init 2022-01-13 19:38:43 +01:00
SDL init 2020-11-23 17:56:30 +01:00
SDL_Image init 2022-01-13 19:38:43 +01:00
CMakeLists.txt init 2022-01-13 19:38:43 +01:00
makefile init 2022-01-13 19:38:43 +01:00
meta1.png images 2022-01-13 19:44:40 +01:00
meta2.png images 2022-01-13 19:44:40 +01:00
README.md typo 2022-01-13 19:45:09 +01:00
workspace.code-workspace init 2020-11-23 17:56:30 +01:00

MarchingSquares

  • c++ variant of metaballs
  • uses marching squares algorithm to "interpolate" edges

alt text stepSize = 1

alt text stepSize = 10