mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-08-21 22:33:33 -04:00
stable
This commit is contained in:
parent
cd303ca367
commit
279346a64d
3 changed files with 55 additions and 54 deletions
|
@ -114,6 +114,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||||
* [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)
|
* [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)
|
* [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)
|
||||||
* SFML
|
* SFML
|
||||||
|
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) — [<img src="https://travis-ci.org/jeremyletang/rust_sfml.png?branch=master">](https://travis-ci.org/JeremyLetang/rust-sfml)
|
||||||
* Termbox
|
* Termbox
|
||||||
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox]() http://github.com/nsf/termbox
|
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox]() http://github.com/nsf/termbox
|
||||||
* wxWidgets
|
* wxWidgets
|
||||||
|
|
|
@ -103,7 +103,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||||
* [servo/rust-opengles](https://github.com/servo/rust-opengles)
|
* [servo/rust-opengles](https://github.com/servo/rust-opengles)
|
||||||
* SDL
|
* SDL
|
||||||
* SFML
|
* SFML
|
||||||
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml)
|
|
||||||
* Termbox
|
* Termbox
|
||||||
* wxWidgets
|
* wxWidgets
|
||||||
* [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings [<img src="https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master">](https://travis-ci.org/kenz-gelsoft/wxRust)
|
* [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings [<img src="https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master">](https://travis-ci.org/kenz-gelsoft/wxRust)
|
||||||
|
|
|
@ -290,107 +290,108 @@ DATA = \
|
||||||
"url": "http://aturon.github.io",
|
"url": "http://aturon.github.io",
|
||||||
},
|
},
|
||||||
"kenz-gelsoft/wxRust": {
|
"kenz-gelsoft/wxRust": {
|
||||||
"url": "https://github.com/kenz-gelsoft/wxRust",
|
"url": "https://github.com/kenz-gelsoft/wxRust",
|
||||||
"descr": md_link('wxWidgets', 'http://www.wxwidgets.org/') + " bindings",
|
"descr": md_link('wxWidgets', 'http://www.wxwidgets.org/') + " bindings",
|
||||||
"travis_url": "https://travis-ci.org/kenz-gelsoft/wxRust",
|
"travis_url": "https://travis-ci.org/kenz-gelsoft/wxRust",
|
||||||
"travis_badge": "https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master",
|
"travis_badge": "https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"Arcterus/game-of-life": {
|
"Arcterus/game-of-life": {
|
||||||
"url": "https://github.com/Arcterus/game-of-life",
|
"url": "https://github.com/Arcterus/game-of-life",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"Arcterus/rust-snake": {
|
"Arcterus/rust-snake": {
|
||||||
"url": "https://github.com/Arcterus/rust-snake",
|
"url": "https://github.com/Arcterus/rust-snake",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"bachm/rusty-tetris": {
|
"bachm/rusty-tetris": {
|
||||||
"url": "https://github.com/bachm/rusty-tetris",
|
"url": "https://github.com/bachm/rusty-tetris",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"bvssvni/rust-snake": {
|
"bvssvni/rust-snake": {
|
||||||
"url": "https://github.com/bvssvni/rust-snake",
|
"url": "https://github.com/bvssvni/rust-snake",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"Coeuvre/rust-2048": {
|
"Coeuvre/rust-2048": {
|
||||||
"url": "https://github.com/Coeuvre/rust-2048",
|
"url": "https://github.com/Coeuvre/rust-2048",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"Coeuvre/rust-pong": {
|
"Coeuvre/rust-pong": {
|
||||||
"url": "https://github.com/Coeuvre/rust-pong",
|
"url": "https://github.com/Coeuvre/rust-pong",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"dpc/rustyhex": {
|
"dpc/rustyhex": {
|
||||||
"url": "https://github.com/dpc/rustyhex",
|
"url": "https://github.com/dpc/rustyhex",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"FrozenCow/rust-airhockey": {
|
"FrozenCow/rust-airhockey": {
|
||||||
"url": "https://github.com/FrozenCow/rust-airhockey",
|
"url": "https://github.com/FrozenCow/rust-airhockey",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"jeaye/q3": {
|
"jeaye/q3": {
|
||||||
"url": "https://github.com/jeaye/q3",
|
"url": "https://github.com/jeaye/q3",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"mynery/xxo": {
|
"mynery/xxo": {
|
||||||
"url": "https://github.com/mynery/xxo",
|
"url": "https://github.com/mynery/xxo",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"ozkriff/marauder": {
|
"ozkriff/marauder": {
|
||||||
"url": "https://github.com/ozkriff/marauder",
|
"url": "https://github.com/ozkriff/marauder",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"rlane/cubeland": {
|
"rlane/cubeland": {
|
||||||
"url": "https://github.com/rlane/cubeland",
|
"url": "https://github.com/rlane/cubeland",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"zokier/pong-rs": {
|
"zokier/pong-rs": {
|
||||||
"url": "https://github.com/zokier/pong-rs",
|
"url": "https://github.com/zokier/pong-rs",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"bjz/gl-rs": {
|
"bjz/gl-rs": {
|
||||||
"url": "https://github.com/bjz/gl-rs",
|
"url": "https://github.com/bjz/gl-rs",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"servo/rust-opengles": {
|
"servo/rust-opengles": {
|
||||||
"url": "https://github.com/servo/rust-opengles",
|
"url": "https://github.com/servo/rust-opengles",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"PistonDevelopers/piston": {
|
"PistonDevelopers/piston": {
|
||||||
"url": "https://github.com/pistondevelopers/piston",
|
"url": "https://github.com/pistondevelopers/piston",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"sebcrozet/kiss3d": {
|
"sebcrozet/kiss3d": {
|
||||||
"url": "https://github.com/sebcrozet/kiss3d",
|
"url": "https://github.com/sebcrozet/kiss3d",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"servo/rust-glut": {
|
"servo/rust-glut": {
|
||||||
"url": "https://github.com/mozilla-servo/rust-glut",
|
"url": "https://github.com/mozilla-servo/rust-glut",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"bjz/glfw-rs": {
|
"bjz/glfw-rs": {
|
||||||
"url": "https://github.com/bjz/glfw-rs",
|
"url": "https://github.com/bjz/glfw-rs",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"jeremyletang/rust-sfml": {
|
"jeremyletang/rust-sfml": {
|
||||||
"url": "https://github.com/JeremyLetang/rust-sfml",
|
"url": "https://github.com/JeremyLetang/rust-sfml",
|
||||||
"unstable": True
|
"travis_url": "https://travis-ci.org/JeremyLetang/rust-sfml",
|
||||||
|
"travis_badge": "https://travis-ci.org/jeremyletang/rust_sfml.png?branch=master",
|
||||||
},
|
},
|
||||||
"SiegeLord/RustAllegro": {
|
"SiegeLord/RustAllegro": {
|
||||||
"url": "https://github.com/SiegeLord/RustAllegro",
|
"url": "https://github.com/SiegeLord/RustAllegro",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"bjz/bullet-rs": {
|
"bjz/bullet-rs": {
|
||||||
"url": "https://github.com/bjz/bullet-rs",
|
"url": "https://github.com/bjz/bullet-rs",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"sebcrozet/ncollide": {
|
"sebcrozet/ncollide": {
|
||||||
"url": "https://github.com/sebcrozet/ncollide",
|
"url": "https://github.com/sebcrozet/ncollide",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
"sebcrozet/nphysics": {
|
"sebcrozet/nphysics": {
|
||||||
"url": "https://github.com/sebcrozet/nphysics",
|
"url": "https://github.com/sebcrozet/nphysics",
|
||||||
"unstable": True
|
"unstable": True
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue