clojure-art

meow 2016-01-17T00:12:59.000212Z

@mathpunk: welcome

meow 2016-01-17T00:13:21.000213Z

@eggsyntax: 🤘

meow 2016-01-17T00:13:43.000214Z

you all rock

eggsyntax 2016-01-17T00:17:56.000215Z

@meow got any recommendations for @mathpunk on a good cljs lib for generative SVG creation? I suggested Strokes, maybe Quil -- but I've never done SVG stuff in clj/s. Some initial discussion over on #C03S1L9DN.

meow 2016-01-17T00:24:10.000216Z

I'd like to recommend http://thi.ng but since I repplaced it in my own projects I cannot.

meow 2016-01-17T00:24:38.000217Z

I've done a little bit with Quil but not SVG work.

meow 2016-01-17T00:25:02.000218Z

Never used Strokes.

eggsyntax 2016-01-17T00:25:10.000219Z

What made you decide to replace http://thi.ng?

meow 2016-01-17T00:26:02.000220Z

code is disorganized, incomplete, messy, obfuscated

eggsyntax 2016-01-17T00:26:11.000221Z

Ah.

meow 2016-01-17T00:26:20.000222Z

brilliant, but unfriendly

meow 2016-01-17T00:26:33.000223Z

and not always brilliant

eggsyntax 2016-01-17T00:26:46.000224Z

Not uncommon for one-person art-related code, in my experience…

meow 2016-01-17T00:26:54.000225Z

yes

meow 2016-01-17T00:27:15.000226Z

plus for polygon mesh generation I need lots of control

meow 2016-01-17T00:28:00.000227Z

core.matrix is so much better for the vectors and matrices - organized, documented, complete, friendly, solid

meow 2016-01-17T00:29:13.000229Z

my code got a lot better when I switched to core.matrix

eggsyntax 2016-01-17T00:29:26.000230Z

Gotcha

meow 2016-01-17T00:31:01.000231Z

we had some chit chat about svg on #C0F0V8DT5 as well, @mathpunk

meow 2016-01-17T00:31:38.000233Z

at least I think we did

mathpunk 2016-01-17T02:46:36.000234Z

@meow: Not recently enough to search for, evidently. My current thinking is, use Quil with Figwheel to prototype images (I've got that working), make SVG out of ordinary maps after I get something I like

mathpunk 2016-01-17T03:22:41.000235Z

@meow I would like to do some matrix art for sure.

meow 2016-01-17T15:27:49.000237Z

@mathpunk: Quil is good to start as it is widely used and Processing is very popular. I think http://thi.ng is a treasure trove to mine for good ideas, I just don't like the implementation and don't want to be dependent on the whims of its author. Also, feel free to mine my code for whatever it is worth.

meow 2016-01-17T15:29:35.000238Z

https://github.com/pkobrien/cad

meow 2016-01-17T15:30:52.000240Z

my sandbox has some quil experiments and likely some really poorly written code https://github.com/pkobrien/sandbox

meow 2016-01-17T15:31:42.000242Z

Good stuff here https://github.com/decomplect

meow 2016-01-17T15:33:03.000244Z

generative functions:

(ns ion.ergo.core
  "Building blocks for the construction of generative systems; stepping stones
   for the pursuit of algorithmic beauty within the gardens of your mind.")

meow 2016-01-17T15:34:59.000247Z

This is my most recent work - a polygon mesh library using core.matrix https://github.com/pkobrien/cad/tree/master/src/cad/mesh

meow 2016-01-17T15:35:42.000249Z

Conway polygon operators should be of interest to a maths person.

meow 2016-01-17T15:43:35.000250Z

Was gonna post a gratuitous graphic but I don't have any on this machine. 😞

meow 2016-01-17T15:46:29.000253Z

thank you, twitter - I take back everything I've said about how you suck