SuperShapes / Superformula

This page summarizes the projects mentioned and recommended in the original post on /r/Houdini

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Cinder

    Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.

  • // original source: Cinder // https://github.com/cinder/Cinder/blob/master/samples/_opengl/SuperformulaGPU/assets/shader.vert float superformula( float o; float a; float b; float m; float n1; float n2; float n3 ) { return pow(pow(abs(cos(m * o / 4)) / a, n2) + pow(abs(sin(m * o / 4)) / b, n3), 1 / n1); }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts