Glslcookbook.rs

A Rust implementation of the book OpenGL 4 Shading Language Cookbook Third Editoin
Alternatives To Glslcookbook.rs
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Glslcookbook461
4 years ago3mitC
Example code for the OpenGL Shading Language Cookbook - 2nd Edition (3rd Edition now available)
Opengl 4 Shading Language Cookbook Third Edition259
3 months ago1mitC
OpenGL 4 Shading Language Cookbook - Third Edition, published by Packt
Gpuimagegroup73
6 years agomit
GPUImage讨论QQ群536987698
Opengl Build High Performance Graphics70
4 months agomitC++
OpenGL Build High Performance Graphics, by Packt
Juce Cookbook18
3 years agocc0-1.0Makefile
Collection of tutorials & resources for the C++ library JUCE
Glslcookbook.rs2
4 years ago8Rust
A Rust implementation of the book OpenGL 4 Shading Language Cookbook Third Editoin
Opengl 4 Shading Language Cookbook1
7 years agoC++
Alternatives To Glslcookbook.rs
Select To Compare


Alternative Project Comparisons
Readme

GLSLCookbook.rs

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.

How to run

# 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.

Popular Cookbook Projects
Popular Opengl Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Rust Lang
Rust
Language
Book
Opengl
Cookbook
Glsl