All Projects → kekkorider → Threejs Starter

kekkorider / Threejs Starter

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Threejs Starter

Sketch
Explorations on cross-hatching, engraving, and similar non-photorealistic rendering.
Stars: ✭ 136 (+52.81%)
Mutual labels:  webgl, glsl, threejs, webgl2
Magicshader
🔮 Tiny helper for three.js to debug and write shaders
Stars: ✭ 205 (+130.34%)
Mutual labels:  webgl, glsl, threejs
Sunset Cyberspace
🎮👾Retro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. 🕹
Stars: ✭ 54 (-39.33%)
Mutual labels:  webgl, threejs, webgl2
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-44.94%)
Mutual labels:  webgl, glsl, threejs
Medium
Progressive WebGL toolkit for art.
Stars: ✭ 90 (+1.12%)
Mutual labels:  webgl, glsl, webgl2
Three.meshline
Mesh replacement for THREE.Line
Stars: ✭ 1,644 (+1747.19%)
Mutual labels:  webgl, glsl, threejs
Sky Shader
☀️ WebGL sky and sun shader editor
Stars: ✭ 90 (+1.12%)
Mutual labels:  webgl, glsl, threejs
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (+562.92%)
Mutual labels:  webgl, glsl, webgl2
Detect Gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 460 (+416.85%)
Mutual labels:  webgl, threejs, webgl2
Ray Tracing Renderer
[UNMAINTAINED] Real-time path tracing on the web with three.js
Stars: ✭ 444 (+398.88%)
Mutual labels:  webgl, threejs, webgl2
Twigl
twigl.app is an online editor for One tweet shader, with gif generator and sound shader, and broadcast live coding.
Stars: ✭ 145 (+62.92%)
Mutual labels:  webgl, glsl, webgl2
Wagner
Effects composer for three.js
Stars: ✭ 930 (+944.94%)
Mutual labels:  webgl, glsl, threejs
three-noise
Simple gradient noise library for use with Three.js. Now with fBm!
Stars: ✭ 31 (-65.17%)
Mutual labels:  threejs, glsl, webgl2
Polygon Shredder
The polygon shredder that takes many cubes and turns them into confetti
Stars: ✭ 686 (+670.79%)
Mutual labels:  webgl, glsl, threejs
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+1067.42%)
Mutual labels:  webgl, glsl, webgl2
Graphics Snippets
Shading techniques and GLSL snippets
Stars: ✭ 53 (-40.45%)
Mutual labels:  webgl, glsl
Glslcanvas
Simple tool to load GLSL shaders on HTML Canvas using WebGL
Stars: ✭ 1,067 (+1098.88%)
Mutual labels:  webgl, glsl
Three Forcegraph
Force-directed graph as a ThreeJS 3d object
Stars: ✭ 84 (-5.62%)
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
Glsl Grid
Draws an antialiased grid along the X/Y/Z direction of a mesh.
Stars: ✭ 57 (-35.96%)
Mutual labels:  webgl, glsl

ThreeJS starter

This is a general template for ThreeJS applications. It uses Parcel to create the bundle and Tweakpane for live updates.

Before we start

This has been developed with NodeJS 14.15.5; it should work with other versions too, but in case something doesn't work I recommend to switch to version 14.15.5 with nvm.

Setup

$ yarn install

Develop

Run

$ yarn dev

then open a new browser window and navigate to http://localhost:1234

Build

$ yarn build
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].