Skip to content

sajjad-ahmed/Computer-Graphics-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics Algorithms in java

This repository contains most of my lab works of Computer Graphics Course(CSE423). The codework can be found in the src directory

Contents:

  • DDA Line Drawing Algorithm
  • Bresenham Line Drawing Algorithm
  • Mid Point Line Drawing Algorithm
  • Cohen Sutherland Line Clipping Algorithm
  • Eight Way Symmetry Circle Drawing Algorithm
  • Drawing Square using DDA
  • Drawing Square using Mid Point
  • Drawing Star using Mid Point
  • Drawing WoW emo using Circle

Dependencies:

The following jars are used in this codework and they are required:

  • jogl-all.jar
  • jogl-all-natives-{linux or windows}.jar
  • glugen-rt.jar
  • glugen-rt-natives-{linux or windows}.jar

Libraries are available at lib directory

How to use:

  1. This repository is an IntelliJ IDEA project.
    • Thus you can simply clone or download the repository and open with IntelliJ IDEA
  2. You can use the code seperately from the source directory

License

License MIT license

About

Lab practices of my Computer Graphics Course (CSE423)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages