From 1c0f8ef0dadd04df678fdc1ecb72d4d866e974a5 Mon Sep 17 00:00:00 2001 From: Kirill Osipov Date: Sun, 30 Oct 2016 18:59:11 +0000 Subject: [PATCH] Add Blend4Web engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9031adc..cbc3477 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Code #### 3D * [Azul3D](http://azul3d.org/) - A 3D engine written in Go. +* [Blend4Web](http://www.blend4web.com/) - A Javascript framework for creating and displaying interactive 3D computer graphics in web browsers. ![open soucce](/img/opensource.png) * [Blitz3D](http://www.blitzbasic.com/Products/blitz3d.php) 3D basic-like programming language for fast 3D desktop games. * [Bullet](http://bulletphysics.org/wordpress/) - Real-time physics simulation. * [CRYENGINE](https://github.com/CRYTEK-CRYENGINE/CRYENGINE) - A pay what you want next gen 3D game engine written in C++.