/simple-graphics

Implementation of simple computer graphics algorithms

Primary LanguageJupyter Notebook

Simple computer graphics algorithms in OCaml

Algorithms include:

  • DDA
  • Bresenham's line drawing algorithm
  • Mid point cirlce drawing algorithm
  • Mid point elipse drawing algorithm