Skip to content

OpenTK (modern openGL) implementation for displaying heatmaps. This application provides a general framework to implement openTK graphics in C#.

Notifications You must be signed in to change notification settings

Samson-Mano/bezier_intersection_openTK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bezier Intersection Visualization - openTK implementation

This project provides visualization of distance between two bezier curves. The original objective was to explore novel methods to find the intersection points of two bezier curves. However trying to visualize heat map only using GDI+ graphics turns out to be extremely inefficient. So I shifted to implement modern openGL graphics to display nxn grid of quadrilaterals (two triangles) along with the contour lines. This is my first project using openGL and I have lot to learn.

Bezier Heatmap

Explaintation

Bezier Intersection Explaintation

Features

Bezier Intersection Features

About

OpenTK (modern openGL) implementation for displaying heatmaps. This application provides a general framework to implement openTK graphics in C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages