OpenFrameworks
Processing
Cinder
Pure Data
Vvvv
TouchDesigner
Vuo
Nodebox
Inferno
Preact.js
Svelte
Deku
Vue.js
Blocks.js
w2ui
Webix UI
OpenFrameworks
InfernoBased on our record, OpenFrameworks seems to be a lot more popular than Inferno. While we know about 33 links to OpenFrameworks, we've tracked only 2 mentions of Inferno. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This reminds me of OpenFrameworks [0], which provides very similar framework style functionality like Nannou but for C++. [0]: https://openframeworks.cc/. - Source: Hacker News / 7 months ago
Zach Lieberman https://x.com/zachlieberman does his work in C++ with https://openframeworks.cc/. - Source: Hacker News / over 1 year ago
Not exactly VJ, but could be used for it. https://openframeworks.cc. - Source: Hacker News / over 2 years ago
- openFrameworks https://openframeworks.cc/ C++. - Source: Hacker News / over 2 years ago
Vulkan is sort of a post-API API. It seems to be designed specifically with high performance render pipelines in mind, and "end users" should interface with it through an intermediary layer. Ie, you might prefer bgfx[0], cinder[1] or openframeworks[2]. 0: https://github.com/bkaradzic/bgfx 2: https://openframeworks.cc/. - Source: Hacker News / almost 3 years ago
Some might argue that Reactโs relatively poor performance (itโs still plenty-fast for many apps) is due to Virtual DOM and prioritization of development experience, i.e., clarity over complexity. To counter the first argument - thereโs React-like Inferno. For the second one - thereโs Solid. - Source: dev.to / about 5 years ago
A VDOM library like Inferno uses this information to compile its JSX directly into pre-optimized node structures. Marko, and Vue hoist their static VDOM nodes outside of their components so that they don't incur the overhead of recreating them on every render. - Source: dev.to / about 5 years ago
Processing - C++ and Java programming at the speed of thought.
Preact.js - Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM.
Cinder - CINDER PROVIDES A POWERFUL, INTUITIVE TOOLBOX for programming graphics, audio, video, networking...
Svelte - Cybernetically enhanced web apps
Pure Data - Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical...
Deku - Functional view library for building UI components as an alternative to React