https://github.com/phyulwin/opengl-apache-netbeans-projects
Projects exploring 2D and 3D computer graphics using OpenGL and C++.
https://github.com/phyulwin/opengl-apache-netbeans-projects
2d 3d computer-graphics netbeans opengl
Last synced: 9 days ago
JSON representation
Projects exploring 2D and 3D computer graphics using OpenGL and C++.
- Host: GitHub
- URL: https://github.com/phyulwin/opengl-apache-netbeans-projects
- Owner: phyulwin
- Created: 2025-02-06T03:45:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-09T03:49:10.000Z (11 months ago)
- Last Synced: 2025-08-09T05:34:55.479Z (11 months ago)
- Topics: 2d, 3d, computer-graphics, netbeans, opengl
- Language: Java
- Homepage:
- Size: 952 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL-Apache-NetBeans
## Computer Graphics
Projects exploring **2D and 3D computer graphics** using OpenGL and C++. Covered both theory and implementation, from geometric transformations to rendering and animation.
**Key Topics:**
* 2D & 3D drawing techniques
* Graphics pipeline & rendering hardware
* Geometric transformations (translate, rotate, scale)
* Clipping, projection, and color models (RGB, CMY, HSV)
* 3D modeling, shaders, and basic animation
**Tools:** C++, OpenGL (GLUT/GLEW), Apache NetBeans, GLM
**Skills Gained:**
* Implementing the graphics pipeline in OpenGL
* Drawing & manipulating 3D objects
* Writing shaders & managing vertex buffers
* Applying transformations & projections in code
* Adding animation & interactivity to scenes