Nature of code for c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Nature of code for c++

Are there any good resources for creating procedural effects in c++? I'm really only concerned about 2d at the moment. So creating things like fractals or perlin noise, etc. Nature of code is something I know of but is there anything similar but for c++?

25th Nov 2016, 8:21 PM
Samuel Wilton
Samuel Wilton - avatar
2 Answers
0
Yah, I've been googling but most of the results relate to OpenGL which is cool but feels to advanced for me. I found a site for playing with GLSL which might be useful but since it's apart of OpenGL it may be a bit much. Although I have been thinking about it more and maybe I need to research into a simple 2D library for c++ and learn about graphics from that. Move on to OpenGL and shader languages afterwards.
1st Dec 2016, 8:33 PM
Samuel Wilton
Samuel Wilton - avatar