computer-graphics-opengl
There are 124 repositories under computer-graphics-opengl topic.
KTStephano/StratusGFX
Realtime 3D rendering engine
vtupulse/Computer-Graphics-Projects-in-OpenGL
Top 50 Computer Graphics Projects Implemented using OpenGL library
rajathpi/space-shooter
OpenGL project on the Spaceship Shooting Game
abdallahdib/abdallahdib.github.io
Personal website for Abdallah Dib.
khanhha/digital_sculpting
An open source digital suclpting application that provides artists with many types of digital brush, dynamic topology and meshing tools
ruhulaminparvez/OpenGL
I will use this repo to put all my OpenGL projects here 🗳🍣
samilauronen/robosim
A 3D robot arm simulator made with C++ and OpenGL
TonyZYT2000/MyClothSimulation
A simple cloth simulation program written in C++ and OpenGL. Based on spring-damper model with diverse controls.
schaban/crosscore_dev
crosscore is a portable C++ library for graphics programming
hello-shohanur/Computer-Graphics
All the project is coded with c++. For 2D and 3D graphics, use OpenGL libraries to make UI animations more responsive or handle embedded video or draw vector graphics.
NeonCircuitGames/NeonEngine
3D Graphics Engine in C++ using OpenGL, glm, ImGui and Assimp.
HxnDev/3D-Solar-System-Scene-using-OpenGL
This was my Computer Graphics' project. In this i used OpenGL and Glut to create a 3D Solar System Scene. Its without textures and wrapping. Just the most basic functionalities.
kentril0/ProceduralTerrain
Procedural terrain generation using OpenGL and C++
Adarsh232001/Atom-Simulation
A mini project for Computer Graphics and Visualization Laboratory [18CSL67]
MdAlbinHossain/Computer-Graphics
Starter Project for Computer Graphics learners with OpenGL
PetruninAlex/Sketch2Real
Realization of portraits in pytorch
akinbezatoglu/Wire-Car
Creating an animated wire car using OpenGL.
hello-shohanur/A-Tidy-Village-using-OpenGL
There is a tidy village. On one side of which there will be a railway line and a river.
shinerd/BriefRenderer
Making my first own Brief Renderer (for Study OpenGL)
JocelynWSJ/MiniMinecraft
An interactive 3D world exploration and alteration program in the style of the popular computer game Minecraft
Prajwal-P/CG-mini-project
A mini game like flappy bird using freeglut, glew and soil2
northerncat/CS148-Fur-Rendering
Final Project for CS148 in Summer 2014. Renders a fur patch using OpenGL and GLSL.
ShababAhmedd/CSE423_ComputerGraphics
This repository contains all the lab assignments done in the CSE423 course of BracU.
Cesarmosqueira/Minecraft-Clone-OpenGL
Trabajo Final Computación Gráfica 2021-1 UPC
jinnyyan/jeep-game
PyOpenGL game of 3D jeep driving, collecting stars, and avoiding cones
mako1601/VoxelWorld
A clone of Minecraft on its own game engine in C#. My vision of Minecraft.
reubenwangrongwen/50.017-Graphics-and-Visualization
These are materials and solutions from a course conducted at SUTD on computer graphics by Prof Natalie Agus over summer 2019. The materials from this course are adapted from MIT's 6.837 Computer Graphics during the SUTD-MIT academic collaboration.
ShababAhmedd/ComputerGraphics_Project
Visualizes a city skyline that changes with the time of day using custom line and circle algorithms in OpenGL (PyOpenGL).
L4v/computer_graphics
Computer graphics course material
uttamsdev/computer-graphics-and-animation-lab
Here is some computer graphics and animation project using C++ programming language.
deepankarvarma/Brick-Breaker-Breakout-OpenGL-Game
Brick Breaker is a classic arcade-style game in which the player controls a paddle that moves horizontally across the bottom of the screen to bounce a ball upward and break a wall of bricks located at the top of the screen. Basic controls are “a” to move paddle left,"d" to move paddle right, "s" to start, "r" to reset and "q" to quit the game
FiratAgis/fagl
Extension library for OpenGL, GLEW, GLFW, and GLM that I use for my own projects.
schaban/draw-walkthrough
A walkthrough of crosscore-based draw interface implementation.