Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Sunrize — A Multi-Platform X3D Editor
- Host: GitHub
- URL: https://github.com/create3000/sunrize
- Owner: create3000
- License: other
- Created: 2023-03-22T23:12:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T14:35:40.000Z (7 months ago)
- Last Synced: 2024-05-21T21:32:24.384Z (7 months ago)
- Topics: 3d, editor, electron, javascript, json, node, vrml, webgl, wrl, x3d
- Language: JavaScript
- Homepage: https://create3000.github.io/sunrize/
- Size: 7.68 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Sunrize](https://create3000.github.io/sunrize/) — A Multi-Platform X3D Editor
[![NPM Version](https://img.shields.io/npm/v/sunrize)](https://www.npmjs.com/package/sunrize)
[![NPM Downloads](https://img.shields.io/npm/dm/sunrize)](https://npmtrends.com/sunrize)
[![DeepScan grade](https://deepscan.io/api/teams/23540/projects/26817/branches/855450/badge/grade.svg)](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/)## Usage
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: you can redistribute it and/or modify it under the terms of the [GNU General Public License version 3](LICENSE.md) only, as published by the Free Software Foundation.