Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fungos/shader-lab-rs
A simple library to try shaders in Rust
https://github.com/fungos/shader-lab-rs
Last synced: 22 days ago
JSON representation
A simple library to try shaders in Rust
- Host: GitHub
- URL: https://github.com/fungos/shader-lab-rs
- Owner: fungos
- Created: 2015-02-25T02:58:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T01:20:41.000Z (over 9 years ago)
- Last Synced: 2024-05-01T23:25:30.659Z (7 months ago)
- Language: Rust
- Size: 104 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple lib to experiment with shaders in Rust.
[![Build Status](https://travis-ci.org/fungos/shader-lab-rs.svg?branch=master)](https://travis-ci.org/fungos/shader-lab-rs)
$ cargo build
$ cargo test
To run examples:
$ cargo run --example example_name