Skip to content

My collection of GPU programming examples and experiments

Notifications You must be signed in to change notification settings

josejich/gpu-playground

 
 

Repository files navigation

GPU Playground

This is my personal collection of examples, code-snippets and algorithm implementations related to graphics and GPU programming in general. I use this repository for prototyping, quick reference, code sharing, and as a resource for my articles on the topic.

The examples labeled with a minimal suffix are expected to be the minimum possible (but readable) code to achieve a particular goal. These are not intended to be complete or functional, but just provide the highest signal vs. noise ratio, with minimum boilerplate and dependencies. They are, in a way, the examples I wish existed when I started looking into the thing.

All examples are written in standard C99, unless not possible for some practical reason.

Have fun!

About

My collection of GPU programming examples and experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • C++ 5.7%
  • Makefile 1.4%
  • GLSL 1.3%
  • Emacs Lisp 0.3%