fun-with-computer-graphics
Graphics toolkit
A curated collection of computer graphics resources and tools for learning and exploration
This is a collection of computer graphics related courses, books, tutorials, articles, blogs, resources, researcher homepages, lab homepages, video channels, open source projects, websites, etc.
2k stars
90 watching
307 forks
last commit: over 2 years ago
Linked from 1 awesome list
computer-graphics
Related projects:
Repository | Description | Stars |
---|---|---|
billyfrcs/graphicsprogramming | An open-source project for learning and implementing 2D and 3D rendering using modern OpenGL and C++. | 1 |
paroj/gltut | A series of tutorials on using OpenGL for graphical rendering | 1,578 |
andrejnau/flycube | A low-level graphics API providing features like ray tracing and support for multiple backends | 388 |
mattdesl/graphics-resources | A collection of resources and references for learning about graphics programming, including rendering techniques, color spaces, lighting, and more. | 1,799 |
capnramses/antons_opengl_tutorials_book | A collection of demo projects demonstrating OpenGL 4 programming techniques | 975 |
ianacaburian/learnjuceopengl | A tutorial project on 2D graphics programming in JUCE using OpenGL | 21 |
isl-org/open3d | A C++ library for rapid development of software that processes 3D data | 11,474 |
luca-piccioni/opengl.net | A set of C# libraries and toolkits that provide a platform-agnostic interface to OpenGL for building graphics applications. | 580 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 363 |
diligentgraphics/diligentcore | A modern cross-platform low-level graphics API implementation | 631 |
jpbruyere/vkvg | A 2D graphics library built on top of Vulkan, providing a Cairo-like API for rendering and drawing operations. | 767 |
qianmo/gpu-gems-book-source-code | A collection of source code from NVIDIA's GPU Gems book series, showcasing various techniques and examples for computer graphics, physics, simulation, and general-purpose computation on GPUs. | 1,048 |
akira13641/pasbgfx | Pascal bindings to the C API for BGFX, providing a way to access and use the cross-platform graphics library from Pascal. | 20 |
diligentgraphics/diligentsamples | Demonstrates the usage of Diligent Engine for rendering 3D graphics and provides sample applications to learn its API | 338 |
hectormf/brdfgenerator | Generates lookup tables for physically based rendering in graphics pipelines. | 145 |