All Projects → adamsol → ThreeStudio

adamsol / ThreeStudio

Licence: GPL-3.0 license
3D game editor based on Three.js and Electron.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ThreeStudio

use-ammojs
ammo.js physics for use with react-three-fiber
Stars: ✭ 16 (-83.33%)
Mutual labels:  threejs, ammojs
Mage
Mage is a 3D Game Engine, built on top of THREE.js. It features Unity-like scripting, AMMO.js powered physics workers, an Infernojs powered UI and a clean API. Under (very) active development.
Stars: ✭ 76 (-20.83%)
Mutual labels:  threejs, ammojs
cgajs
A javascript parser, processor and visualiser for the ESRI CGA Grammar language
Stars: ✭ 20 (-79.17%)
Mutual labels:  threejs
encounter
Remaking the classic C64 game in WebGL.
Stars: ✭ 45 (-53.12%)
Mutual labels:  threejs
angular-three
🧊 THREE.js integration for Angular 🧊
Stars: ✭ 287 (+198.96%)
Mutual labels:  threejs
Three-Kinectron
A Three.js plugin for rendering Kinectron feeds
Stars: ✭ 28 (-70.83%)
Mutual labels:  threejs
testing-pbr
Various tests of Physically-Based Rendering via Three.js
Stars: ✭ 38 (-60.42%)
Mutual labels:  threejs
humke-4d-geometry
A web-based 4D Geometry viewer
Stars: ✭ 51 (-46.87%)
Mutual labels:  threejs
mine.js
🌏 A voxel engine built with JS/TS/RS. (formerly mc.js) (maybe mine.ts? or even mine.rs?)
Stars: ✭ 282 (+193.75%)
Mutual labels:  threejs
threelet
Portable 3D/WebXR component based on three.js
Stars: ✭ 38 (-60.42%)
Mutual labels:  threejs
threejs
Tutorials on Three.js, an open source javascript library for 3D graphics on the web.
Stars: ✭ 30 (-68.75%)
Mutual labels:  threejs
Three-LargeScreen
🎖 模仿图扑的3D风机可视化大屏
Stars: ✭ 117 (+21.88%)
Mutual labels:  threejs
source-engine-model-loader
Three.js loader for parsing Valve's Source Engine models
Stars: ✭ 54 (-43.75%)
Mutual labels:  threejs
bisqueUCSB
BisQue is an ML Platform for storing, analyzing, and visualizing your data all in the browser.
Stars: ✭ 26 (-72.92%)
Mutual labels:  threejs
honkai-starrail-scene
【崩坏:星穹铁道】预约页场景提取
Stars: ✭ 33 (-65.62%)
Mutual labels:  threejs
cannon-es-debugger
Wireframe debugger for use with cannon-es https://github.com/react-spring/cannon-es
Stars: ✭ 69 (-28.12%)
Mutual labels:  threejs
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (-57.29%)
Mutual labels:  threejs
Mixed-Reality-JS
A simple framework for building Hololens applications with Javascript and ThreeJS. Based on HoloJS.
Stars: ✭ 54 (-43.75%)
Mutual labels:  threejs
iogui
Experimental JavaScript Framework
Stars: ✭ 43 (-55.21%)
Mutual labels:  threejs
three-js-fundamentals-r3f
Examples from the Three.js Fundamentals website recreated in react-three-fiber renderer.
Stars: ✭ 84 (-12.5%)
Mutual labels:  threejs

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].