From 6130e53cdf220b5aaa125f299fcf9bc64245936b Mon Sep 17 00:00:00 2001 From: Jhonny Knaak de Vargas <11624159+jkvargas@users.noreply.github.com> Date: Mon, 15 Feb 2021 21:05:36 +0000 Subject: [PATCH] Adding rust port to documentation --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 6198d403e..71b3c7f10 100644 --- a/Readme.md +++ b/Readme.md @@ -45,6 +45,7 @@ Take a look into the https://github.com/assimp/assimp/blob/master/Build.md file. * [Unity 3d Plugin](https://www.assetstore.unity3d.com/en/#!/content/91777) * [JVM](https://github.com/kotlin-graphics/assimp) Full jvm port (current [status](https://github.com/kotlin-graphics/assimp/wiki/Status)) * [HAXE-Port](https://github.com/longde123/assimp-haxe) The Assimp-HAXE-port. +* [Rust](https://github.com/jkvargas/russimp) ### Other tools ### [open3mod](https://github.com/acgessler/open3mod) is a powerful 3D model viewer based on Assimp's import and export abilities.