avatar-generator
implicit
avatar-generator | implicit | |
---|---|---|
- | 6 | |
9 | 1,444 | |
- | 1.1% | |
4.5 | 8.1 | |
over 4 years ago | 8 months ago | |
Haskell | JavaScript | |
BSD 3-clause "New" or "Revised" License | GNU Affero General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
avatar-generator
We haven't tracked posts mentioning avatar-generator yet.
Tracking mentions began in Dec 2020.
implicit
-
Powerful, Open-Source, Programmatic CAD
Run this in both implicitcad and openscad
https://github.com/Haskell-Things/ImplicitCAD/blob/master/Ex...
Try and form a clean ring by subtracting a cylinder from it, you have to dial the resolution so high that it takes minutes to get a result that approximates what you can get min milliseconds in openscad.
The team is not interesting in fixing it and shows a fundamental flaw with how they handle thin intersections. ImplicitCad is sadly nothing more than a non-functioning hobby project and should be labeled as such.
-
OpenSCAD: The Programmer's Solid 3D CAD Modeller
There's also ImplicitCAD, which can use OpenSCAD language or Haskell https://github.com/Haskell-Things/ImplicitCAD
-
Show HN: Make 3D art in your browser using Lisp and math
There's also ImplicitCAD (https://github.com/Haskell-Things/ImplicitCAD) which produces STLs, as it is designed for CAD. It uses implicit functions, which I believe are similar to SDFs (I believe the idea is not to necessarily correspond to the distance function).
- Dhall: A Gateway Drug to Haskell
-
I printed a waistband tightener to hold my skirt up!
ImplicitCAD is essentially OpenSCAD with bevels.
-
OpenScad is great, but slow to render.
You might take a look at ImplicitCAD. It accepts OpenSCAD code (as well as some other more exotic formats) and can render much much faster depending on resolution. There's an online editor/renderer here that would tell you whether it can handle your existing code unmodified.
What are some alternatives?
tart - Tart - draw ASCII art in the terminal with your mouse!
plot-light - A lightweight plotting library, exporting to SVG
processing-for-haskell - Graphics for kids and artists. Processing implemented in Haskell
brick - A declarative Unix terminal UI library written in Haskell
graphics-drawingcombinators - Combinators for drawing 2D shapes and images in Haskell (using OpenGL)
openscad - OpenSCAD - The Programmers Solid 3D CAD Modeller