lk-chen / CG

Computational Geometry library (C++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Geometry Library

currently under constructing

Implemented:

  • Convex Hull
  • Segments Intersection
  • Monotone Triangulation

Will do:

  • Voronoi Diagram
  • other stuff, let's see

Structure:

  • C++: implementing algorithms & unit tests
  • CLI: glue between C# and C++
  • C#: GUI interface

Ambition:

  • Build UWP fun games based on what I have got
  • Build ASP.NET MVC website for easy CG experiments

About

Computational Geometry library (C++)


Languages

Language:C++ 58.2%Language:C# 41.0%Language:C 0.8%