+ 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?

21st Jun 2019, 2:06 PM
Cat Sauce
Cat Sauce - avatar
1 Réponse
+ 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
24th Jul 2019, 1:00 PM
kolchina subrahmanyam
kolchina subrahmanyam - avatar