opengl4
There are 75 repositories under opengl4 topic.
andrei-drexler/ironwail
High-performance QuakeSpasm fork
openglbook/openglbook.com
The source code for http://openglbook.com/
gscept/nebula-trifid
Nebula Trifid
cmmw/imgui-glfw-glad-glm
CMake project for GLFW, Glad, ImGui and glm
Pikachuxxxx/OpenGL-Abstractions
OpenGL Abstractions Classes to dive in and get coding + Demos
Pixelfield-ru/SungearEngine
Native SungearEngine
CybernetHacker14/Ghost-Engine
An Work-In-Progress C++ Game Engine. Supports Windows Operating System currently.
loganzartman/gl-pic-fluid
Realtime, interactive 3D GPU PIC/FLIP fluid simulation
vokegpu/bicudo
Separation Axis Theorem (SAT) physics engine library accelerated via GPGPU API (ROCm/OpenCL/CUDA) / or CPU-side
aeris170/NeoDoa
A simplistic and easy to use game engine for quick game development.
Sibras/OpenGL4-Tutorials
This site contains a series of tutorials on computer rendering techniques taught using OpenGL. It contains algorithm descriptions and mathematical details as well as all the programming code required to go from basic windows creation to complex rendering effects. It primarily uses OpenGL 4 (up to feature level 4.4) but also indicates how to implement various effects using OpenGL 3.x if required.
AdamYuan/Adypt
AdamYuan's PathTracer
MuhammadSulaiman001/opengl-lab
Modern OpenGL Tutorials and Exercises
codex128/Awesome-JMonkeyEngine
A list of awesome resources for JMonkeyEngine
dbeyda/OpenGLRenderer
A 3D Real-Time Renderer using OpenGL and C++.
gregjohnson2017/tabula-editor
An image editor built from scratch with OpenGL in Go.
ELTE-IK-CG/Dragonfly
A high level low overhead OpenGL framework written in C++17
0LGL0/Hyko_Engine
This is my first "Hyko" game engine made using C++ and OpenGL.
moderngl/opengl-registry
A tool for extracting information from the OpenGL API Registry
cgoxopx/llama2.gl
Inference Llama 2 in OpenGL Compute Shader
D-K-E/raytracing-gl
OpenGL compute shader port of 'Raytracing ...' series by P. Shirley
fzipp/gldemo
Demonstrates usage of OpenGL 4.1 core profile via GLFW 3.3 in Go
GiovannyJTT/exploding_bunny
Basic OpenGL app that shows the explosion effect of an object using C++ and GLSL geometry shader.
mako1601/VoxelWorld
A clone of Minecraft on its own game engine in C#. My vision of Minecraft.
asuka1975/alife-gl
Simulation program of ALife models accelerated by GPGPU
math-araujo/procedural-terrain-generation
Procedural Terrain Generation using OpenGL 4.5
SingingRivulet/transformer.gl
使用opengl计算着色器实现的transformer (llama2)模型推理。implementation of the transformer (llama2) model,using OpenGL Compute Shader
Abel-Breaker/Opengl-VideoGame
OpenGL Proyect
AgnelSelvan/opengl_book
This repository has openGL Study material
Burnert/Ion
A C++ game engine, created with simplicity in mind.
byBretema/vonsai
A toy engine on top of OpenGL4 using C++17
itsYakub/Zoomer
Magnifier application for Linux and Window in C!
KaunilD/particle_attractor
Lucas Kanade Optical Flow simulated with a Particle Engine using CUDA/OpenGL InterOp. GLSL/C++
viniciusrpb/cic0111_computer_graphics
Material das aulas práticas da disciplina "CIC0111 - Princípios de Computação Gráfica" do Departamento de Ciência da Computação da Universidade de Brasília.
Voltstro/VoltstroEngine
Voltstro Engine is C#, (currently only) 2D game engine, using (also currently only) OpenGL
codex128/JMECompute
Compute shader support for JMonkeyEngine