SaaSHub helps you find the best software and product alternatives Learn more →
BOSL Alternatives
Similar projects and alternatives to BOSL
-
FreeCAD
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
BOSL2
The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
-
-
-
-
Round-Anything
A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.
-
OpenJSCAD.org
JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
-
-
-
-
-
-
-
-
-
freecad-build
build tools for FreeCAD based CAD projects, including Git diff integration and headless part export
BOSL discussion
BOSL reviews and mentions
-
Versioning FreeCAD Files with Git
If you use OpenSCAD I highly recommend using BOSL along with it: https://github.com/revarbat/BOSL/wiki. It's essentially a standard library for OpenSCAD full of incredibly useful things. For example, adding a radius=2 fillet to a 5x5x5 cube is just:
cuboid([5,5,5], fillet=2);
- Can you add male or female bolt threads in Prusa Slicer?
- I'm sure many around here already know about this gear generation library, but for those who don't, I'm sharing it here,
-
I just want to show you my parametric gear that I just finished. Since the code is a mess, I can't share it completely, but I'll improve it soon so you can use it easily.(sorry for my english)
I belive something like this?
-
Bosl1 or 2
Ah, never mind. I found it: https://github.com/revarbat/BOSL
- Creating a library for OpenSCAD
- Help with a threads module. I don't know where to start to add in the specs I want.
-
OpenSCAD help needed
OpenSCAD provides the primitives for constructive geometry. Anything beyond that requires libraries. BOSL is quite popular (although I use BOSL rather than BOSL2 because BOSL2 is not finalized). https://github.com/revarbat/BOSL
- N-order Bezier curve function (Did I do this right?)
-
What is the best 3D modeling program to learn?
If you have any programming experience then OpenSCAD might be worth a look. Up until very recently I have used it exclusively for the past few years. It takes a bit to build yourself up a personal library of common shapes but once you do you can code up a design pretty quickly. And if you use any type of good programming experience your designs are parametric by default. There are also existing libraries out there that can help out quite a bit (e.g. https://github.com/revarbat/BOSL and https://github.com/JustinSDK/dotSCAD)
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Oct 2024
Stats
revarbat/BOSL is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of BOSL is OpenSCAD.