Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/webgl
WebGL demo using Rust
https://github.com/qiuzhanghua/webgl
Last synced: about 18 hours ago
JSON representation
WebGL demo using Rust
- Host: GitHub
- URL: https://github.com/qiuzhanghua/webgl
- Owner: qiuzhanghua
- Created: 2019-10-09T13:28:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T11:53:34.000Z (5 months ago)
- Last Synced: 2024-06-22T20:34:39.151Z (5 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo of Rust and SDL2
=Install rust
https://www.rust-lang.org/tools/install
```bash
```
```bash
brew install sdl2
```add the following to ~/.bash_profile
```bash
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib"
```
```bash
cargo run```