Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabulani/color_visualizer
https://github.com/fabulani/color_visualizer
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabulani/color_visualizer
- Owner: Fabulani
- Created: 2023-12-20T01:03:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:51:30.000Z (5 months ago)
- Last Synced: 2024-08-07T21:39:22.468Z (5 months ago)
- Language: JavaScript
- Homepage: https://fabulani.github.io/color_visualizer/
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Visualizer
![Color Visualizer Mobile GIF](./docs/mobile.gif "Color Visualizer Mobile GIF") ![Color Visualizer Webcam GIF](./docs/webcam.gif "Color Visualizer Webcam GIF")
A web application dedicated to real-time color visualization.
When the app has access to a video stream (e.g., webcam or smartphone camera), it’ll convert the video RGB information into a point cloud rendered on the screen in real-time. This is achieved by use of Three.js and shaders programmed in **OpenGL Shading Language** **(GLSL).**
_Note_: point cloud shadow can be grayscale or black. Latest version uses black.
[Try it live here!](https://fabulani.github.io/color_visualizer/)
![Color Visualizer PC](./docs/color-visualizer.jpeg "Color Visualizer PC")
![Color Visualizer mobile](./docs/color-mobile.jpg "Color Visualizer mobile")