top of page
test_cap_back.PNG
Parallel Lines
Montaña


MATH GRAPHING APPLICATION
 

Languages
C++ and OpenGL/Vulkan

 

About
The idea of this project will be to create a mathematic graphing application, like Desmos or GeoGebra, to learn how to implement different splines and curves algorithms in 2D/3D.

 

Objectives

  • Interpolating polynomial (using different Basis)

  • Cubic Splines

  • Bezier curves using direct evaluation, De Casteljau and Midpoint subdivision

  • Splines with different order of continuity

  • B-Splines and De Boor Algorithm

  • First implement it in 2D and after that pass to 3D

bottom of page