0.1.10 • Published 9 months ago

@quick-threejs/legacy v0.1.10

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

@quick-threejs/legacy

@quick-threejs/legacy is a small library. This lib was designed to quickly start a ThreeJS app. It'll set up a 3D scene with as little configuration as possible.

šŸš€ Quick start

Simply import @quick-threejs/legacy and instantiate it as follows:

import QuickThreejs from "@quick-threejs/legacy";

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

Understanding

@quick-threejs/legacy is designed to be usage simple.

šŸ’” The first parameter is the initialization properties and the second is the DOMElement reference.

For more details about the about the available properties, see:

See the complete Example folder.

0.1.10

9 months ago

0.1.9

9 months ago

0.1.8

11 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago