# Processing VS OpenSCAD?

**URL:** https://discourse.processing.org/t/processing-vs-openscad/36501
**Category:** Project Guidance
**Created:** [April 21, 2022, 3:40pm UTC](https://discourse.processing.org/t/processing-vs-openscad/36501 "2022-04-21T15:40:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![amundsen](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/amundsen/32/2497_2.png) [@amundsen](https://discourse.processing.org/u/amundsen)
#### Post date: [April 21, 2022, 3:40pm UTC](https://discourse.processing.org/t/processing-vs-openscad/36501/1 "2022-04-21T15:40:47Z")

</div>

Hello,

To those who know OpenSCAD: is it as esay to use Processing to generate 3d models algorithmically and export them as .STL files? which libraries would you recommend for such purpose? Also, I really like OpenSCAD but its rendering is often terribly slow. Is Processing (in Java or JS) more efficient?

Thank you in advance.

---

<div class="post-metadata">

### Author: ![josephh](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/josephh/32/210_2.png) [@josephh](https://discourse.processing.org/u/josephh)
#### Post date: [April 24, 2022, 8:31pm UTC](https://discourse.processing.org/t/processing-vs-openscad/36501/2 "2022-04-24T20:31:26Z")

</div>

Hi @amundsen,

For 3d related and geometry processing libraries, take a look at the libraries section on the Processing website:

> **[Libraries](https://processing.org/libraries/#geometry)**
>
> Extend Processing beyond graphics and images into audio, video, and communication with other devices.

For the rendering performance it depends how many objects you have in the scene and how you are drawing them…

---

<div class="post-metadata">

### Author: ![amundsen](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/amundsen/32/2497_2.png) [@amundsen](https://discourse.processing.org/u/amundsen)
#### Post date: [April 27, 2022, 10:32am UTC](https://discourse.processing.org/t/processing-vs-openscad/36501/3 "2022-04-27T10:32:07Z")

</div>

Thanks @josephh. I have checked the libraries but I am first and foremost seeking some opinion, possibly from anyone who has used both Processing and OpenSCAD for 3D modelling.
