Sunrize — A Multi-Platform X3D Editor
Introduction
Sunrize is an easy-to-use editor for X3D files that is based on the X_ITE framework. The Outline Editor allows for intuitive scene editing, while the Script Editor provides comprehensive editing of Script and ComposedShader nodes.
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 (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:
1
$ npx sunrize@latest [files]
Note: The first time, it may take a while for Sunrize to start.
This post is licensed under CC BY 4.0 by the author.