Skip to content

mejibyte/computer_graphics_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics Challenges - ST0275

These are the challenges assigned as homework in my Computer Graphics course at EAFIT University.

Challenge 1 - Bresenham's algorithm

Bresenham's algorithm

Challenge 2 - Cohen-Sutherland algorithm

Generate random line segments and use a rectangle clipping algorithm to show the parts of the lines that are inside the rectangle in a different color.

Bresenham's algorithm

Challenge 3 - Robotic Arm in Java3D

Create a robotic arm in Java3D with 3 articulations: shoulder, elbow and wrist.

Screenshot 1

Challenge 4 - Robotic Arm in OpenGL

Like challenge 3, but in OpenGL. Additionally, add functionality to move the camera.

Screenshot 1

See the video demo on YouTube.

Challenge 5 - 3D Bézier surfaces

Render a Bézier surface based on some control points that are to be read from a text file.

Screenshot

Challenge 6 - Robotic Arm in OpenGL with lighting

Like challenge 4, but add lighting to the scene.

Screenshot 1

Challenge 6 - Robotic Arm in OpenGL with textures

Like challenge 6, but add textures.

Screenshot 1

About

Homework for my Computer Graphics course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published