Software Alternatives & Reviews

Show HN: Make 3D art in your browser using Lisp and math

CodeMirror libfive Studio
  1. CodeMirror is a versatile text editor implemented in JavaScript for the browser.
    Pricing:
    • Open Source
    I'm using https://codemirror.net/ as the editor, and I'm basically just running an onchange event on every keystroke. Not very fancy or sophisticated. The details of what exactly happens in that event are very specific to WASM/Janet/Bauble, but I think you could do something similar with JavaScript code pretty trivially. Long-term I think I'd rather break this out into a separate page with multiple canvases inline in the text -- so you can more easily scan through it/go back to previous sections -- but I was lazy and this was the easiest way to get it done. Also, this is just a static site. With hand-written HTML because I've been too lazy to configure a static site generator yet...

    #Rich Text Editor #Text Editors #IDEs And Text Editors 43 social mentions

  2. A minimalist GUI for solid modeling with the libfive kernel.

    #3D #3D Modeling #CAD 4 social mentions

Discuss: Show HN: Make 3D art in your browser using Lisp and math

Log in or Post with