@tomorrowevening/hermes 0.0.98 → 0.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +674 -674
- package/README.md +16 -16
- package/dist/hermes.cjs.js +149 -149
- package/dist/hermes.es.js +6224 -6246
- package/package.json +80 -80
- package/types/core/remote/RemoteThree.d.ts +38 -40
- package/types/editor/global.d.ts +25 -20
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# Hermes
|
|
2
|
-
|
|
3
|
-
An extendable set of Web Tools controlled via a separate window for non-intereference with content.
|
|
4
|
-
|
|
5
|
-
Open the [Application](https://hermes-lovat.vercel.app/) and [editor](https://hermes-lovat.vercel.app/#editor) side-by-side.
|
|
6
|
-
|
|
7
|
-
### Tools for:
|
|
8
|
-
|
|
9
|
-
- Customizable Navigation Dropdowns + Draggable components for Triggers/Event Dispatching
|
|
10
|
-
- [TheatreJS](https://www.theatrejs.com/)
|
|
11
|
-
- [ThreeJS](https://threejs.org/)
|
|
12
|
-
- Custom ThreeJS Scene + Object Inspector
|
|
13
|
-
|
|
14
|
-
### Assets
|
|
15
|
-
|
|
16
|
-
Animation / Models found at [Mixamo](https://www.mixamo.com/)
|
|
1
|
+
# Hermes
|
|
2
|
+
|
|
3
|
+
An extendable set of Web Tools controlled via a separate window for non-intereference with content.
|
|
4
|
+
|
|
5
|
+
Open the [Application](https://hermes-lovat.vercel.app/) and [editor](https://hermes-lovat.vercel.app/#editor) side-by-side.
|
|
6
|
+
|
|
7
|
+
### Tools for:
|
|
8
|
+
|
|
9
|
+
- Customizable Navigation Dropdowns + Draggable components for Triggers/Event Dispatching
|
|
10
|
+
- [TheatreJS](https://www.theatrejs.com/)
|
|
11
|
+
- [ThreeJS](https://threejs.org/)
|
|
12
|
+
- Custom ThreeJS Scene + Object Inspector
|
|
13
|
+
|
|
14
|
+
### Assets
|
|
15
|
+
|
|
16
|
+
Animation / Models found at [Mixamo](https://www.mixamo.com/)
|