All Projects → szymonkaliski → Sdf Ui

szymonkaliski / Sdf Ui

Licence: mit
WebGL node editor for Signed Distance Functions

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sdf Ui

Pygraphistry
PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
Stars: ✭ 1,365 (+1251.49%)
Mutual labels:  graph, webgl
Graphosaurus
3D graph viewer powered by WebGL (three.js)
Stars: ✭ 340 (+236.63%)
Mutual labels:  graph, webgl
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+62.38%)
Mutual labels:  graph, webgl
Vizceral
WebGL visualization for displaying animated traffic graphs
Stars: ✭ 3,871 (+3732.67%)
Mutual labels:  graph, webgl
Vivagraphjs
Graph drawing library for JavaScript
Stars: ✭ 3,442 (+3307.92%)
Mutual labels:  graph, webgl
Graph Visualization
3D graph visualization with WebGL / Three.js
Stars: ✭ 507 (+401.98%)
Mutual labels:  graph, webgl
Aws Securitygroup Grapher
This ansible role gets information from an AWS VPC and generate a graphical representation of security groups
Stars: ✭ 93 (-7.92%)
Mutual labels:  graph
Glsleditor
Simple WebGL Fragment Shader Editor
Stars: ✭ 1,345 (+1231.68%)
Mutual labels:  webgl
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+10495.05%)
Mutual labels:  webgl
C3
📊 A D3-based reusable chart library
Stars: ✭ 9,163 (+8972.28%)
Mutual labels:  graph
Node Sonic Channel
🦉 Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.
Stars: ✭ 101 (+0%)
Mutual labels:  graph
Online place recognition
Graph-based image sequences matching for the visual place recognition in changing environments.
Stars: ✭ 100 (-0.99%)
Mutual labels:  graph
Ai Study
人工智能学习资料超全整理,包含机器学习基础ML、深度学习基础DL、计算机视觉CV、自然语言处理NLP、推荐系统、语音识别、图神经网路、算法工程师面试题
Stars: ✭ 93 (-7.92%)
Mutual labels:  graph
Doge
Darknet Osint Graph Explorer
Stars: ✭ 93 (-7.92%)
Mutual labels:  graph
Verse
Reference implementation of the paper VERSE: Versatile Graph Embeddings from Similarity Measures
Stars: ✭ 98 (-2.97%)
Mutual labels:  graph
Tinkerpop
Apache TinkerPop - a graph computing framework
Stars: ✭ 1,309 (+1196.04%)
Mutual labels:  graph
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+10050.5%)
Mutual labels:  webgl
Black Hole
WebGL simulation of a Schwarzschild black hole
Stars: ✭ 94 (-6.93%)
Mutual labels:  webgl
Freecube
⚛ Solve Rubik's Cube with WebGL in 10KB.
Stars: ✭ 100 (-0.99%)
Mutual labels:  webgl
Elm 2d Game
A small rendering engine for creating 2d games with elm, based on WebGL.
Stars: ✭ 94 (-6.93%)
Mutual labels:  webgl

SDF-UI

Experimental node-based UI for generating SDF shaders in a browser

screenshot

Live: https://sdf-ui.firebaseapp.com

Made with react, react-gl, redux and immutable. Most of the code is intentionally left without any optimisations, to be used as starting point for building other graph-based UIs.

Run

  1. clone this repo
  2. yarn or npm install
  3. yarn run start or npm start

Build

  1. yarn run build or npm run build

TODO

  • [ ] make math operations work on vec3 as well as float - this will require inputs that can accept both floats and vec3s
  • [ ] add a way to "unpack" vec3 into three floats, process them, and pack again
  • [ ] overwrite connections instead of blocking if there's already one made
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].