computer-graphics-opengl
There are 122 repositories under computer-graphics-opengl topic.
KTStephano/StratusGFX
Realtime 3D rendering engine
rajathpi/space-shooter
OpenGL project on the Spaceship Shooting Game
vtupulse/Computer-Graphics-Projects-in-OpenGL
Top 50 Computer Graphics Projects Implemented using OpenGL library
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 🗳🍣
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.
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.
samilauronen/robosim
A 3D robot arm simulator made with C++ and OpenGL
AlonsoCerpa/NeonEngine
3D Graphics Engine in C++ using OpenGL, glm, ImGui and Assimp.
MdAlbinHossain/Computer-Graphics
Starter Project for Computer Graphics learners with OpenGL
PetruninAlex/Sketch2Real
Realization of portraits in pytorch
Adarsh232001/Atom-Simulation
A mini project for Computer Graphics and Visualization Laboratory [18CSL67]
kentril0/ProceduralTerrain
Procedural terrain generation using OpenGL and C++
shinerd/BriefRenderer
Making my first own Brief Renderer (for Study OpenGL)
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.
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.
Cesarmosqueira/Minecraft-Clone-OpenGL
Trabajo Final Computación Gráfica 2021-1 UPC
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/CSE423_ComputerGraphics
This repository contains all the lab assignments done in the CSE423 course of BracU.
jinnyyan/jeep-game
PyOpenGL game of 3D jeep driving, collecting stars, and avoiding cones
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.
mako1601/VoxelWorld
A clone of Minecraft on its own game engine in C#. My vision of Minecraft.
schaban/draw-walkthrough
A walkthrough of crosscore-based draw interface implementation.