All Projects → arogozhnikov → 3d_nn

arogozhnikov / 3d_nn

Raymarching neural network in browsers with WebGL shaders

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 3d nn

Month Of Shaders
One GLSL shader for every day of the month August
Stars: ✭ 12 (-92%)
Mutual labels:  webgl, shaders
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+592.67%)
Mutual labels:  webgl, shaders
Awesome Creative Coding
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Stars: ✭ 8,696 (+5697.33%)
Mutual labels:  webgl, shaders
Veda
⚡VJ / Live Coding on Atom⚡
Stars: ✭ 373 (+148.67%)
Mutual labels:  webgl, shaders
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+7698.67%)
Mutual labels:  webgl, shaders
Webglstudio.js
A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
Stars: ✭ 4,508 (+2905.33%)
Mutual labels:  webgl, shaders
Infinite Webl Gallery
Infinite Auto-Scrolling Gallery using WebGL and GLSL Shaders.
Stars: ✭ 42 (-72%)
Mutual labels:  webgl, shaders
Simplerenderengine
Small C++14 render engine
Stars: ✭ 253 (+68.67%)
Mutual labels:  webgl, shaders
Glsl Worley
Worley noise implementation for WebGL shaders
Stars: ✭ 66 (-56%)
Mutual labels:  webgl, shaders
Glslcanvas
Simple tool to load GLSL shaders on HTML Canvas using WebGL
Stars: ✭ 1,067 (+611.33%)
Mutual labels:  webgl, shaders
Shader Doodle
A friendly web-component for writing and rendering shaders.
Stars: ✭ 356 (+137.33%)
Mutual labels:  webgl, shaders
Phenomenon
⚡️ A fast 2kB low-level WebGL API.
Stars: ✭ 1,551 (+934%)
Mutual labels:  webgl, shaders
Vue Vr
A framework for building VR applications with Vue
Stars: ✭ 348 (+132%)
Mutual labels:  webgl, shaders
Wagner
Effects composer for three.js
Stars: ✭ 930 (+520%)
Mutual labels:  webgl, shaders
Webgl Fundamentals
WebGL lessons that start with the basics
Stars: ✭ 3,315 (+2110%)
Mutual labels:  webgl, shaders
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-76.67%)
Mutual labels:  webgl, shaders
React Imgpro
📷 Image Processing Component for React
Stars: ✭ 2,186 (+1357.33%)
Mutual labels:  webgl, shaders
Four
Four: WebGL made easier -
Stars: ✭ 248 (+65.33%)
Mutual labels:  webgl, shaders
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-67.33%)
Mutual labels:  webgl, shaders
Glsleditor
Simple WebGL Fragment Shader Editor
Stars: ✭ 1,345 (+796.67%)
Mutual labels:  webgl, shaders

Marching neural networks

Visualizing level surfaces of a neural network using webGL + raymarching technique.

All the NN-related computing uses shaders, thus having GPU is recommended.

Demo: https://arogozhnikov.github.io/3d_nn/

Used libraries

Visualization relies on THREE.js for rendering and CCapture.js for capturing animations.

The code is minimalistic and a bit messy, but no other dependencies / frameworks.

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