A collection of playground template projects for the Wonderland Engine.
The projects include the PP library.
If u prefer to start with a default template project that uses the PP library, you can use the PPefault template instead.
A collection of assets that can be useful while working with the Wonderland Engine (like gamepads 3D models) can be found here.
You are free to use this in your projects, just remember to credit it somewhere, if possible!
- Meta Quest 1 Gamepads Low Poly by Jezza3D
- Made using PP
Every playground template usually comes in two versions:
- standard
- the PP library is included as an
npm
package
- the PP library is included as an
- unbundled
- the PP library is not included as an
npm
package, but as files in the project - can be useful if u plan to edit the PP library to adjust them to your need
- the PP library is not included as an
The main playground.
Some of the PP features u will find in this playground are:
- ppefault setup
- player locomotion
- grab & throw
- virtual gamepad
Some of the custom features u will find in this playground are:
- background music
- sfx for the grab & throw and other interactions
- particles
- grabbable objects spawner
- a bit of gameplay logic to check when u have hit the flying target
Every custom component or object that is not strictly needed has been added under the Playground
object inside the scene, so you can safely remove it.
This is also true for every custom scripts, which can be found in the playground
folder.
You can download this template through the following links: