@tomorrowevening/hermes 0.0.104 → 0.0.106
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +674 -674
- package/README.md +16 -16
- package/dist/hermes.cjs.js +149 -149
- package/dist/hermes.es.js +7556 -7574
- package/dist/style.css +1 -1
- package/package.json +80 -80
- package/types/core/remote/RemoteThree.d.ts +39 -39
- package/types/core/types.d.ts +35 -35
- package/types/editor/global.d.ts +26 -26
- package/types/editor/multiView/CameraWindow.d.ts +22 -22
- package/types/editor/multiView/MultiView.d.ts +109 -109
- package/types/editor/multiView/Toggle.d.ts +10 -0
- package/types/editor/sidePanel/DebugData.d.ts +24 -24
- package/types/editor/sidePanel/inspector/InspectorGroup.d.ts +23 -23
- package/types/editor/sidePanel/inspector/utils/InspectTransform.d.ts +25 -25
- package/types/editor/tools/Transform.d.ts +21 -22
- package/types/editor/tools/splineEditor/Spline.d.ts +52 -52
- package/types/editor/tools/splineEditor/index.d.ts +27 -27
- package/types/editor/utils.d.ts +31 -31
- package/types/index.d.ts +27 -24
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/)
|