valq7711 / ThreeStudio

3D game editor based on Three.js and Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreeStudio

3D game editor based on Three.js and Electron.

image

Aim of the project is to create a functional 3D editor using existing open-source web-based frameworks and libraries.

  • Application: Node.js + Electron
  • Core: HTML + CSS + JavaScript + jQuery
  • Interface: jQuery UI + jsTree + GoldenLayout + CodeMirror + jscolor + Bootstrap + FontAwesome
  • Rendering and physics: Three.js + ammo.js + csg.js
  • Scripting: Esprima + CoffeeScript + RapydScript

Usage:

npm install
npm start

Press F9 or Ctrl+P to enter/exit game mode.

To run the game in standalone mode:

npm start player

About

3D game editor based on Three.js and Electron.

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.0%Language:HTML 3.3%Language:CSS 1.6%Language:GLSL 1.0%Language:CoffeeScript 0.1%