Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```