Skip to content

Commit

Permalink
Publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
signorpipo committed Nov 17, 2022
1 parent 91ad17e commit 0b6ce5d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ For the assets that have not been made by me, you will find a link to the source

A collection of Wonderland Engine template projects where you can use these assets can be found [here](https://github.com/SignorPipo/wle_ppefault).

## Quick Assets Summary
You can also get these assets through `npm`:
* `npm install wle_assets`

# Quick Assets Summary

Some of the assets that you can find in this repo are:
- Meta Quest Gamepads 3D Models
Expand Down
29 changes: 29 additions & 0 deletions wle_assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Overview

A collection of assets that can be useful when working with the [Wonderland Engine](https://wonderlandengine.com/).

The assets that u will find in this repo have been built or adjusted to work properly with the WebXR API.
This means, for example, that the gamepads models will be in the right position and will have the proper rotation when synced with the WebXR hand transform.

For the assets that have not been made by me, you will find a link to the source (if available) in the [Credits](#credits) section.

A collection of Wonderland Engine template projects where you can use these assets can be found [here](https://github.com/SignorPipo/wle_ppefault).

You can also get these assets through `npm`:
* `npm install wle_assets`

# Quick Assets Summary

Some of the assets that you can find in this repo are:
- Meta Quest Gamepads 3D Models
- Tracked Hands 3D Models

# License
For the assets created by me, you are free to use them in your projects, just remember to credit me somewhere!
For the other ones, you can look at the source to find out more about their license.


# Credits
- [Meta Quest 1 Gamepads Low Poly](https://github.com/SignorPipo/wle_assets/tree/main/wle_assets/assets/models/gamepads/meta_quest_1/low_poly) by [Jezza3D](https://sketchfab.com/Jezza3D)
- [Meta Quest 2 Gamepads Classic](https://github.com/SignorPipo/wle_assets/tree/main/wle_assets/assets/models/gamepads/meta_quest_2/classic) by [Immersive Web](https://github.com/immersive-web)
- [Tracked Hands Classic](https://github.com/SignorPipo/wle_assets/tree/main/wle_assets/assets/models/tracked_hands/classic) by [Immersive Web](https://github.com/immersive-web)
13 changes: 13 additions & 0 deletions wle_assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions wle_assets/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "wle_assets",
"version": "0.1.0",
"description": "A collection of assets that can be useful when working with the Wonderland Engine",
"author": "Pipo",
"license": "ISC",
"files": [
"assets"
],
"keywords": [
"wonderland",
"wonderlandengine",
"wonderland engine",
"wle",
"webxr"
],
"homepage": "https://github.com/SignorPipo/wle_assets",
"repository": {
"type": "git",
"url": "https://github.com/SignorPipo/wle_assets"
}
}

0 comments on commit 0b6ce5d

Please sign in to comment.