UNITY3D openSCAD Parsing Program

by Zoon1234micron

Printable files (14)

  • stl

    polyDim257334_FIRST_dodec_.stl

    5.9 Mo · 612 downloads

  • stl

    keep_icos_city_planet_icos_octo_hybrid.stl

    1.2 Mo · 615 downloads

  • stl

    keep_MUSHROOM.stl

    10.1 Mo · 621 downloads

  • stl

    ice_2_maybe_weirder_poly_dodec.stl

    6.2 Mo · 618 downloads

  • stl

    double_funny59576.stl

    7.2 Mo · 615 downloads

  • stl

    double_experiment2261.stl

    773 Ko · 612 downloads

  • stl

    double_experiment15599.stl

    5.5 Mo · 611 downloads

  • stl

    double_funny65378.stl

    4.2 Mo · 613 downloads

  • stl

    double_experiment65341.stl

    2.1 Mo · 609 downloads

  • stl

    double_experiment41234.stl

    996 Ko · 615 downloads

  • stl

    double_experiment57191.stl

    15.1 Mo · 618 downloads

  • stl

    double_funny48962.stl

    11.9 Mo · 618 downloads

  • stl

    double_experiment40268.stl

    14.4 Mo · 615 downloads

  • stl

    double_funny56888.stl

    30.6 Mo · 611 downloads

Description

I wrote a program that converts spirographs and other generative art from Unity3D engine to openscad to print them.

This is only one .JS Javascript file which you can place in any project which has many cubes and it will convert all the cubes to a scad file.

The cool thing about that is that you can print an exploding building made from bricks and use Unity for things that scad can't do.

The code searches for all objects with tag "cube" in a parent and writes their positions to an array so that they can be meshed by SCAD, it doesn't take any mesh and scad it.

I'll try to update this page with the full spirograph generator one day. the generator has a space game integrated into it and it's old from 2015, I'll see if i can get it running.