https://github.com/create3000/sunrize
Sunrize — A Multi-Platform X3D Editor
https://github.com/create3000/sunrize
3d editor electron javascript json node vrml webgl wrl x3d
Last synced: 23 days ago
JSON representation
Sunrize — A Multi-Platform X3D Editor
- Host: GitHub
- URL: https://github.com/create3000/sunrize
- Owner: create3000
- License: mit
- Created: 2023-03-22T23:12:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T10:59:25.000Z (28 days ago)
- Last Synced: 2026-02-24T15:57:46.077Z (28 days ago)
- Topics: 3d, editor, electron, javascript, json, node, vrml, webgl, wrl, x3d
- Language: JavaScript
- Homepage: https://create3000.github.io/sunrize/
- Size: 17.2 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [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).