Tools for Covid 19

Web based solid modeling in Javascript: user editable parametric models, STL and DXF export. Project based on Gitlab --> here

Choose your tool to print



Playground

Try it by entering some code below. Anything you enter will be lost as soon as this page is reloaded; to build your own models you should instead store them in a .jscad file on your computer and use the OpenJsCad parser.

Contribute

You can contribute to this page from the gitlab project here, and please do! Use the issue tracker so everyone can participate.

Embed this tool for mass distribution

The best way to contribute would be to integer this tool inside one of your web page. This way you will have updates in real time and will allow your user to have access to this tool. More tools will follow soon.

    <iframe id="covidTool" title="Tool for Covid" width="840" height="600" src="https://adricen.gitlab.io/tools-for-covid19/"></iframe>

  
I'll make a Wordpress plug-in soon!

Author and contributors

This web site have been crafted by Adrien Centonze (Adricen) from Love-Open-Design.com (Online Soon...)

3D models

License for models

The license are encoded inside the model. Read the code content to see who did it and contribute.

License for OpenJscad

OpenJsCad is developed by Joost Nieuwenhuijse. Based on initial CSG.js copyright (c) 2011 Evan Wallace. Uses lightgl.js by Evan Wallace and Tomi Aarnio for WebGL rendering. Contributions by Alexandre Girard, Tom Robinson, jboecker, risacher, tedbeer, bebbi, Sahil Shekhawat. All code released under MIT license.

Contributions are welcome! It's all written in Javascript, so if you know how to use it you know how to modify it as well. To contribute go to OpenJsCad at GitHub (gh-pages tree), create your own fork and send me a pull request. Note that the code is maintained in the gh-pages branch, not the master branch. This is so that it can be accessed directly via Github pages.