From 55e68cb9e45a75a0b886539456e19c930969d6fd Mon Sep 17 00:00:00 2001 From: Wolfgang Engel Date: Fri, 7 Jun 2019 14:58:03 -0700 Subject: [PATCH] Changed the "lego" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 575bde56ce..9dfee0a208 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The Forge can be used to provide the rendering layer for custom next-gen game en - [Lua Scripting System](https://www.lua.org/) - currently used in 06_Playground to load models and textures and animate the camera - Animation System based on [Ozz Animation System](https://github.com/guillaumeblanc/ozz-animation) - Consistent Math Library based on an extended version of [Vectormath](https://github.com/glampert/vectormath) -- Extended version of [TinySTL](https://github.com/mendsley/tinystl) +- Extended version of [EASTL](https://github.com/electronicarts/EASTL/) - For loading art assets we have a modified and integrated version of [Assimp](https://github.com/assimp/assimp) - Consistent Memory Managament: on GPU following [Vulkan Memory Allocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator) - Input system with Gestures for Touch devices based on an extended version of [gainput](https://github.com/jkuhlmann/gainput)