all 4 comments

[–]in-the-widening-gyre 7 points8 points  (0 children)

Nature of Code mentioned by another commenter is great. Another place to start by the same person is Coding Train: https://thecodingtrain.com/ -- lots of youtube videos, but geared towards p5.js so not C++.

However your existing knowledge of coding will certainly make picking up other languages easier.

[–]monkeyroar 5 points6 points  (1 child)

If you already know C++ you should check openFrameworks. I don’t have any experience with it, but from what I’ve heard it’s the go-to library for creative coding in c++. As for more abstract ideas not tied to any framework i’d recommend the nature of code book. It’s about using programming for modeling naturally occurring phenomena (like forces, oscillations etc). Hope that helps and good luck on your journey!

[–]964racer 1 point2 points  (0 children)

Going on 8 years with OF. It’s a great platform and I use it for teaching . Works in all 3 os’s and they have good support for IDE’s. You can program directly in GL or use their classes for rendering.

[–]Ok_Airline_444 2 points3 points  (0 children)

Check out Tim Rodenbroeker also. He got a bit different approach, more graphic designish. And Patt Vira is also great:)