From 1b7f60c1a750997496994f58a71e5fcf5d970926 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 20 Jul 2014 15:02:45 +0200 Subject: [PATCH] add GUI --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5107cde..d87cacd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Only projects that are more than a prototype should be added. Projects that do n - [Computation](#computation) - [Cryptography](#cryptography) - [Encoding](#encoding) + - [GUI](#gui) - [Web Programming](#web-programming) - [Resources](#resources) @@ -60,7 +61,16 @@ Only projects that are more than a prototype should be added. Projects that do n * [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust * [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library +### GUI +* Cocoa + * [mozilla-servo/rust-cocoa](https://github.com/mozilla-servo/rust-cocoa) — +* Gtk + * [JeremyLetang/rgtk](https://github.com/JeremyLetang/rgtk) — +* ncurses + * [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — [![Build Status](https://travis-ci.org/jeaye/ncurses-rs.png?branch=master)](https://travis-ci.org/jeaye/ncurses-rs.png) +* Termbox + * [gchp/rustbox](https://github.com/gchp/rustbox) — ### Web Programming