shixin-guo / webspace-engine

Webspace Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webspace Engine

This is the engine for Webspaces, which allows you to create 3D worlds using just HTML.

If you aren't interested in working on the Webspace Engine but wish to create your own webspaces, please visit the webspace for Webspaces

Getting started

Clone the repo and run:

npm ci
npm run local

Then, to create a new webspace, save this to a new HTML file in a new folder:

<html>
<head><script src="http://localhost:8080/assets/js/index.js"></script></head>
<body></body>
</html>

And open it up in chrome via File->Open. You will then be able to edit the HTML file as a 3D world.

About

Webspace Engine

License:Mozilla Public License 2.0


Languages

Language:JavaScript 98.3%Language:SCSS 1.5%Language:GLSL 0.1%Language:Shell 0.1%Language:CSS 0.0%Language:HTML 0.0%