@tomorrowevening/hermes 0.0.97 → 0.0.99
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 +6224 -6247
- 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/)
|