This commit is contained in:
kud1ing 2014-10-12 12:49:36 +02:00
parent ea7cd631f5
commit 6970b3f01a
2 changed files with 12 additions and 3 deletions

View file

@ -109,6 +109,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* [JeremyLetang/rgtk](https://github.com/JeremyLetang/rgtk) — [Gtk+](http://www.gtk.org) bindings [<img src="https://travis-ci.org/jeremyletang/rgtk.png?branch=master">](https://travis-ci.org/jeremyletang/rgtk)
* ncurses
* [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — [<img src="https://travis-ci.org/jeaye/ncurses-rs.png?branch=master">](https://travis-ci.org/jeaye/ncurses-rs)
* OpenGL
* SDL
* [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/AngryLawyer/rust-sdl2.png?branch=master">](https://travis-ci.org/AngryLawyer/rust-sdl2)
* [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/brson/rust-sdl.png?branch=master">](https://travis-ci.org/brson/rust-sdl)

View file

@ -348,6 +348,14 @@ DATA = \
"url": "https://github.com/zokier/pong-rs",
"unstable": True
},
"bjz/gl-rs": {
"url": "https://github.com/bjz/gl-rs",
"unstable": True
},
"servo/rust-opengles": {
"url": "https://github.com/servo/rust-opengles",
"unstable": True
},
}
@ -363,9 +371,6 @@ DATA = \
## Game development
* OpenGL
* [bjz/gl-rs](https://github.com/bjz/gl-rs) An OpenGL function pointer loader for Rust [<img src="https://travis-ci.org/bjz/gl-rs.png?branch=master">](https://travis-ci.org/bjz/gl-rs)
* [servo/rust-opengles](https://github.com/mozilla-servo/rust-opengles) OpenGL ES 2.0 bindings for Rust
* Windowing
* [bjz/glfw-rs](https://github.com/bjz/glfw-rs) GLFW3 bindings and idiomatic wrapper for Rust. [<img src="https://travis-ci.org/bjz/glfw-rs.png?branch=master">](https://travis-ci.org/bjz/glfw-rs)
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) SFML bindings for Rust [<img src="https://travis-ci.org/jeremyletang/rust-sfml.png?branch=master">](https://travis-ci.org/JeremyLetang/rust-sfml)
@ -557,6 +562,9 @@ add( '* Gtk+', rows_stable, rows_unstable )
entry( ' * ', 'JeremyLetang/rgtk', rows_stable, rows_unstable )
add( '* ncurses', rows_stable, rows_unstable )
entry( ' * ', 'jeaye/ncurses-rs', rows_stable, rows_unstable )
add( '* OpenGL', rows_stable, rows_unstable )
entry( ' * ', 'bjz/gl-rs', rows_stable, rows_unstable )
entry( ' * ', 'servo/rust-opengles', rows_stable, rows_unstable )
add( '* SDL', rows_stable, rows_unstable )
entry( ' * ', 'AngryLawyer/rust-sdl2', rows_stable, rows_unstable )
entry( ' * ', 'brson/rust-sdl', rows_stable, rows_unstable )