Sunrize — A Multi-Platform X3D Editor
Introduction
Sunrize is an easy-to-use editor for X3D files, built on top of the X_ITE framework. It provides an intuitive interface for creating, editing, and previewing interactive 3D scenes directly in the browser. With support for the full X3D standard and X_ITE’s advanced rendering features, Sunrize makes it simple to experiment with nodes, materials, and animations while immediately seeing the results in real time.
Installer Packages
The latest builds of Sunrize are available as installer packages on the 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 (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.