Based on our record, Processing seems to be a lot more popular than OpenFrameworks. While we know about 343 links to Processing, we've tracked only 32 mentions of OpenFrameworks. 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.
Zach Lieberman https://x.com/zachlieberman does his work in C++ with https://openframeworks.cc/. - Source: Hacker News / 7 months ago
Not exactly VJ, but could be used for it. https://openframeworks.cc. - Source: Hacker News / over 1 year ago
- openFrameworks https://openframeworks.cc/ C++. - Source: Hacker News / over 1 year 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 2 years ago
Since you have C# experience, take this time to learn more about C++ while you continue to look. While yes, it is very easy to write bad code, it's not a huge deal since you just graduated and are just hacking around. Plus there are a lot of helpers these days to make writing bad code a little less likely.A former mentor of mine gifted me "C++ Without Fear" by Brian Overland which I can recommend. It's not too... Source: over 2 years ago
As an autodidact who never learned this stuff at school/uni, his lectures are what made linear algebra really click for me. I can only recommend them to anyone who wants to get a visual intuition on the fundamentals of LA. What also helped me as a visual learner was to program/setup tiny experiments in Processing[1] and GeoGebra Classic[2]. - [1] https://processing.org. - Source: Hacker News / about 1 month ago
Glaze! Is an interactive media framework in Divooka that features a Processing-like interface. - Source: dev.to / 4 months ago
I have been following HyperCard clones for years. It would take me some time to gather what I found, but the short answer is to download a Mac OS 9 emulator (it works) and load up HyperCard 2.4.1 and have fun. Emulators page with links to versions for MacOS and Windows. https://mendelson.org/emulators.html Hypercard 2.4.1 is available at the Macintosh Repository... - Source: Hacker News / 4 months ago
You can learn more about the Processing software and community at processing.org, or visit the Processing4 repository, Processing website repository, and our roadmap. - Source: dev.to / 5 months ago
>web dev/gradle/java knowledge to build something like this Web dev (and not just in java) is dominated by "component integration" concerns, containing lots of structure but little content. Computation is delegated to libraries, and the problems more about complexity of integration (at build time) scaled distributed systems (at runtime). In contrast, writing a simulation is computationally intensive, so... - Source: Hacker News / 5 months ago
Vvvv - vvvv is a graphical programming environment for easy prototyping and development.
p5.js - JS library for creating graphic and interactive experiences
Pure Data - Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical...
TouchDesigner - TouchDesigner is a visual development platform that equips you with the tools you need to create stunning realtime projects and rich user experiences.
Vuo - Design and build live interactive media.
Cinder - CINDER PROVIDES A POWERFUL, INTUITIVE TOOLBOX for programming graphics, audio, video, networking...