Skip to content

Research and exploration about geometry, algorithms, data structures and more.

License

Notifications You must be signed in to change notification settings

bulutkartal/Graphical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphical

Build status

Graphical is a personal research project where I explore different topics I am interested about like algorithm theory, geometry, data structures or computer graphics.

History

Graphical was originally conceived as a purely Dynamo package, where I tried to understand and implement visibility graphs in order to find the shortest path on a given layout.

I soon realized that Dynamo's geometry library was too heavy for this purpose, so I started to create custom geometry primitives (vertices, vectors, lines...) in order to improve the performance.

The result is the detachment of the logic used for the construction and computation of graph and visibilities from the purely Dynamo implementation. This might give more flexibility in the future to be aplied in other platforms.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Research and exploration about geometry, algorithms, data structures and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%