July 9, 2024
Description
Shadow Lettering is drawing text by only drawing the shadows, without drawing the characters themselves.
You can make your own text or sign with this customizable script in OpenSCAD. The source files are in the zip file. Be sure to unpack/unzip the zip file before using the script.
The "Customizer" of OpenSCAD can be used to create a plate with Shadow Lettering for your own text.
OpenSCAD is free software: https://openscad.org/
This scripts needs a version of 2024 of OpenSCAD with optimizations and textmetrics turned on. The 2021 version does not work with the script.
In the script is a module "Shadow2D". It can be used over any 2D shape. If you write your own scripts in OpenSCAD, then the module can be used to make your designs look better.
The 2024 version of OpenSCAD has a number of fonts included, but four extra fonts are added that go well with this design. They are:
This script is for “Shadow Lettering”. In your own OpenSCAD script, you can still add your text to the model and then add shadow to it.
Example:
linear_extrude(0.6)
text("Hello"); // your text
linear_extrude(0.2)
Shadow2D(2, 45, 0)
text("hello"); // the shadowThe license of the script is set to CC0 (Public Domain). You may use the script or the resulting 3D model in any way you like. You may sell the Shadow Text models that you create.
License:
Creative Commons — Public Domain