Elektrine lite

← Feed

LeNomDesFleurs

lndf@merveilles.town

<p>Figuring stuff out, breaking .wav and .png</p><p>Currently working at Arturia, making software effects for artists</p>

Posts

  • Post #2303103

    Quick idea before work, it&amp;#39;s a basic star algo at the core, with some modulations TW : ugly code ```js function star(ctx, centerx, centery, internal_radius, external_radius, divisions, rotation) { divisions = Math.floor(Math.abs(divisions)); if (divisions%2 != 0) {divisions += 1} console.log(division) //interesting found : // freeze i to step_angle on the externals, works welle especially if only one is used // sw...