Solid Noise Generation in C++

后端 未结 2 1799
野性不改
野性不改 2021-01-03 15:41

So I have been using my Google\'ing skills to study Perlin and Simplex noise, and have come across a lot of articles that are a bit math heavy for myself. I\'ve also come ac

2条回答
  •  北海茫月
    2021-01-03 16:11

    Cinder is an excellent framework for writing graphical applications in C++. It has a built in Perlin noise class and is currently very well maintained and has an active community.

    Interesting things done w/ Cinder and noise:

    http://blog.soulwire.co.uk/laboratory/cinder/noise-reactive-particle-sphere https://1024d.wordpress.com/2010/07/23/quartz-composer-cinder-plugin/ https://vimeo.com/37555124

提交回复
热议问题