SaaSHub helps you find the best software and product alternatives Learn more →
Gcodepreview Alternatives
Similar projects and alternatives to gcodepreview
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
VL.Fuse
A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.
-
-
BezierInfo-2
The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
-
-
-
OCCT
Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.
-
-
-
-
-
-
gcodepreview discussion
gcodepreview reviews and mentions
-
Literate programming: Knuth is doing it wrong (2014)
Interesting.
Surprised I never heard of "Wikilon" (apparently it was an early precursor to Jupyter Notebooks?)
I agree with the criticism at the bottom:
>There's good and bad parts of LP, but it's not fair to pick examples of bad LP and use them to criticize all of LP, even if they were written by the guy who invented it. Some of the Wright planes crashed, but that doesn't mean airplanes are bad.
The mention of Axiom is interesting, since I find that going a step further and integrating Tangle/Weave so that both "just happen" is a big reduction in friction, hence my stumping for assistance:
https://tex.stackexchange.com/questions/722886/how-to-write-...
and working up a package:
https://github.com/WillAdams/gcodepreview/blob/main/literati...
(which unfortunately has to be edited to match the files which it outputs, as must the master .tex file)
which allows me to typeset a .tex file (which has ``normal'' syntax colouring in an editor, no "sea of grey" as .dtx inflicts) and get both the typeset .pdf and the .py and .scad files which are my project:
https://github.com/WillAdams/gcodepreview
(currently deeply into a re-write and hope to have a fully working version up by the end of the week --- see the archived v0.6 .tex/.pdf pair: https://github.com/WillAdams/gcodepreview/blob/main/gcodepre... to see a working state/example)
-
Ask HN: What are you going to build and ship in 2025?
Finishing up yet another re-write of my current project:
https://github.com/WillAdams/gcodepreview
which I hope to then wrap up in a nice front-end using:
https://github.com/derkork/openscad-graph-editor
(or maybe some other tool --- is there a stand-alone, desktop version of Blockly which is extensible?)
Hopefully I'll also figure out how to write up a LaTeX package for the Literate Programming technique used and maybe a _TUGboat_ article.
-
"A Course of Pure Mathematics" – G. H. Hardy (1921) [pdf]
I needed to brush up on math for my current project:
https://github.com/WillAdams/gcodepreview
and found the book series:
- _Make:Geometry_ https://www.goodreads.com/book/show/58059196-make
- _Make:Trigonometry_ https://www.goodreads.com/book/show/123127774-make
- _Make:Calculus_ https://www.goodreads.com/book/show/61739368-make
a helpful review and extension of my slipshod math education.
Next step is I need to work with conic sections and after that Bézier curves/surfaces --- could you suggest texts on those subjects?
-
Show HN: Instantly visualize any codebase as an interactive diagram
Failed with:
https://github.com/WillAdams/gcodepreview
which is probably the weirdest structure one could imagine (Literate Program as a .tex file containing Python and OpenSCAD code for https://pythonscad.org/ ) there the Python file is the core, there is an intermediate OpenSCAD file which wraps it, and then a top-level OpenSCAD file which the user interacts with.
-
Documented and annotated source code for Elite on the Commodore 64
Maybe just make a PDF and publish that to the site?
I am doing that at:
https://github.com/WillAdams/gcodepreview/blob/main/gcodepre...
(but admittedly it's a very different project and no copyright complexities)
-
Nodezator is a generalist Python node editor
If you wish to look into DXFs I worked up a technique for making them at:
https://github.com/WillAdams/gcodepreview/blob/main/gcpdxf.p...
- Docs Are Your Infrastructure
- We are shutting down the Ondsel FreeCAD business
-
Shaderblocks: Block-Based Image Editing
Quite a different problemspace, but there is:
https://github.com/derkork/openscad-graph-editor
which allows programmatic 3D modeling using nodes/wires. It exposes _all_ of OpenSCAD (last I checked) and is quite extensible (I use it to control a Python-enabled version of OpenSCAD https://pythonscad.org/ in an effort to make DXFs and G-code: https://github.com/WillAdams/gcodepreview )
-
Programming Languages That Blew My Mind (2023)
Parallel track:
- MacBASIC: Mac GUI programming w/o Pascal or C https://www.folklore.org/MacBasic.html (which is something I'll never forgive Bill Gates for)
- HyperCARD: It was magic to get into Developer mode and to create stacks --- it's unfortunate that Asymetrix Toolbook didn't get further, and a shame that Runtime Revolution which became Livecode reneged on their opensource effort --- hopefully someone will make good on that: https://openxtalk.org/
Unfortunately, I never got anywhere w/ Interfacebuilder.app or Objective-C....
- OpenSCAD: Make 3D things w/o having to use a full-fledged CAD program
- BlockSCAD: Make 3D things w/o typing: https://www.blockscad3d.com/editor/ (though to be fair, https://github.com/derkork/openscad-graph-editor also allows that)
- PythonSCAD: variables and file I/O for OpenSCAD (though to be fair, RapCAD had the latter, it was just hard to use it w/o traditional variables) https://pythonscad.org/
Still working through a re-write of my OpenSCAD library in Python: https://github.com/WillAdams/gcodepreview and am hopeful that a tool like to https://nodezator.com/ will make that graphically accessible.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jan 2025
Stats
WillAdams/gcodepreview is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of gcodepreview is TeX.