2014-10-11 13:02:35 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
def md_link(name, url):
|
|
|
|
"Returns a web link in Markdown format"
|
|
|
|
return '[%s](%s)' % (name, url)
|
|
|
|
|
|
|
|
DATA = \
|
|
|
|
{
|
|
|
|
"bjz/openal-rs": {
|
|
|
|
"url": "https://github.com/bjz/openal-rs/",
|
|
|
|
"descr": md_link('OpenAL 1.1', 'http://www.openal.org/') + " bindings"
|
|
|
|
},
|
|
|
|
"JeremyLetang/ears": {
|
|
|
|
"url": "https://github.com/JeremyLetang/ears",
|
|
|
|
"descr": "a simple library to play Sounds and Musics, on top of OpenAL and libsndfile",
|
|
|
|
"travis_url": "https://travis-ci.org/JeremyLetang/ears",
|
|
|
|
"travis_badge": "https://travis-ci.org/jeremyletang/ears.png?branch=master"
|
|
|
|
},
|
|
|
|
"JeremyLetang/rust-portaudio": {
|
|
|
|
"url": "https://github.com/JeremyLetang/rust-portaudio",
|
|
|
|
"descr": md_link('PortAudio', 'http://www.portaudio.com/') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/JeremyLetang/rust-portaudio",
|
|
|
|
"travis_badge": "https://travis-ci.org/jeremyletang/rust-portaudio.png?branch=master"
|
|
|
|
},
|
|
|
|
"musitdev/rust-portmidi": {
|
|
|
|
"url": "https://github.com/musitdev/rust-portmidi",
|
|
|
|
"descr": md_link('PortMidi', 'http://portmedia.sourceforge.net/portmidi/') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/musitdev/rust-portmidi",
|
|
|
|
"travis_badge": "https://travis-ci.org/musitdev/rust-portmidi.png?branch=master"
|
|
|
|
},
|
|
|
|
"Cargo": {
|
|
|
|
"url": "http://crates.io",
|
|
|
|
"descr": "the Rust package manager"
|
|
|
|
},
|
|
|
|
"SiegeLord/RustCMake": {
|
|
|
|
"url": "https://github.com/SiegeLord/RustCMake",
|
|
|
|
"descr": "an example project showing usage of CMake with Rust",
|
|
|
|
"travis_url": "https://travis-ci.org/SiegeLord/RustCMake",
|
|
|
|
"travis_badge": "https://travis-ci.org/SiegeLord/RustCMake.png?branch=master"
|
|
|
|
},
|
|
|
|
"PistonDevelopers/rust-empty": {
|
|
|
|
"url": "https://github.com/PistonDevelopers/rust-empty",
|
|
|
|
"descr": "a Makefile to get started with Rust"
|
|
|
|
},
|
|
|
|
"docopt/docopt.rs": {
|
|
|
|
"url": "https://github.com/docopt/docopt.rs",
|
|
|
|
"descr": "a " + md_link('DocOpt', 'http://docopt.org') + " port to Rust"
|
|
|
|
},
|
|
|
|
"wycats/hammer.rs": {
|
|
|
|
"url": "https://github.com/wycats/hammer.rs"
|
|
|
|
},
|
|
|
|
"lifthrasiir/rust-zip": {
|
|
|
|
"url": "https://github.com/lifthrasiir/rust-zip",
|
|
|
|
"descr": "read and write ZIP archives",
|
|
|
|
"travis_url": "https://travis-ci.org/lifthrasiir/rust-zip",
|
|
|
|
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-zip.png?branch=master"
|
|
|
|
},
|
|
|
|
"eholk/rust-opencl": {
|
|
|
|
"url": "https://github.com/eholk/rust-opencl",
|
|
|
|
"descr": md_link('OpenCL', 'https://www.khronos.org/opencl/') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/eholk/rust-opencl",
|
|
|
|
"travis_badge": "https://travis-ci.org/eholk/rust-opencl.png?branch=master"
|
|
|
|
},
|
|
|
|
"DaGenix/rust-crypto": {
|
|
|
|
"url": "https://github.com/DaGenix/rust-crypto",
|
|
|
|
"descr": "cryptographic algorithms in Rust",
|
|
|
|
"travis_url": "https://travis-ci.org/DaGenix/rust-crypto",
|
|
|
|
"travis_badge": "https://travis-ci.org/DaGenix/rust-crypto.png?branch=master"
|
|
|
|
},
|
|
|
|
"dnaq/sodiumoxide": {
|
|
|
|
"url": "https://github.com/dnaq/sodiumoxide",
|
|
|
|
"descr": md_link('libsodium', 'https://github.com/jedisct1/libsodium') + " bindings"
|
|
|
|
},
|
|
|
|
"sfackler/rust-openssl": {
|
|
|
|
"url": "https://github.com/sfackler/rust-openssl",
|
|
|
|
"descr": "OpenSSL bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/sfackler/rust-openssl",
|
|
|
|
"travis_badge": "https://travis-ci.org/sfackler/rust-openssl.png?branch=master"
|
|
|
|
},
|
|
|
|
"blackbeam/rust-mysql-simple": {
|
|
|
|
"url": "https://github.com/blackbeam/rust-mysql-simple",
|
|
|
|
"descr": "a native MySql client",
|
|
|
|
"travis_url": "https://travis-ci.org/blackbeam/rust-mysql-simple",
|
|
|
|
"travis_badge": "https://travis-ci.org/blackbeam/rust-mysql-simple.png?branch=master"
|
|
|
|
},
|
|
|
|
"sfackler/rust-postgres": {
|
|
|
|
"url": "https://github.com/sfackler/rust-postgres",
|
|
|
|
"descr": "a native " + md_link('PostgreSQL', 'http://www.postgresql.org') + " client",
|
|
|
|
"travis_url": "https://travis-ci.org/sfackler/rust-postgres",
|
|
|
|
"travis_badge": "https://travis-ci.org/sfackler/rust-postgres.png?branch=master"
|
|
|
|
},
|
|
|
|
"linuxfood/rustsqlite": {
|
|
|
|
"url": "https://github.com/linuxfood/rustsqlite",
|
|
|
|
"descr": md_link('Sqlite3', 'http://www.sqlite.org/') + " bindings",
|
|
|
|
},
|
|
|
|
"dwrensha/capnproto-rust": {
|
|
|
|
"url": "https://github.com/dwrensha/capnproto-rust",
|
|
|
|
"travis_url": "https://travis-ci.org/dwrensha/capnproto-rust",
|
|
|
|
"travis_badge": "https://travis-ci.org/dwrensha/capnproto-rust.png?branch=master"
|
|
|
|
},
|
|
|
|
"lifthrasiir/rust-encoding": {
|
|
|
|
"url": "https://github.com/lifthrasiir/rust-encoding",
|
|
|
|
"travis_url": "https://travis-ci.org/lifthrasiir/rust-encoding",
|
|
|
|
"travis_badge": "https://travis-ci.org/lifthrasiir/rust-encoding.png?branch=master"
|
|
|
|
},
|
|
|
|
"BurntSushi/rust-csv": {
|
|
|
|
"url": "https://github.com/BurntSushi/rust-csv",
|
|
|
|
"travis_url": "https://travis-ci.org/BurntSushi/rust-csv",
|
|
|
|
"travis_badge": "https://api.travis-ci.org/BurntSushi/rust-csv.png?branch=master"
|
|
|
|
},
|
|
|
|
"Geal/rust-csv": {
|
|
|
|
"url": "https://github.com/Geal/rust-csv",
|
|
|
|
"travis_url": "https://travis-ci.org/Geal/rust-csv",
|
2014-10-11 13:17:22 +00:00
|
|
|
"travis_badge": "https://travis-ci.org/Geal/rust-csv.png?branch=master",
|
|
|
|
"unstable": True
|
2014-10-11 13:02:35 +00:00
|
|
|
},
|
|
|
|
"mneumann/rust-msgpack": {
|
|
|
|
"url": "https://github.com/mneumann/rust-msgpack",
|
|
|
|
"travis_url": "https://travis-ci.org/mneumann/rust-msgpack",
|
|
|
|
"travis_badge": "https://travis-ci.org/mneumann/rust-msgpack.png?branch=master"
|
|
|
|
},
|
|
|
|
"stepancheg/rust-protobuf": {
|
|
|
|
"url": "https://github.com/stepancheg/rust-protobuf",
|
|
|
|
"travis_url": "https://travis-ci.org/stepancheg/rust-protobuf",
|
|
|
|
"travis_badge": "https://travis-ci.org/stepancheg/rust-protobuf.png?branch=master"
|
|
|
|
},
|
|
|
|
"alexcrichton/toml-rs": {
|
|
|
|
"url": "https://github.com/alexcrichton/toml-rs"
|
|
|
|
},
|
|
|
|
"erickt/rust-tnetstring": {
|
|
|
|
"url": "https://github.com/erickt/rust-tnetstring",
|
|
|
|
"travis_url": "https://travis-ci.org/erickt/rust-tnetstring",
|
2014-10-11 13:16:32 +00:00
|
|
|
"travis_badge": "https://travis-ci.org/erickt/rust-tnetstring.png?branch=master",
|
|
|
|
"unstable": True
|
2014-10-11 13:02:35 +00:00
|
|
|
},
|
|
|
|
"bjz/sax-rs": {
|
|
|
|
"url": "https://github.com/bjz/sax-rs",
|
|
|
|
"descr": "bindings to libxml2's SAX parser",
|
|
|
|
"travis_url": "https://travis-ci.org/bjz/sax-rs",
|
|
|
|
"travis_badge": "https://travis-ci.org/bjz/sax-rs.png?branch=master"
|
|
|
|
},
|
2014-10-11 13:15:11 +00:00
|
|
|
"DanielFath/xml-air": {
|
|
|
|
"url": "https://github.com/DanielFath/xml-air",
|
2014-10-11 13:02:35 +00:00
|
|
|
"descr": "A hybrid pull, DOM parser written in pure Rust",
|
2014-10-11 13:15:11 +00:00
|
|
|
"travis_url": "https://travis-ci.org/DanielFath/xml-air",
|
|
|
|
"travis_badge": "https://travis-ci.org/DanielFath/xml-air.png?branch=master"
|
2014-10-11 13:02:35 +00:00
|
|
|
},
|
|
|
|
"Florob/RustyXML": {
|
|
|
|
"url": "https://github.com/Florob/RustyXML",
|
|
|
|
"descr": "an XML parser written in Rust",
|
|
|
|
"travis_url": "https://travis-ci.org/Florob/RustyXM",
|
|
|
|
"travis_badge": "https://travis-ci.org/Florob/RustyXML.png?branch=master"
|
|
|
|
},
|
|
|
|
"netvl/rust-xml": {
|
|
|
|
"url": "https://github.com/netvl/rust-xml",
|
|
|
|
"descr": "a streaming XML library",
|
|
|
|
"travis_url": "https://travis-ci.org/netvl/rust-xml",
|
|
|
|
"travis_badge": "https://travis-ci.org/netvl/rust-xml.png?branch=master"
|
|
|
|
},
|
|
|
|
"JeremyLetang/rustenstein3D": {
|
|
|
|
"url": "https://github.com/JeremyLetang/rustenstein3D/",
|
|
|
|
"descr": "a raycasting engine in rust",
|
|
|
|
"travis_url": "",
|
|
|
|
"travis_badge": ""
|
|
|
|
},
|
|
|
|
"lifthrasiir/angolmois-rust": {
|
|
|
|
"url": "https://github.com/lifthrasiir/angolmois-rust",
|
|
|
|
"descr": "a minimalistic music video game which supports the BMS format",
|
|
|
|
"travis_url": "https://travis-ci.org/lifthrasiir/angolmois-rust",
|
|
|
|
"travis_badge": "https://travis-ci.org/lifthrasiir/angolmois-rust.png?branch=master"
|
|
|
|
},
|
|
|
|
"mozilla-servo/rust-cocoa": {
|
|
|
|
"url": "https://github.com/mozilla-servo/rust-cocoa"
|
|
|
|
},
|
|
|
|
"JeremyLetang/rgtk": {
|
|
|
|
"url": "https://github.com/JeremyLetang/rgtk",
|
|
|
|
"descr": md_link('Gtk+', 'http://www.gtk.org') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/jeremyletang/rgtk",
|
|
|
|
"travis_badge": "https://travis-ci.org/jeremyletang/rgtk.png?branch=master"
|
|
|
|
},
|
|
|
|
"jeaye/ncurses-rs": {
|
|
|
|
"url": "https://github.com/jeaye/ncurses-rs",
|
|
|
|
"travis_url": "https://travis-ci.org/jeaye/ncurses-rs",
|
|
|
|
"travis_badge": "https://travis-ci.org/jeaye/ncurses-rs.png?branch=master"
|
|
|
|
},
|
|
|
|
"AngryLawyer/rust-sdl2": {
|
|
|
|
"url": "https://github.com/AngryLawyer/rust-sdl2",
|
|
|
|
"descr": md_link('SDL2', 'http://www.libsdl.org/') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/AngryLawyer/rust-sdl2",
|
|
|
|
"travis_badge": "https://travis-ci.org/AngryLawyer/rust-sdl2.png?branch=master"
|
|
|
|
},
|
|
|
|
"brson/rust-sdl": {
|
|
|
|
"url": "https://github.com/brson/rust-sdl",
|
|
|
|
"descr": md_link('SDL1', 'http://www.libsdl.org/') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/brson/rust-sdl",
|
|
|
|
"travis_badge": "https://travis-ci.org/brson/rust-sdl.png?branch=master"
|
|
|
|
},
|
|
|
|
"gchp/rustbox": {
|
|
|
|
"url": "https://github.com/gchp/rustbox",
|
|
|
|
"descr": "a Rust implementation of " + md_link('termbox', '') + " http://github.com/nsf/termbox"
|
|
|
|
},
|
|
|
|
"erickt/rust-zmq": {
|
|
|
|
"url": "https://github.com/erickt/rust-zmq",
|
|
|
|
"descr": md_link('ZeroMQ', 'http://zeromq.org') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/erickt/rust-zmq",
|
|
|
|
"travis_badge": "https://travis-ci.org/erickt/rust-zmq.png?branch=master"
|
|
|
|
},
|
2014-10-11 13:15:11 +00:00
|
|
|
"zeromq/zmq.rs": {
|
|
|
|
"url": "https://github.com/zeromq/zmq.rs",
|
|
|
|
"descr": "Rust implementation of the " + md_link('ZeroMQ', 'http://zeromq.org') + "protocol",
|
|
|
|
"travis_url": "https://travis-ci.org/zeromq/zmq.rs",
|
|
|
|
"travis_badge": "https://travis-ci.org/zeromq/zmq.rs.png?branch=master",
|
|
|
|
"unstable": True
|
|
|
|
},
|
2014-10-11 13:02:35 +00:00
|
|
|
"erickt/rust-mustache": {
|
|
|
|
"url": "https://github.com/erickt/rust-mustache",
|
|
|
|
"travis_url": "https://travis-ci.org/erickt/rust-mustache",
|
|
|
|
"travis_badge": "https://travis-ci.org/erickt/rust-mustache.png?branch=master"
|
|
|
|
},
|
|
|
|
"BurntSushi/quickcheck": {
|
|
|
|
"url": "https://github.com/BurntSushi/quickcheck",
|
|
|
|
"descr": "property-based testing using randomly generated input",
|
|
|
|
"travis_url": "https://travis-ci.org/BurntSushi/quickcheck",
|
|
|
|
"travis_badge": "https://travis-ci.org/BurntSushi/quickcheck.png?branch=master"
|
|
|
|
},
|
|
|
|
"farcaller/shiny": {
|
|
|
|
"url": "https://github.com/farcaller/shiny",
|
|
|
|
"descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi"
|
|
|
|
},
|
|
|
|
"chris-morgan/rust-http": {
|
|
|
|
"url": "https://github.com/chris-morgan/rust-http",
|
|
|
|
"descr": "will be replaced by " + md_link('Teepee', 'http://teepee.rs/'),
|
|
|
|
"travis_url": "https://travis-ci.org/chris-morgan/rust-http",
|
|
|
|
"travis_badge": "https://travis-ci.org/chris-morgan/rust-http.png?branch=master"
|
|
|
|
},
|
|
|
|
"hyperium/hyper": {
|
|
|
|
"url": "https://github.com/hyperium/hyper",
|
|
|
|
"travis_url": "https://travis-ci.org/hyperium/hyper",
|
|
|
|
"travis_badge": "https://travis-ci.org/hyperium/hyper.png?branch=master"
|
|
|
|
},
|
|
|
|
"carllerche/curl-rust": {
|
|
|
|
"url": "https://github.com/carllerche/curl-rust",
|
|
|
|
"descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings"
|
|
|
|
},
|
|
|
|
"vhbit/curl-rs": {
|
|
|
|
"url": "https://github.com/vhbit/curl-rs",
|
|
|
|
"descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/vhbit/curl-rs.png?branch=master",
|
|
|
|
"travis_badge": "https://travis-ci.org/vhbit/curl-rs"
|
|
|
|
},
|
|
|
|
"erickt/rust-mongrel2": {
|
|
|
|
"url": "https://github.com/erickt/rust-mongrel2",
|
|
|
|
"descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings",
|
|
|
|
"travis_url": "https://travis-ci.org/erickt/rust-mongrel2.png?branch=master",
|
|
|
|
"travis_badge": "https://travis-ci.org/erickt/rust-mongrel2"
|
|
|
|
},
|
|
|
|
"Iron": {
|
|
|
|
"url": "http://ironframework.io/",
|
|
|
|
"descr": "inspired by " + md_link('Express', 'http://expressjs.com/'),
|
|
|
|
"travis_url": "https://travis-ci.org/iron/iron.png?branch=master",
|
|
|
|
"travis_badge": "https://travis-ci.org/iron/iron"
|
|
|
|
},
|
|
|
|
"Nickel": {
|
|
|
|
"url": "http://nickel.rs/",
|
|
|
|
"descr": "inspired by " + md_link('Express', 'http://expressjs.com/')
|
|
|
|
},
|
|
|
|
"Rust by Example": {
|
|
|
|
"url": "http://rustbyexample.com/",
|
|
|
|
"section": ["resources"]
|
|
|
|
},
|
|
|
|
"Rust CI": {
|
|
|
|
"url": "http://www.rust-ci.org",
|
|
|
|
"descr": "a " + md_link('Travis CI', 'https://travis-ci.com') + " dashboard for Rust projects",
|
|
|
|
"section": ["resources"]
|
|
|
|
},
|
|
|
|
"Rust Guidelines": {
|
|
|
|
"url": "http://aturon.github.io",
|
|
|
|
"section": ["resources"]
|
2014-10-11 13:24:17 +00:00
|
|
|
},
|
|
|
|
"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
|
2014-10-11 13:02:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"""
|
2014-10-11 13:24:17 +00:00
|
|
|
"": {
|
|
|
|
"url": "",
|
|
|
|
"descr": " " + md_link('', '') + " ",
|
|
|
|
"travis_url": "",
|
|
|
|
"travis_badge": "",
|
|
|
|
"unstable": True
|
|
|
|
},
|
2014-10-11 13:02:35 +00:00
|
|
|
|
|
|
|
## 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)
|
|
|
|
* [servo/rust-glut](https://github.com/mozilla-servo/rust-glut) GLUT bindings for Rust
|
|
|
|
* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) A Rust wrapper and bindings of Allegro 5 game programming library [![Build Status](https://travis-ci.org/SiegeLord/RustAllegro.png?branch=master)](https://travis-ci.org/SiegeLord/RustAllegro)
|
|
|
|
* Game Engines
|
|
|
|
* [PistonDevelopers/piston](https://github.com/pistondevelopers/piston/) A user friendly game engine written in Rust
|
|
|
|
* [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d) Keep it simple, stupid 3d graphics engine for Rust.
|
|
|
|
* Collision Detection, Physics
|
|
|
|
* [bjz/bullet-rs](https://github.com/bjz/bullet-rs/) Bindings and wrapper for the Bullet physics C API
|
|
|
|
* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide) n-dimensional collision detection library in Rust.
|
|
|
|
* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics) 2 and 3-dimensional rigid body physics engine for Rust. [![Build Status](https://travis-ci.org/sebcrozet/nphysics.png?branch=master)](https://travis-ci.org/sebcrozet/nphysics)
|
|
|
|
|
|
|
|
## Games
|
|
|
|
|
|
|
|
* [Arcterus/game-of-life](https://github.com/Arcterus/game-of-life)
|
|
|
|
* [Arcterus/rust-snake](https://github.com/Arcterus/rust-snake)
|
|
|
|
* [bachm/rusty-t*tris](https://github.com/bachm/rusty-tetris)
|
|
|
|
* [bvssvni/rust-snake](https://github.com/bvssvni/rust-snake)
|
|
|
|
* [Coeuvre/rust-2048](https://github.com/Coeuvre/rust-2048)
|
|
|
|
* [Coeuvre/rust-pong](https://github.com/Coeuvre/rust-pong)
|
|
|
|
* [dpc/rustyhex](https://github.com/dpc/rustyhex/) Simple roguelike written in Rust language
|
|
|
|
* [FrozenCow/rust-airhockey](https://github.com/FrozenCow/rust-airhockey) A simple airhockey game using rust-sdl and OpenGL
|
|
|
|
* [jeaye/q3](https://github.com/Jeaye/q3) A Quake 3 like game with voxelized destructible maps [<img src="https://travis-ci.org/jeaye/q3.png?branch=master">](https://travis-ci.org/jeaye/q3)
|
|
|
|
* [mynery/xxo](https://github.com/mynery/xxo) Tic Tac Toe in rust with termbox
|
|
|
|
* [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
|
|
|
|
"""
|
|
|
|
|
2014-10-11 13:15:11 +00:00
|
|
|
|
2014-10-11 13:02:35 +00:00
|
|
|
HEADER_STABLE = \
|
2014-10-11 13:15:11 +00:00
|
|
|
"""# Awesome Rust
|
2014-10-11 13:02:35 +00:00
|
|
|
|
|
|
|
A curated list of awesome Rust code and resources. Inspired by the other [awesome lists](https://github.com/bayandin/awesome-awesomeness).
|
|
|
|
|
|
|
|
Only projects that are stable and useful to users are added. Projects that do not compile with Rust-nightly for a longer time are moved to `UNSTABLE.md`."""
|
|
|
|
|
|
|
|
HEADER_UNSTABLE = \
|
2014-10-11 13:15:11 +00:00
|
|
|
"""# Unstable
|
2014-10-11 13:02:35 +00:00
|
|
|
|
|
|
|
A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`."""
|
|
|
|
|
|
|
|
TOC = \
|
|
|
|
"""
|
|
|
|
- [Awesome Rust](#awesome-rust)
|
|
|
|
- [Code](#code)
|
|
|
|
- [Audio](#audio)
|
|
|
|
- [Build system](#build-system)
|
|
|
|
- [Command-line argument parsing](#command-line-argument-parsing)
|
|
|
|
- [Compression](#compression)
|
|
|
|
- [Computation](#computation)
|
|
|
|
- [Cryptography](#cryptography)
|
|
|
|
- [Database](#database)
|
|
|
|
- [Encoding](#encoding)
|
|
|
|
- [Game development](#game-development)
|
|
|
|
- [Games](#games)
|
|
|
|
- [GUI](#gui)
|
|
|
|
- [Network programming](#network-programming)
|
|
|
|
- [Template engine](#template-engine)
|
|
|
|
- [Testing](#testing)
|
|
|
|
- [Web programming](#web-programming)
|
|
|
|
- [Resources](#resources)
|
|
|
|
"""
|
|
|
|
|
|
|
|
def add( value, rows_stable=None, rows_unstable=None ):
|
|
|
|
|
|
|
|
if rows_stable:
|
|
|
|
rows_stable.append( value )
|
|
|
|
if rows_unstable:
|
|
|
|
rows_unstable.append( value )
|
|
|
|
|
|
|
|
#end def add
|
|
|
|
|
|
|
|
def entry( prefix, name, rows_stable=None, rows_unstable=None ):
|
|
|
|
|
|
|
|
entry = DATA.get(name)
|
|
|
|
|
|
|
|
if entry is None:
|
|
|
|
print '"%s" not found' % name
|
|
|
|
return
|
|
|
|
|
|
|
|
url = entry.get('url')
|
|
|
|
description = entry.get('descr', '')
|
|
|
|
|
|
|
|
if description:
|
|
|
|
description = ' ' + description
|
|
|
|
|
|
|
|
travis_badge = entry.get('travis_badge')
|
|
|
|
travis_url = entry.get('travis_url')
|
|
|
|
|
|
|
|
if travis_badge and travis_url:
|
|
|
|
travis = ' ' + md_link( '<img src="%s">' % travis_badge, travis_url )
|
|
|
|
else:
|
|
|
|
travis = ''
|
|
|
|
|
|
|
|
if description or travis:
|
|
|
|
separator = ' —'
|
|
|
|
else:
|
|
|
|
separator = ''
|
|
|
|
|
|
|
|
unstable = entry.get('unstable')
|
|
|
|
|
|
|
|
if unstable:
|
|
|
|
rows = rows_unstable
|
|
|
|
else:
|
|
|
|
rows = rows_stable
|
|
|
|
|
|
|
|
rows.append('%s[%s](%s)%s%s%s' % (prefix, name, url, separator, description, travis))
|
|
|
|
|
|
|
|
#end def entry
|
|
|
|
|
|
|
|
|
|
|
|
# Generate Markdown files.
|
|
|
|
rows_stable = [HEADER_STABLE, TOC]
|
|
|
|
rows_unstable = [HEADER_UNSTABLE, TOC]
|
|
|
|
|
|
|
|
add( '## Code\n', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Audio\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'bjz/openal-rs', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'JeremyLetang/ears', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'JeremyLetang/rust-portaudio', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'musitdev/rust-portmidi', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Build system\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'Cargo', rows_stable, rows_unstable )
|
|
|
|
add( '* CMake', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'SiegeLord/RustCMake', rows_stable, rows_unstable )
|
|
|
|
add( '* Make', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'PistonDevelopers/rust-empty', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Command-line argument parsing\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'docopt/docopt.rs', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'wycats/hammer.rs', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Compression\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'lifthrasiir/rust-zip', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Computation\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'eholk/rust-opencl', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Cryptography\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'DaGenix/rust-crypto', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'dnaq/sodiumoxide', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'sfackler/rust-openssl', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Database\n', rows_stable, rows_unstable )
|
|
|
|
add( '* SQL', rows_stable, rows_unstable )
|
|
|
|
add( ' * MySql', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'blackbeam/rust-mysql-simple', rows_stable, rows_unstable )
|
|
|
|
add( ' * PostgreSql', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'sfackler/rust-postgres', rows_stable, rows_unstable )
|
|
|
|
add( ' * Sqlite', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'linuxfood/rustsqlite', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Encoding\n', rows_stable, rows_unstable )
|
|
|
|
add( '* Cap\'n Proto', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'dwrensha/capnproto-rust', rows_stable, rows_unstable )
|
|
|
|
add( '* Character Encoding', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'lifthrasiir/rust-encoding', rows_stable, rows_unstable )
|
|
|
|
add( '* CSV', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'BurntSushi/rust-csv', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'Geal/rust-csv', rows_stable, rows_unstable )
|
|
|
|
add( '* MsgPck', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'mneumann/rust-msgpack', rows_stable, rows_unstable )
|
|
|
|
add( '* ProtocolBuffers', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'stepancheg/rust-protobuf', rows_stable, rows_unstable )
|
|
|
|
add( '* TOML', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'alexcrichton/toml-rs', rows_stable, rows_unstable )
|
|
|
|
add( '* Tnetstring', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'erickt/rust-tnetstring', rows_stable, rows_unstable )
|
|
|
|
add( '* XML', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'bjz/sax-rs', rows_stable, rows_unstable )
|
2014-10-11 13:15:11 +00:00
|
|
|
entry( ' * ', 'DanielFath/xml-air', rows_stable, rows_unstable )
|
2014-10-11 13:02:35 +00:00
|
|
|
entry( ' * ', 'Florob/RustyXML', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'netvl/rust-xml', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Game development\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'JeremyLetang/rustenstein3D', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Games\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'lifthrasiir/angolmois-rust', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### GUI\n', rows_stable, rows_unstable )
|
|
|
|
add( '* Cocoa', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'mozilla-servo/rust-cocoa', rows_stable, rows_unstable )
|
|
|
|
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( '* SDL', rows_stable, rows_unstable )
|
|
|
|
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 )
|
2014-10-11 13:24:17 +00:00
|
|
|
add( '* wxWidgets', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'kenz-gelsoft/wxRust', rows_stable, rows_unstable )
|
2014-10-11 13:02:35 +00:00
|
|
|
|
|
|
|
add( '\n### Network programming\n', rows_stable, rows_unstable )
|
|
|
|
add( '* ZeroMQ', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Template engine\n', rows_stable, rows_unstable )
|
|
|
|
add( '* Mustache', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'erickt/rust-mustache', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Testing\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'BurntSushi/quickcheck', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'farcaller/shiny', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n### Web programming\n', rows_stable, rows_unstable )
|
|
|
|
add( 'See also ' + md_link('http://arewewebyet.com/', 'http://arewewebyet.com/') + '\n', rows_stable, rows_unstable )
|
|
|
|
add( '* Core', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'chris-morgan/rust-http', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'hyperium/hyper', rows_stable, rows_unstable )
|
|
|
|
add( '* Client', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'carllerche/curl-rust', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'vhbit/curl-rs', rows_stable, rows_unstable )
|
|
|
|
add( '* Server', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'erickt/rust-mongrel2', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'Iron', rows_stable, rows_unstable )
|
|
|
|
entry( ' * ', 'Nickel', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
add( '\n## Resources\n', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'Rust by Example', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'Rust CI', rows_stable, rows_unstable )
|
|
|
|
entry( '* ', 'Rust Guidelines', rows_stable, rows_unstable )
|
|
|
|
|
|
|
|
markdown_stable = '\n'.join(rows_stable)
|
|
|
|
markdown_unstable = '\n'.join(rows_unstable )
|
|
|
|
|
|
|
|
with open( 'README.md', 'wb' ) as f:
|
|
|
|
f.write( markdown_stable )
|
2014-10-11 13:15:11 +00:00
|
|
|
with open( 'UNSTABLE.md', 'wb' ) as f:
|
|
|
|
f.write( markdown_unstable )
|