All Projects → Irev-Dev → Round Anything

Irev-Dev / Round Anything

Licence: mit
A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.

Projects that are alternatives of or similar to Round Anything

Pnet
High level Java network library
Stars: ✭ 49 (-59.84%)
Mutual labels:  framework, library
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+867.21%)
Mutual labels:  framework, library
Text Classification Keras
📚 Text classification library with Keras
Stars: ✭ 53 (-56.56%)
Mutual labels:  framework, library
Core
Runn Me! core library
Stars: ✭ 31 (-74.59%)
Mutual labels:  framework, library
Swift Screencapture
A Swift framework to easily capture the screen on OS X.
Stars: ✭ 105 (-13.93%)
Mutual labels:  framework, library
Lwc
⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
Stars: ✭ 974 (+698.36%)
Mutual labels:  framework, library
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+816.39%)
Mutual labels:  framework, library
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+546.72%)
Mutual labels:  framework, library
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-22.13%)
Mutual labels:  framework, library
Cdnjs
🤖 CDN assets - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 9,270 (+7498.36%)
Mutual labels:  framework, library
Mapdrawingtools
this library Drawing polygon, polyline and points in Google Map and return coordinates to your App
Stars: ✭ 122 (+0%)
Mutual labels:  polygon, library
Atlas.js
A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻
Stars: ✭ 108 (-11.48%)
Mutual labels:  framework, library
Polysnap
A work in progress polygon operations library with integer snap-rounding
Stars: ✭ 14 (-88.52%)
Mutual labels:  polygon, library
Sharpmath
A small .NET math library.
Stars: ✭ 36 (-70.49%)
Mutual labels:  polygon, library
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+5759.02%)
Mutual labels:  framework, library
Keyboardhidemanager
Codeless manager to hide keyboard by tapping on views for iOS written in Swift
Stars: ✭ 57 (-53.28%)
Mutual labels:  framework, library
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+475.41%)
Mutual labels:  framework, library
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (+533.61%)
Mutual labels:  framework, library
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-27.05%)
Mutual labels:  framework, library
Tomorrowland
Lightweight Promises for Swift & Obj-C
Stars: ✭ 106 (-13.11%)
Mutual labels:  framework, library

Round-Anything

Round-Anything is primarily a set of OpenSCAD utilities that help with rounding parts, but it also embodies a robust approach to developing OpenSCAD parts. The heart of the library a list of polygon points, with a 3rd radius parameter at each point. That is a series of [x, y, radius] points.

The Why

The truth is radii, internal radii in particular can be a real pain to add in openscad. and the more you move away from shapes with 90 degree angles the more difficult it becomes, effectively puting a complexity ceiling on parts you can produce in OpenScad. Because of how important radii in both making a apealing and strong part, reducing stress concentration etc, A library that focuses on radii as a core principle makes for a solid foundation for your parts. Furthermore the heart of the library revolves around the polygon, this is because we're leveraging the battle tested paradigm of extruding from 2d sketches of most CAD packages. I can't imagine making an OpenScad part without Round-Anything.

Quick side-notes

I'm currently working on a community website for "Code-CAD" (like OpenSCAD). A good way to think of it is codepen crossed with a thing repository. You can check it out at cadhub.xyz or it's repo.

Also please submit examples of what you build with the library in the discussions, I'd love to see them. I also recommend you "watch" the repo with notifications turned on for the discussions to stay up-to-date.

Documentation

See an overview of the library in video form

Written overview.

Full documentation of the API is here.

Installation instructions

Extra

I live streamed the making of this part using this library. I was able to make the bulk of this part quickly even with some complex radii involved thanks to the library.

Below are some of the example parts that can be found in roundAnythingExamples.scad.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].