Skip to content

dstimkin/computer-graphics-2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer graphics 2D

This is my university project where I implemented some paint features

Used tools:

  • Java 11
  • JavaFX 17
  • IntellIJ IDEA 2021.3
  • Maven

Demo

Alt Text

There are 4 geometric primitives implemented:

  • Line (Bresenham's line algorithm)
  • Circle (Bresenham's circle algorithm)
  • Ellipse
  • Rectangle

You can choose color and fill selected area

Also there are implementations of bezier curves and B-splines in the separate window