Skip to content

Wonderland Engine's official component library.

License

Notifications You must be signed in to change notification settings

playkostudios/components

This branch is 66 commits behind WonderlandEngine/components:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5bbb430 · Feb 9, 2024
Aug 1, 2023
May 2, 2023
Feb 8, 2024
Jun 9, 2023
Mar 13, 2023
Mar 13, 2023
May 15, 2021
Dec 16, 2023
Apr 23, 2023
Apr 23, 2023
Dec 16, 2023
Apr 11, 2023
Apr 24, 2023
Mar 9, 2023
Apr 30, 2023
Dec 16, 2023
Apr 24, 2023
Mar 9, 2023
Apr 15, 2023
Apr 30, 2023
Feb 8, 2024
Feb 8, 2024
Sep 26, 2023
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024
Apr 23, 2023
Jul 11, 2023
Apr 30, 2023
May 1, 2023
Mar 16, 2023
Feb 8, 2024
May 29, 2023
Apr 30, 2023
Apr 24, 2023
Mar 13, 2023
Jun 6, 2023
Apr 15, 2023

Repository files navigation

Wonderland Engine Components

Wonderland Engine's official component library.

Learn more about Wonderland Engine at https://wonderlandengine.com.

Usage

Install the components to your project's package as follows (this is already done in most project templates):

npm i --save @wonderlandengine/components

Wonderland Editor will automatically detect all components in the package and auto-import those that you use in the scene.

Development

Start by installing all dependencies:

npm install

To build the TypeScript code, run the build or build:watch script:

npm run build:watch

Running Tests

Some components have automated tests. You can run them with the test and test:watch scripts:

npm run test:watch

To run tests with a specific deploy folder, use the DEPLOY_FOLDER environment variable:

DEPLOY_FOLDER="../../some/deploy" npm run test:watch

License

Wonderland Engine components TypeScript and JavaScript code is released under MIT license. The runtime and editor are licensed under the Wonderland Engine EULA

About

Wonderland Engine's official component library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.1%
  • TypeScript 46.9%