Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.11 KB

Cube

Computer Graphics sample animations by using openGL libraries.

Environment: python3 Ubuntu 22
  • Updated with object-oriented design and pyOpenGL library implementations. Added more geometric objects, simple gravity etc.
  • Install required libraries: pip install pyopengl pygame numpy
  • User can move camera by using w,a,s,d keys and mouse to interact with screen.

Sample images

  1. (Old) preview of projection 3D to 2D
  • sample program output
  1. (New) preview images of geometric shapes
  • sample program output1
  • sample program output1
  1. minecraft replica-chunk map test
  • sample program output
  1. minecraft replica-chunk map test with skybox
  • sample program output