sunrize
v1.7.31
Published
A Multi-Platform X3D Editor
Downloads
1,630
Maintainers
Readme
Sunrize — A Multi-Platform X3D Editor
Introduction
Sunrize is based on 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
Usage
First you need to install both Node.js and npm on your system. To accomplish this, you can use a Node installer (Windows), or use Homebrew to install node (macos), or use your Linux package manager.
Then you can run Sunrize without installing it using npm's npx command:
$ npx sunrize@latest [files]
Note: The first time, it may take a while for Sunrize to start.
License
Sunrize is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 only, as published by the Free Software Foundation.