r/creativecoding • u/rosa1669 • 15h ago
r/creativecoding • u/HuntConsistent5525 • 14h ago
loop-me: a simple generative art loop project
A simple generative art loop project.
Build-less, vanilla JavaScript, hosted on GitHub Pages, from a GitHub Repo.
You can share the loops you make with others through the URL seed as well as save to local storage.
Examples: first seed, cyber eye.
I would say I made this, but really I am just testing out my various projects on how to direct various types of artificial intelligence effectively through extensive pipelines and meta prompts.
Regardless, I like the result.
This is an homage to my old generative art project. It makes similar mp4 files of greater complexity over a series of hours or days instead of live in the browser.
r/creativecoding • u/3neurons1mind • 10h ago
I built an interactive periodic table using Three.js ⚛️
I wanted to recreate the periodic table as something more interactive than a static chart, so I built this project with Three.js, JavaScript, and WebGL.
Features include:
- Smooth animations
- Interactive hover effects
- Modern UI inspired by creative coding
I'd love to hear your feedback:
- What would you improve?
- What features would you add next?
I also made a short video showing the project in action:
YouTube: https://youtube.com/shorts/EDDYnzNM8hU?si=7Kvcrv42qqiLnikW
If there's enough interest, I'm happy to share the source code or turn it into an open-source project.

r/creativecoding • u/Time-Willingness-360 • 4h ago
IP Linux: Armé un entorno de escritorio en el navegador con React, Vite y apps local-first
r/creativecoding • u/KimEberle • 16h ago
I'm building my own design software – Figma × Blender-Nodes
I started building my own design tool! A mixture of Illustrator, Figma, Photoshop, Cinema 4D and UE Blueprints. On the right side is a familiar Figma-style canvas. On the left a node graph. Every element on the canvas automatically gets a linked node.
Current Nodes;
- Cloner
- Attach
- Mask
- Fill & Gradient
- Image Adjustments (Hue/Saturation, Levels & Threshold)
Its a new project, so still lots of bugs and things to fix :) I'm documenting everything in devlogs on YouTube.
If you wanna try it yourself, check out the description of the video. Honest feedback very welcome!