Programming

/Programming
28 06, 2016

Placing text along a path using Geomerative and Processing

By |2016-11-05T11:17:47+00:00June 28th, 2016|Kinetic Storyteller, Programming, Projects, Uncategorized|1 Comment

Introduction In the last post here we explored placing points along an a wave path we had created all using the built in functionality of the Geomerative library. This was ultimately to allow text to be placed along the path, which is what today's post will cover. If you have not read the previous posts, you will require a great library for processing named "Geomerative"  (Website) by Ricard Marxer.  I have struggled to find many similar sketches online [...]

25 06, 2016

Placing points along an Arc using Geomerative Polygonizer and Processing

By |2016-11-05T11:17:47+00:00June 25th, 2016|Kinetic Storyteller, Programming, Projects, Uncategorized|1 Comment

This is a follow on from this post on drawing arcs with Geomerative, a great library for processing (Website) by Ricard Marxer.  I have struggled to find many similar sketches online other than those included in the examples, so i figured I would share my progress. This post whilst keeping a log for my own future use, I hope may serve as a reference for others out there with the same aims as me. Here we will begin to [...]