Rendered at 03:17:53 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
pockybum522 8 hours ago [-]
Hmmm. I select "line > 2 points" and attempt to draw a line. I see nothing when I move my mouse over the canvas or click.
In a default native install, I get a crosshair and grid dots, and when I select "line > 2 points" I can click on the canvas twice and I get a line between those locations.
Edit: All tools appear to be broken and clicking on the canvas after selecting a tool doesn't draw anything.
Google Chrome Version 150.0.7871.46 (Official Build) (64-bit)
I also tried in an incognito tab in case it was an extension or cache issue, still nothing.
devttyeu 2 hours ago [-]
Are you sure you created a new canvas first? Should be black, not grayish.
gedw99 2 days ago [-]
This version of LibreCAD needs WebAssembly JSPI, which your browser does not enable. Please use an up-to-date Chromium-based browser (Chrome/Edge 137+). Firefox and Safari are not yet supported.
felooboolooomba 12 hours ago [-]
I highly recommend using a CAD with constrains support, like the sketcher in FreeCAD. Once get the hang of it, you'll never, ever go back.
devttyeu 12 hours ago [-]
Mmm FreeCAD you say, let's see.
localdeclan 1 days ago [-]
Thank you so much for showing off this tool. I had never heard of it either, but this sounds like such a time saver for basic stuff!
gedw99 2 days ago [-]
Enable issues ?
devttyeu 2 days ago [-]
Just enabled, however note that I don't really intend to support this much more, but would happily get this repo to someone who would want to support wasm mode more properly / ideally upstream in longer term
mrsssnake 1 days ago [-]
> I'm not a CAD user, and I don't want to install one just to draw five lines and a circle.
I have installed LibreCAD years ago and used it 3 or 4 times to add measurements on a downloaded drawing. Installed it with just "pacman -S librecad" and enter. Takes just ~82.7 MB on the disk. No account, no background service, completely gratis. Never asked me for an update, because it is always updated with the rest of the system. For all the years it sits there, waiting for a moment to be needed.
While I do get the appeal of the ability to squeeze desktop program into a browser, especially when using someone else's computer, so thank you for the project, while I do not understand the level of push away desktop programs get sometimes.
IshKebab 1 days ago [-]
I would think SolveSpace would be a much better target for this. It's got its own GUI system so probably pretty trivial to get running in the browser.
In a default native install, I get a crosshair and grid dots, and when I select "line > 2 points" I can click on the canvas twice and I get a line between those locations.
Edit: All tools appear to be broken and clicking on the canvas after selecting a tool doesn't draw anything.
Google Chrome Version 150.0.7871.46 (Official Build) (64-bit)
I also tried in an incognito tab in case it was an extension or cache issue, still nothing.
I have installed LibreCAD years ago and used it 3 or 4 times to add measurements on a downloaded drawing. Installed it with just "pacman -S librecad" and enter. Takes just ~82.7 MB on the disk. No account, no background service, completely gratis. Never asked me for an update, because it is always updated with the rest of the system. For all the years it sits there, waiting for a moment to be needed.
While I do get the appeal of the ability to squeeze desktop program into a browser, especially when using someone else's computer, so thank you for the project, while I do not understand the level of push away desktop programs get sometimes.
Oh yeah look somebody did it 4 years ago: https://github.com/TrevorDArcyEvans/solve-space-web
Plus SolveSpace is actually a good CAD app, especially for simple stuff. (For complex stuff the only good open source option is FreeCAD.)