mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-16 08:58:00 +00:00
16 lines
797 B
Markdown
16 lines
797 B
Markdown
# Unstable
|
|
|
|
A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`.
|
|
|
|
- [Games](#games)
|
|
- [GUI](#gui)
|
|
- [Network programming](#network-programming)
|
|
|
|
## Games
|
|
* [jeaye/q3](https://github.com/jeaye/q3) — a game with voxelized destructible maps.
|
|
|
|
## 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
|
|
* [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)
|