From 2e0ae9d007c9f43b3b3ddb8c40daeaa1dc4a470e Mon Sep 17 00:00:00 2001 From: Brian Zinn Date: Fri, 28 Feb 2020 10:16:55 -0800 Subject: [PATCH] add link to contributors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38b53e5b..0d4ef88d 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ const App: React.FC = () => { * [Create React App (TypeScript)](https://github.com/brianzinn/create-react-app-typescript-babylonjs) CRA 3 TypeScript. --- +## Contributors Huge shout out to [Konsumer](https://github.com/konsumer) that brought this project to the next level. The ideas and code sandboxes from issue #6 inspired the code generation and HOC + Context API integration. Thanks to [seacloud9](https://github.com/seacloud9) for adding storybook (and [GSAP demo](https://brianzinn.github.io/react-babylonjs/?path=/story/babylon-basic--model-atom-gsap-tween)). Also for adding [dynamic terrain](https://brianzinn.github.io/react-babylonjs/?path=/story/babylon-basic--dynamic-terrain).