An open API service indexing awesome lists of open source software.

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++.

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