+ 1
OpenFrameworks vs Cinder vs PolyCode
i really want to delve deeper into creative coding with C++. i heard of these librarys, does anyone know the pros and cons of them?
1 Antwort
+ 2
Pros:
• You will learn multiple paradigms like functional programming and object oriented programming.
• You will learn 2 languages at once (C,C++)
• You will learn memory management
• You will learn how to deal with any type of pointer
• Once you're good at C++,any other higher level language will look simpler and easier to learn
Cons:
• it's difficult to expertise, not user-friendly, verbose and not for the lighthearted man
• It's generally takes more time to be good at C++ than to be good at any other programming language
• you'll need to manage your memory manually
• you'll need to deal with many types of pointer
• you'll likely need to understand how data is stored as integral number