mage-engine 3.14.1 → 3.15.2
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/README.md +9 -5
- package/dist/mage.js +8363 -14105
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
# Mage
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
7
8
|
|
|
8
9
|
---
|
|
9
10
|
|
|
10
11
|
Mage is a game engine built on top of THREEJS. It features all you need to create fully interactive 3D application that can be distributed via web, desktop or mobile.
|
|
11
12
|
|
|
12
|
-
[Documentation](https://
|
|
13
|
+
[Documentation](https://www.mage.studio/docs)
|
|
14
|
+
|
|
15
|
+
## Development
|
|
16
|
+
The engine is under heavy development. The best way to stay up to date with changes, new features and bug fixes is to [join the Discord server](https://discord.gg/NR5ZDGFG5j).
|
|
13
17
|
|
|
14
18
|
---
|
|
15
19
|
|