All Projects → FabienMotte → Ternion

FabienMotte / Ternion

Licence: mit
A simple starter kit to prototype quickly your ideas with Three.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ternion

Threejs Modern App
Boilerplate and utils for a fullscreen Three.js app
Stars: ✭ 176 (+97.75%)
Mutual labels:  starter-kit, webgl, threejs
001
draw_code.001 — ThreeJS, WebGL & GLSL
Stars: ✭ 48 (-46.07%)
Mutual labels:  webgl, threejs
Lol Heroes
LOL 3D gallery based on WebGL
Stars: ✭ 82 (-7.87%)
Mutual labels:  webgl, threejs
Threejs Starter
Stars: ✭ 89 (+0%)
Mutual labels:  webgl, threejs
3d kibana charts vis
3D Kibana Charts: Pie Chart, Bars Chart, Bubbles Chart
Stars: ✭ 34 (-61.8%)
Mutual labels:  webgl, threejs
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-61.8%)
Mutual labels:  webgl, threejs
Shadoweditor
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 1,060 (+1091.01%)
Mutual labels:  webgl, threejs
Encom Globe
🌎 WebGL globe based on the boardroom scene from Tron: Legacy
Stars: ✭ 872 (+879.78%)
Mutual labels:  webgl, threejs
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (-30.34%)
Mutual labels:  webgl, threejs
Vimeo Depth Player
A WebVR volumetric video renderer that uses color-depth based videos hosted on Vimeo.
Stars: ✭ 65 (-26.97%)
Mutual labels:  webgl, threejs
Webgl Globes
Stars: ✭ 66 (-25.84%)
Mutual labels:  webgl, threejs
Bimserver Nodejs
OpenSouce BIMServer NodeJs
Stars: ✭ 28 (-68.54%)
Mutual labels:  webgl, threejs
3d Box Shot Maker
Free tool to generate 3D box shots for your online products.
Stars: ✭ 20 (-77.53%)
Mutual labels:  webgl, threejs
Webgl Structure
🚀 A modern, ES6 based, javascript structure for WebGL based projects with THREE.js!
Stars: ✭ 44 (-50.56%)
Mutual labels:  webgl, threejs
Three.js Pathtracing Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
Stars: ✭ 872 (+879.78%)
Mutual labels:  webgl, threejs
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-44.94%)
Mutual labels:  webgl, threejs
Sketch Threejs
Interactive sketches made with three.js.
Stars: ✭ 1,227 (+1278.65%)
Mutual labels:  webgl, threejs
Ballanceonline Demo
A web version of Ballance, using Three.js and Ammo.js
Stars: ✭ 26 (-70.79%)
Mutual labels:  webgl, threejs
React Planner
✏️ A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
Stars: ✭ 846 (+850.56%)
Mutual labels:  webgl, threejs
Sunset Cyberspace
🎮👾Retro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. 🕹
Stars: ✭ 54 (-39.33%)
Mutual labels:  webgl, threejs

Ternion (ˈtɜːnɪən)

stability js-standard-style

Ternion

A simple and opinionated starter kit to prototype quickly your ideas with Three.js.

Features

  • Three.js and post processing
  • dat.GUI
  • Code linted with Javascript Standard Style
  • budō (with LiveReload) for a fast development server
  • ES2015 transpiling with Babel 6 (stage 0 enabled)
  • Development and production (with UglifyJS transform) builds
  • Glslify transform (vert/frag shaders)
  • Some useful basic functions and helpers
  • Stylus support for stylesheets

Install

Clone this repository and install dependencies :

git clone https://github.com/FabienMotte/Ternion.git
npm install

Usage

A simple example (see the picture above) is included as a demonstration.
Now it's time to be creative and imagine something on your own !

Development

It starts a budō server with LiveReload and open http://localhost:9966/ for you.

npm start

Production

It builds with Browserify a bundled file outputted here : public/build/bundle.js.

npm run build

Contribute

This starter kit is opinionated, but feel free to submit issues or pull requests !

Contributors

License

MIT, see LICENSE.md for details.

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].