From 7261af9f9f3cb378bc4b80395ef707c1b9b80da8 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Tue, 6 Apr 2021 21:46:35 +0200 Subject: [PATCH] 0.2.3 --- README.md | 26 ++- build/trois.js | 310 +++++++++-------------------- build/trois.module.cdn.js | 312 +++++++++--------------------- build/trois.module.cdn.js.map | 2 +- build/trois.module.cdn.min.js | 2 +- build/trois.module.cdn.min.js.map | 2 +- build/trois.module.js | 312 +++++++++--------------------- build/trois.module.js.map | 2 +- build/trois.module.min.js | 2 +- build/trois.module.min.js.map | 2 +- package.json | 2 +- screenshots/troisjs_10.jpg | Bin 0 -> 71286 bytes screenshots/troisjs_11.jpg | Bin 0 -> 78983 bytes 13 files changed, 296 insertions(+), 678 deletions(-) create mode 100644 screenshots/troisjs_10.jpg create mode 100644 screenshots/troisjs_11.jpg diff --git a/README.md b/README.md index 713d770..0b6618e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ # ✨ ThreeJS + VueJS 3 + ViteJS ⚡ +[![NPM Package][npm]][npm-url] +[![Build Size][build-size]][build-size-url] +[![NPM Downloads][npm-downloads]][npmtrends-url] +[![Discord][discord]][discord-url] -*Trois* is a french word, it means *Three*. - -

+[npm]: https://img.shields.io/npm/v/troisjs +[npm-url]: https://www.npmjs.com/package/troisjs +[build-size]: https://badgen.net/bundlephobia/minzip/troisjs@0.1.19 +[build-size-url]: https://bundlephobia.com/result?p=troisjs@0.1.19 +[npm-downloads]: https://img.shields.io/npm/dw/troisjs +[npmtrends-url]: https://www.npmtrends.com/troisjs +[discord]: https://img.shields.io/discord/828384755778846772 +[discord-url]: https://discord.gg/q85DvHhh + +

+ + - + @@ -23,6 +36,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. +*Trois* is a french word, it means *Three*. + ## Usage (CDN) TroisJS is really simple and easy to use : @@ -41,7 +56,7 @@ TroisJS is really simple and easy to use :