0.1.33 • Published 3 months ago

quick-threejs v0.1.33

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Quick-ThreeJS

Quick-threeJS is a small open-source library. As its name says, the lib will quickly set up a 3D scene with as little configuration as possible.

🚀 Quick start

Simply import quick-threejs and instantiate it as follows:

import QuickThreejs from "quick-threejs";

let APP = new QuickThreejs(
 {
  axesSizes: 5,
  gridSizes: 10,
  enableDebug: true,
  withMiniCamera: true,
 },
 "#experience"
);

That's it! Now you should see the following screen on your local development server preview: image

💡 The first parameter is the initialization properties and the second is the dom element reference.

See the types definitions:

Checkout the Example folder for more details

🚧 Disclaimer

I have to apologize for not documenting this library well.

At the current time, this library is mainly for personal use.

If find this library interesting or useful and need to improve the library, please raise an issue. I'll be glad to have your feedback ❤.

License

MIT License. See the license file for more details.

Copyright @ 2023. Made with ❤ by @Neosoulink.

0.1.33

3 months ago

0.1.31

3 months ago

0.1.32

3 months ago

0.1.30

3 months ago

0.1.27

4 months ago

0.1.28

4 months ago

0.1.29

4 months ago

0.1.26

4 months ago

0.1.21

6 months ago

0.1.22

5 months ago

0.1.23

5 months ago

0.1.24

5 months ago

0.1.25

5 months ago

0.1.20

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.0.1

11 months ago

0.0.0

12 months ago