1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00
rust/UNSTABLE.md

17 lines
797 B
Markdown
Raw Normal View History

2014-07-28 02:02:01 -04:00
# Unstable
2014-07-28 02:04:59 -04:00
A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`.
2014-07-28 02:02:01 -04:00
2014-07-28 02:12:32 -04:00
- [Games](#games)
- [GUI](#gui)
- [Network programming](#network-programming)
## Games
2014-07-28 02:10:18 -04:00
* [jeaye/q3](https://github.com/jeaye/q3) — a game with voxelized destructible maps.
2014-07-28 02:12:32 -04:00
## 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)
2014-07-28 02:12:32 -04:00
## Network programming
2014-07-28 02:02:20 -04:00
* [zeromq/zmq.rs](https://github.com/zeromq/zmq.rs) — Rust implementation of the [ZeroMQ](http://zeromq.org/) protocol. [<img src="https://travis-ci.org/zeromq/zmq.rs.png?branch=master">](https://travis-ci.org/zeromq/zmq.rs)