A node-based image processing editor built with C++, OpenCV, and ImGui
Stars
4
Forks
4
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
Implement Noise Generator Node with texture preview and UI controls
c1f9bbcView on GitHubImplement Properties panel, and optimized Brightness/Contrast updates
e30cde8View on GitHub🧰 Added toolbox with dynamic node spawning; per-node Load/Save buttons for ImageInputNode and OutputNode
84126bcView on GitHub💾 Added Save Image support from OutputNode using tinyfiledialogs
350eb6cView on GitHub✅ UI polish: Matched slider widths to node size, improved BlendNode controls
a2ab137View on GitHub✅ Fix: ImageInputNode OpenGL texture preview now correctly displays loaded image using proper GL alignment and format handling
cb7d317View on GitHub📂 Added Open Image dialog using tinyfiledialogs for dynamic input loading
857446bView on GitHub🧹 Added right-click support to delete node connections (wires)
2bb5e28View on GitHub🎉 all 10 functional nodes added with live processing
8192dadView on GitHub✅ Added Noise Nodes, enabled canvas scrolling with offset handling in UI
4417df1View on GitHub