From 4b355e6d780e6ab8b1582ffb6c9874f5955d3e5f Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Wed, 5 May 2021 00:40:38 +0200 Subject: [PATCH] readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 523a63c..19dba9a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ I wanted to code something similar to *react-three-fiber* but for VueJS. I started from scratch, I will rewrite some of my [WebGL demos](https://codepen.io/collection/AGZywR) to see if this little toy can do the job. +Next version (*v0.3*, rewrited with Typescript) will be soon released ! + *Trois* is a french word, it means *Three*. ## Usage (CDN) @@ -80,6 +82,8 @@ Thanks to VueJS/ViteJS, **TroisJS use watchers and HMR to update ThreeJS objects ## Features +Take a look at examples : https://troisjs.github.io/ + - [ ] Lights - [x] AmbientLight - [x] DirectionalLight @@ -93,6 +97,7 @@ Thanks to VueJS/ViteJS, **TroisJS use watchers and HMR to update ThreeJS objects - [x] Mapcap - [x] Phong - [x] Physical + - [x] Shader - [x] Standard - [x] SubSurface - [x] Toon