sunrize
Version:
Sunrize — A Multi-Platform X3D Editor
35 lines (20 loc) • 1.66 kB
Markdown
# [Sunrize](https://create3000.github.io/sunrize/) — A Multi-Platform X3D Editor
[](https://www.npmjs.com/package/sunrize)
[](https://npmtrends.com/sunrize)
[](https://deepscan.io/dashboard#view=project&tid=23540&pid=26817&bid=855450)
## Introduction
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.
## Quick Links
* [Website](https://create3000.github.io/sunrize/)
* [Documentation](https://create3000.github.io/sunrize/documentation/)
## Installer Packages
The latest builds of Sunrize are available as installer packages on the [Sunrize Releases](https://github.com/create3000/sunrize/releases) page on GitHub. From there, you can download precompiled binaries, but currently only for Windows.
## Run from Console
First you need to install both Node.js and npm on your system. To accomplish this, you can use a [Node installer](https://nodejs.org/en/download/) (Windows), or use [Homebrew](https://brew.sh) to install node (macos), or use your Linux package manager.
Then you can run Sunrize without installing it using npm's **npx** command:
```console
$ npx sunrize@latest [files]
```
>**Note:** The first time, it may take a while for Sunrize to start.
## License
Sunrize is free software and licensed under the [MIT License](LICENSE.md).