clojure-art

2015-11-20T06:03:16.000007Z

Cool stuff @meow! Did you know that Clisk has support for doing 3D textures?

meow 2015-11-20T14:10:32.000008Z

@mikera: Thanks. I'm not that familiar with Clisk. What I'm working on are 3D printable designs generated using clojure to create STL files.

meow 2015-11-20T14:12:28.000010Z

I recently started using http://thi.ng geom for this as well. I'm working on adding support for X3D file output so I can include color information for the polygons.

meow 2015-11-20T14:16:25.000011Z

I've been outputting to OpenSCAD files and then exporting to STL. And in the example above I added the color using Meshlab. But I want to bypass all of that and just directly output X3D files from Clojure.

meow 2015-11-20T14:19:50.000012Z

I'm using polyhedra as my seed objects that then get transformed using a variety of operations, similar to what Karsten is doing with Morphogen, but I'm taking it in a different direction.

meow 2015-11-20T14:21:19.000013Z

@mikera: Would love to hear how Clisk might fit into my creative process.

meow 2015-11-20T14:23:11.000014Z

The end goal is a watertight X3D file that I can upload to a service like Shapeways to get a full-color 3D-print of the object.

meow 2015-11-20T14:25:20.000015Z

The process is all about using generative algorithms (like the L-Systems and automata in my ergo library) and polygon manipulation to create interesting objects.

eggsyntax 2015-11-20T18:17:01.000016Z

Hey all, after lots of conversations at the conj about datavis strategies in clj/s, it was clear that there was interest in having a place to discuss it, so I've just created a separate #C0F0V8DT5 channel. Please join if it's of interest :simple_smile:

eggsyntax 2015-11-20T18:17:31.000017Z

Obviously there's overlap with this channel, but it seemed like there was definitely a need for both.

meow 2015-11-20T19:23:43.000018Z

@eggsyntax: thanks for the heads-up

eggsyntax 2015-11-20T19:27:22.000019Z

:thumbsup: