Skip to content
/ Cube Public

Computer Graphics sample 3d geometric objects rendering,animation.

Notifications You must be signed in to change notification settings

ibo52/Cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Computer Graphics sample 3d geometric objects rendering,animation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages