Vireo
Vireo is a lightweight and versatile video processing library written in C++11 (by twitter)
OpenFrameworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++. (by openframeworks)
Vireo | OpenFrameworks | |
---|---|---|
1 | 44 | |
934 | 9,981 | |
0.0% | 0.3% | |
0.0 | 9.5 | |
about 3 years ago | 5 days ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Vireo
Posts with mentions or reviews of Vireo.
We have used some of these posts to build our list of alternatives
and similar projects.
OpenFrameworks
Posts with mentions or reviews of OpenFrameworks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-14.
- OpenFrameworks is an open source C++ toolkit for creative coding
-
Resolume
Not exactly VJ, but could be used for it. https://openframeworks.cc
- VVVV – A Hybrid Visual/Textual Development Environment
- Valve Says Counter-Strike 2 for macOS Not Happening, There Aren't Enough Players
-
I'm starting to get tired
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 expensive, I think it was $25 or something like that, likely less used. Also comes in E-book form.If you'd like a gentler introduction to C++, may I recommend openFrameworks?
-
UI framework with C++ simulation.
Have you come across openFrameworks (https://openframeworks.cc/) or Cinder (https://libcinder.org/)?
-
Looking for a C++ 2D/3D rendering engine/api.
Not sure it checks all your boxes, but check openFrameworks?
-
I know C++. What game engine should I use?
I recently heard of openFrameworks which should make it pretty easy to make your game. It handles putting together a bunch of other libraries and window management so you can focus on drawing some shapes on the screen and handling user input. Sounds like love2d but all C++.
-
I just published a new art+code tutorial video walking thru making #generative #drawing with Catmull Rom curves in #openFrameworks
let me know if I can help out - also checkout the forum at openframeworks.cc - the people there are very friendly and helpful - especially with people that are completely new to oF...
-
Nannou – An open-source creative-coding framework for Rust
I mean, https://www.libcinder.org and https://openframeworks.cc have been mainstays of the creative coding industry for a long time now. A Rust take on the problem shouldn't be too surprising.