Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Glslcookbook | 461 | 4 years ago | 3 | mit | C | |||||
Example code for the OpenGL Shading Language Cookbook - 2nd Edition (3rd Edition now available) | ||||||||||
Opengl 4 Shading Language Cookbook Third Edition | 259 | 3 months ago | 1 | mit | C | |||||
OpenGL 4 Shading Language Cookbook - Third Edition, published by Packt | ||||||||||
Gpuimagegroup | 73 | 6 years ago | mit | |||||||
GPUImage讨论QQ群536987698 | ||||||||||
Opengl Build High Performance Graphics | 70 | 4 months ago | mit | C++ | ||||||
OpenGL Build High Performance Graphics, by Packt | ||||||||||
Juce Cookbook | 18 | 3 years ago | cc0-1.0 | Makefile | ||||||
Collection of tutorials & resources for the C++ library JUCE | ||||||||||
Glslcookbook.rs | 2 | 4 years ago | 8 | Rust | ||||||
A Rust implementation of the book OpenGL 4 Shading Language Cookbook Third Editoin | ||||||||||
Opengl 4 Shading Language Cookbook | 1 | 7 years ago | C++ | |||||||
A Rust implementation of the book OpenGL 4 Shading Language Cookbook Third Editoin.
This repo uses glium as backend and is mainly written for learning GLSL.
Currently, except for chapter08 and chapter11, all examples have been tested on Windows and macOS.
# At project root directory
$ cargo run --example chapter01 # This will list the name of all available example in chapter01
$ cargo run --example chapter01 basic # This will run the example named basic in chapter01
If you find any programs fail to run on your platform or the incorrect image is rendered, welcome to create an issue.