Post

Sunrize — A Multi-Platform X3D Editor

Sunrize — A Multi-Platform X3D Editor

NPM Version NPM Downloads DeepScan grade

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.

Image of Sunrize Editor Image of Sunrize Editor

Support us on Patreon

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.


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.

This post is licensed under CC BY 4.0 by the author.