mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
add wxWidgets
This commit is contained in:
parent
4167ba86a5
commit
488e14530e
2 changed files with 17 additions and 13 deletions
|
@ -112,6 +112,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
* [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)
|
||||
* Termbox
|
||||
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox]() http://github.com/nsf/termbox
|
||||
* wxWidgets
|
||||
|
||||
### Network programming
|
||||
|
||||
|
|
|
@ -276,20 +276,26 @@ DATA = \
|
|||
"Rust Guidelines": {
|
||||
"url": "http://aturon.github.io",
|
||||
"section": ["resources"]
|
||||
},
|
||||
"kenz-gelsoft/wxRust": {
|
||||
"url": "https://github.com/kenz-gelsoft/wxRust",
|
||||
"descr": md_link('wxWidgets', 'http://www.wxwidgets.org/') + " bindings",
|
||||
"travis_url": "https://travis-ci.org/kenz-gelsoft/wxRust",
|
||||
"travis_badge": "https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master",
|
||||
"unstable": True
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
"""
|
||||
{
|
||||
"",
|
||||
"url": "",
|
||||
"descr": " " + md_link('', '') + " ",
|
||||
"travis_url": "",
|
||||
"travis_badge": "",
|
||||
"unstable": True
|
||||
},
|
||||
"": {
|
||||
"url": "",
|
||||
"descr": " " + md_link('', '') + " ",
|
||||
"travis_url": "",
|
||||
"travis_badge": "",
|
||||
"unstable": True
|
||||
},
|
||||
|
||||
## Game development
|
||||
|
||||
|
@ -324,11 +330,6 @@ DATA = \
|
|||
* [ozkriff/marauder](https://github.com/ozkriff/marauder) Turn-based strategy game written in Rust using GLFW 3 and OpenGL [<img src="https://travis-ci.org/ozkriff/marauder.png?branch=master">](https://travis-ci.org/ozkriff/marauder)
|
||||
* [rlane/cubeland](https://github.com/rlane/cubeland) Infinite terrain with Rust and OpenGL
|
||||
* [zokier/pong-rs](https://github.com/zokier/pong-rs) Classic pong game
|
||||
|
||||
## GUI
|
||||
* [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)
|
||||
|
||||
## Network programming
|
||||
"""
|
||||
|
||||
|
||||
|
@ -497,6 +498,8 @@ entry( ' * ', 'AngryLawyer/rust-sdl2', rows_stable, rows_unstable )
|
|||
entry( ' * ', 'brson/rust-sdl', rows_stable, rows_unstable )
|
||||
add( '* Termbox', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'gchp/rustbox', rows_stable, rows_unstable )
|
||||
add( '* wxWidgets', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'kenz-gelsoft/wxRust', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Network programming\n', rows_stable, rows_unstable )
|
||||
add( '* ZeroMQ', rows_stable, rows_unstable )
|
||||
|
|
Loading…
Reference in a new issue