Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulshah96 committed Mar 10, 2018
1 parent b9ef327 commit 06b7867
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Coding Project 2 for Computational Geometry Course (CSN-523)
==================================================================

Objective : To know implementation of different Computational Geometry algorithms for solving the Art-Gallery Problem.

Usage
=======

- Enter the number of random vertices in the top toolbar.
- Progress sequentially in the following order:
Random Points -> Generate Polygon -> Trapezoidalize -> Monotone Partition -> Triangulation -> Dual Graph -> Three Coloring

ScreenShots
=============

![10 Vertex](https://user-images.githubusercontent.com/10174820/37247252-60f311bc-24de-11e8-9193-74ec85a601e8.png)
![10 Vertex](https://user-images.githubusercontent.com/10174820/37247253-611d8be0-24de-11e8-8b4e-663ea99c8de7.png)
![100 Vertex](https://user-images.githubusercontent.com/10174820/37247254-6146efd0-24de-11e8-9571-8d807f0c99fc.png)
![100 Vertex](https://user-images.githubusercontent.com/10174820/37247255-61719a3c-24de-11e8-939a-65adb5e400fe.png)

License
=========
[MIT License](https://anshul.mit-license.org/)

The following people have been the contributors for the project.
* [Anshul Shah](https://github.com/anshulshah96)
* [Suraj Gupta](https://github.com/surajgupta97)

0 comments on commit 06b7867

Please sign in to comment.