GDC2019_Public
Barriers explanation
An introduction to GPU synchronization and barriers in graphics APIs
Public repository for my GDC 2019 presentation "Breaking Down Barriers"
124 stars
7 watching
13 forks
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nvidia/grcuda | Enables efficient data exchange and invocation of existing GPU kernels from host languages in the GraalVM | 222 |
graphics-programming-virtual-meetup/resources | A curated list of resources and tutorials for learning graphics programming concepts | 227 |
0xc0dec/demos | A collection of OpenGL and Vulkan graphics demos in C++ | 45 |
boostcon/cppnow_presentations_2019 | A repository of C++ conference presentations from 2019. | 90 |
godunko/adagl | Provides a software interface to OpenGL for rendering graphics in multiple platforms. | 10 |
google/gapid | Tools for inspecting and replaying graphics API calls from applications to GPUs | 2,207 |
rakyll/opencensus-grpc-demo | A demo project showing how to use OpenCensus with gRPC servers and clients to collect metrics and traces | 59 |
jindulys/gitpocket | A personal GitHub client demoing events received on the main page using GithubPilot | 13 |
lixd/grpc-go-example | A collection of tutorials and examples on gRPC development in Go | 165 |
andrejnau/flycube | A low-level graphics API providing features like ray tracing and support for multiple backends | 388 |
boostcon/cppnow_presentations_2023 | A collection of presentations covering various aspects of C++ programming and related topics | 83 |
illumos/ipd | A collection of proposals for changes to the illumos project | 38 |
bojand/grpc-caller | A library for building gRPC clients with improved functionality and ease of use. | 183 |
hackergrrl/p2p-handbook | An introductory guide to peer-to-peer systems and networks for web applications | 129 |
tariqporter/gdip | A standard library for graphics and drawing capabilities | 142 |