
Granules in OpenScad
prusaprinters
<p>What if I had a device that was capable of placing individual molecules of stuff within a 3D volume? What I need for tools is a volumetric rendering sort of thing. What?</p> <p>This 'thing' is a set of simple tools that begin to build up a 3D/2D rendering library in OpenScad.</p> <p>Of course, you already have Processing, and with a .stl exporter, what's the need of such a thing? It's just fun.</p> <p>What can you do with it? Well, you do this in OpenScad:</p> <p>include Render2D.scad</p> <p>gPmm = 4; // How many granules per millimeter</p> <p>And then you start doing things like:</p> <p>line(1,1,10,10);<br/> fillRectangle(10,11, 20, 20, [[1,0,0],[1,1,0],[0,1,1],[0,0,1]]);</p> <p>And what good is that? Well, at the very least, you can start creating simple 2D shapes using familiar graphics programming constructs, lines, bezier curves, rectangles, circles, and the like. Mostly things that are already supported in OpenScad.</p> <p>But, in another couple of versions, you'll also be able to use curves and surfaces to make more interesting shapes.</p> <p>If these seems like a bunch of gibberish right now, just wait a few more versions and you'll see more interesting stuff develop.</p> <p>UPDATE: I've cheated. The picture with the nice curvy lookiing thing is actually generated by the BezierSurface function, which is not actually in the library as yet. I'm trying to figure out tweaks to make it not quite so resource intensive. but, it looks good!</p> <h3> Instructions</h3> <p>1) Play around with the various primitives<br/> 2) Dream abot what you'll be doing with a fairly robust graphics system in OpenScad<br/> 3) Rejoice!</p> Category: Other
With this file you will be able to print Granules in OpenScad with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Granules in OpenScad.