sunrize 1.0.20 → 1.0.21
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 +12 -8
- package/docs/_posts/index.md +3 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
[Sunrize](https://create3000.github.io/sunrize/) — A Multi Platform X3D Editor
|
|
2
|
-
==============================================================================
|
|
1
|
+
# [Sunrize](https://create3000.github.io/sunrize/) — A Multi Platform X3D Editor
|
|
3
2
|
|
|
4
|
-
Introduction
|
|
5
|
-
------------
|
|
3
|
+
## Introduction
|
|
6
4
|
|
|
7
5
|
Sunrize is based on [X_ITE](https://create3000.github.io/x_ite/) and is a basic editor for X3D files. The scene can be edited in an Outline Editor and there is a Script Editor where Script nodes and ComposedShader nodes can be edited.
|
|
8
6
|
|
|
9
|
-
Quick Links
|
|
10
|
-
|
|
7
|
+
## Quick Links
|
|
8
|
+
|
|
11
9
|
* [Website](https://create3000.github.io/sunrize/)
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```sh
|
|
14
|
+
npx sunrize [files]
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## License
|
|
18
|
+
|
|
15
19
|
Sunrize is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License version 3](LICENSE.md) only, as published by the Free Software Foundation.
|
package/docs/_posts/index.md
CHANGED
|
@@ -12,7 +12,9 @@ Sunrize is an easy-to-use editor for X3D files that is based on the [X_ITE](http
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
You can run Sunrize without installing it using **npx**:
|
|
16
18
|
|
|
17
19
|
```sh
|
|
18
20
|
npx sunrize
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sunrize",
|
|
3
3
|
"productName": "Sunrize X3D Editor",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.21",
|
|
5
5
|
"description": "A Multi Platform X3D Editor",
|
|
6
6
|
"homepage": "https://create3000.github.io/sunrize/",
|
|
7
7
|
"author": "Holger Seelig",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"JSON",
|
|
25
25
|
"x_ite",
|
|
26
26
|
"node",
|
|
27
|
-
"electron"
|
|
27
|
+
"electron",
|
|
28
|
+
"npx"
|
|
28
29
|
],
|
|
29
30
|
"contributors": [
|
|
30
31
|
{
|