1
0
mirror of https://github.com/elima/gpu-playground.git synced 2025-06-06 15:36:35 +00:00
Eduardo Lima Mitev f6e835d449 Includes Khronos' glslangValidator (x86_64) into the tree
This is for convenience. @FIXME: need to check if it is ok to distribute
this binary once the repo gets published.
2016-09-23 09:19:38 +02:00
2016-09-20 05:13:13 +02:00
2016-09-20 05:13:13 +02:00
2016-09-20 05:13:13 +02:00
2016-09-20 05:13:13 +02:00
2016-09-20 05:34:51 +02:00

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!

Description
No description provided
Readme 963 KiB
Languages
C 97.4%
Makefile 1.5%
GLSL 1.1%