From d5250df480752815c63a0267487ecdb725de4b38 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Tue, 30 May 2017 18:17:48 +0530 Subject: [PATCH] Add Kiss3d (#299) * Add Kiss3d --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4295668..81f4cdd 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [dylanede/rusttype](https://github.com/dylanede/rusttype) — a pure Rust alternative to libraries like FreeType [](https://travis-ci.org/dylanede/rusttype) * OpenGL [[opengl](https://crates.io/keywords/opengl)] * [brendanzab/gl-rs](https://github.com/brendanzab/gl-rs) — [](https://travis-ci.org/brendanzab/gl-rs) + * [Kiss3d](http://kiss3d.org) — draw simple geometric figures and play with them with one-liners [](https://api.travis-ci.org/sebcrozet/kiss3d) * [PistonDevelopers/glfw-rs](https://github.com/PistonDevelopers/glfw-rs) — [](https://travis-ci.org/PistonDevelopers/glfw-rs) * [tomaka/glium](https://github.com/tomaka/glium) — safe OpenGL wrapper for the Rust language. [](https://travis-ci.org/tomaka/glium) * [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](http://www.glfw.org/) [](https://travis-ci.org/tomaka/glutin)