Earlier quoted context omitted.
Any circuit designers? looking to hobby, but what I saw was all proprietary
You mean like PCBs? KiCad is pretty popular.
DesignSpark PCB is also decent - only minor UX mistakes like warping the mouse when you zoom.
101–110 of 135 posts
Earlier quoted context omitted.
Any circuit designers? looking to hobby, but what I saw was all proprietary
You mean like PCBs? KiCad is pretty popular.
DesignSpark PCB is also decent - only minor UX mistakes like warping the mouse when you zoom.
Earlier quoted context omitted.
Umm, I’m confused about this comment… the concept of a web app that gets saved into browser cache and then can be loaded and used while offline definitely isn’t new. See Photopea etc
With a stand-alone application once you download it in your file system you know exactly where it is and how to create backups etc. A "browser cache" is just an opaque bit of storage. What if you need to update/reinstall your browser or want to switch? I wouldn't trust important data to it. I generally feel uncomfortable how so many applications are browser-only these days. The thought of having important data in a t…
Earlier quoted context omitted.
You mean like PCBs? KiCad is pretty popular.
KiCAD has pretty awful UX though. I've tried all of the FOSS PCB design apps except LibrePCB (on my to-do list) and Horizon EDA is definitely the one I'd recommend (even though it also has a fair amount of UX oddities it's much better than KiCAD). DesignSpark PCB is also decent - only minor UX mistakes like warping the mouse when you zoom.
It's not perfect but it's pretty damn good these days. By EE standards it's positively awesome. Single platform vendor toolchain hell is why people leave commercial software and move to KiCad, which runs everywhere, is open source, and has a plugin architecture plus mostly every feature you could ever need except high end simulation (which just needs time).
Surprised this hasn't been shared here before. Built by my former colleague, Stewart Allen (Co-Founder/CTO of WebMethods, CTO of AddThis, Co-Founder/CPO of IonQ, et al.). What caught my attention: - 100% free, no subscriptions, no accounts, no cloud - Local-first: all slicing and toolpath generation runs on your machine - Works in any browser, even offline once loaded - Supports FDM/SLA, CNC milling, laser cutting, w…
Edit: looks like yes! https://github.com/GridSpace/grid-apps I will try it then.
In fact I had that only a month or 2 ago with fusion 360. Something in their cloud was down so I couldn't export to STL and i really needed that urgently.
Surprised this hasn't been shared here before. Built by my former colleague, Stewart Allen (Co-Founder/CTO of WebMethods, CTO of AddThis, Co-Founder/CPO of IonQ, et al.). What caught my attention: - 100% free, no subscriptions, no accounts, no cloud - Local-first: all slicing and toolpath generation runs on your machine - Works in any browser, even offline once loaded - Supports FDM/SLA, CNC milling, laser cutting, w…
I wrote up a bit on Carbide Create at:
- https://willadams.gitbook.io/design-into-3d/2d-drawing (note that there is a link to a free (as in beer) download for Windows or Mac OS at that link)
- https://willadams.gitbook.io/design-into-3d/toolpaths
Other commercial programs which one licenses and installs and which don't intrude beyond that include:
- MeshCAM https://www.grzsoftware.com/
- Alibre https://www.alibre.com/ (note that there is a CAM option which is a re-badged MeshCAM)
- Moment of Inspiration 3D https://moi3d.com/ (this is probably the next commercial package I try)
and of course FreeCAD has a CAM Workbench which has seen great strides and Solvespace has a basic facility for G-code generation and some folks just program G-code/CAM directly --- I've been working on a tool for that myself: https://github.com/WillAdams/gcodepreview
Earlier quoted context omitted.
this does not track with my experience, so possibly it's the nature of your app or the way it's coded. frameworks like react are notoriously crap. stick to pure html5/css/js and it can be extremely fast and light.
You could have clicked on my profile to find the app that you're criticizing unfairly. It does not use react, but it uses pure html5,css,js, it is extremely fast and light. And yet, there are things that it can not do simply because it runs in the browser, which is a poor operating system for a hard real time program to run under.
Earlier quoted context omitted.
You answered the question yourself: There is already a standard that allows anyone to create software that works cross-platform: the browser.
The browser is an extremely poor medium to deliver applications. It works, but barely , is a huge resource hog, fragile and it breaks way too often due to a lack of backwards compatibility between browser versions of the same manufacturer. I have a small app that I support and it's been fun to get it to work in the browser (instant cross platform support was indeed the driver) but the experience is still sub-par comp…
I too wish that software would be efficient, robust and long-lasting. But it seems that most people don't care about this enough (compared to other factors) to force change. (Alternatively, they are locked in to platforms they don't like to use.)
Earlier quoted context omitted.
> Works in any browser, even offline once loaded That, my friend, is not how offline works. You will be required to have internet access in one way or another. Offline works 100% locally no matter if you have internet or not.
But you have to get the software somehow? Once you get it, it works offline. The same here I guess: once you download the source code/binaries into browser's cache (that can store things indefinitely) it's offline.