nowfound

Alternatives

Products that do what 3dSynth.app does

The synthesizer for 3D printing. No STL, no slicer.

  1. 1IB

    I've been working on the Anukari 3D Physics Synthesizer for a little over two years now. It's one of the earliest virtual instruments to rely on the GPU for audio processing, which has been incredibly challenging and fun. In the end, predictably, the GUI for manipulating the 3D system actually ended up being a lot more work than the physics simulation. So far I am only selling it direct on my website, which seems to be working well. I hope to turn it into a sustainable business, and ideally I'd have enough revenue to hire folks to help with it. So far it's been 99% a solo project, with…

    2025 · anukari.com

  2. 2SM

    It's been closed source for a long time while I worked on it on and off as a hobby research project, but yesterday the repo was made public for the first time under the MPL 2.0 license. A feature reel showing its capabilities can be found here: https://ktstephano.github.io/rendering/stratusgfx/feature_re... A technical breakdown of a single frame can be found here: https://ktstephano.github.io/rendering/stratusgfx/frame_anal... It's still in a very beta state (bugs and instability expected), but I felt like it was a good time to make it…

    2023 · github.com

  3. 3

    Render 3D models (OBJ, glTF, GLB, STL, .vox) as ASCII art — in the browser, in React or Vue, or straight in your terminal. A three.js-style API with no WebGL and no canvas: just text in a single <pre>.

    Jun 2026 · glyphcss.com

  4. 4CA

    I'm currently developing Chili3D, an open-source, browser-based 3D CAD application. By compiling OpenCascade to WebAssembly and integrating Three.js, Chili3D delivers near-native performance for powerful online modeling, editing, and rendering—all without local installation. Access it here: https:&#x2F;&#x2F;github.com&#x2F;xiangechen&#x2F;chili3d Features: Modeling Tools: Create basic shapes (boxes, cylinders, cones, etc.), 2D sketches (lines, arcs, circles, etc.), and perform advanced operations (boolean operations, extrusion, revolution, etc.). Snapping and Tracking: Precisely snap to…

    2025

  5. 5

    Convert 2D flat images to 3D visuals in Stylar

    2024

  6. 6RT

    I ported Microsoft's TRELLIS.2 (4B parameter image-to-3D model) to run on Apple Silicon via PyTorch MPS. The original requires CUDA with flash_attn, nvdiffrast, and custom sparse convolution kernels: none of which work on Mac. I replaced the CUDA-specific ops with pure-PyTorch alternatives: a gather-scatter sparse 3D convolution, SDPA attention for sparse transformers, and a Python-based mesh extraction replacing CUDA hashmap operations. Total changes are a few hundred lines across 9 files. Generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro (24GB). Not as fast as…

    Apr 2026 · github.com

  7. 7OS

    Hey HN! I'm Zach from Adam (https:&#x2F;&#x2F;adam.new&#x2F;). We’re building an AI co-pilot for mechanical CAD software. As part of our broader research, we built a browser-based Text-to-CAD app (https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44182206) and are now open sourcing it. This is a React SPA with a Supabase backend. What it does: * Generates parametric 3D models from natural language descriptions, with support for both text prompts and image references * Outputs OpenSCAD code with automatically extracted parameters that surface as interactive sliders for instant dimension…

    2025 · github.com

  8. 8
    Generart106

    Generative art tool to create / share / print your patterns

    2020

  9. 9M3
  10. 10HT

    During the hype of llama.ttf months ago, I was speculating the potential of WASM shaper for even crazier purpose, one that fitter to a font shaper's duty -- to synthesize font at runtime. This project as proof-of-concept implements a synthesizer that generates and rasterizes handwriting-style font, backed by a super-lightweight RNN model (~14MiB).

    2024 · github.com

  11. 11

    Generate print-ready D&D miniatures from text or image

    Apr 2026 · layergen.ai

  12. 12NJ

    I was looking for a tiny library to easily transform both 2D & 3D objects with simple mouse &#x2F; touch controls and a fixed camera, in the browser. Like a simple 3D editor but without requiring the user to be a Blender expert. Couldn't find anything lightweight, so I’m building one. Think Fabric.js but for 3D. Built entirely with Three.js &#x2F; R3F. Borrowed some inspiration from VR&#x2F;AR interaction systems for controls. Feel free to play with it and let me know what you think!

    2025 · punk.cam

  13. 13

    Blender-style 3D editing in your browser

    May 2026 · 3d-editor.com

  14. 14CA

    Hey HN, I'm a beginner at CAD so I built an app that does it for me ;) Describe a part and ChatToSTL writes the OpenSCAD code, shows a live render with size sliders, then exports the STL&#x2F;3MF file. Because the output is parametric, it's easy to modify (unlike mesh models like Shap-E or DreamFusion). Try it (needs your own OpenAI key): https:&#x2F;&#x2F;huggingface.co&#x2F;spaces&#x2F;flowfulai&#x2F;ChatToSTL How it works: Text prompt → o4-mini generates OpenSCAD code → live render + sliders → refine in chat → export. Examples & Code: * Walkthrough + real prints (bowl, hook, box, door…

    2025 · huggingface.co

  15. 15VR

    I've been going through Cem Yuksel's "Introduction to Computer Graphics" course and thought that writing a volume renderer would be a good way to test my knowledge. It is a common technique used to render 3D medical data. Works by ray marching a specific step size, reading a 3D texture (e.g. MRI data), and calculating opacity values. Code should be easy to get started with for anyone familiar with the JS ecosystem. Questions for the HN community: I spent 20-25% of the entire time just setting up the project and fighting issues with the JavaScript ecosystem. This experience has made me…

    2024 · github.com

  16. 16FA

    Just build a local tool for designing gears that kinda looks and works nice

    Jan 2026 · gears.dmtrkovalenko.dev

  17. 17

    Transform images to 3d models in minutes!

    Oct 2025

  18. 18GA

    Hello internet folks! I'm happy to share the first TestFlight release of Glyph3D, a 3D text visualizer for macOS and iOS. It's free, supports pretty much any utf8 data, and is a pretty interesting way to navigate your repositories or data directories without the limitations of standard text windows! Download and bookmark for macOS and iOS: https:&#x2F;&#x2F;github.com&#x2F;tikimcfee&#x2F;LookAtThat&#x2F; - You should be able to download public repos from GitHub and render them. - Play with opening and closing windows. I've disabled many of the in-flight features to keep user confusion down,…

    2024 · github.com

  19. 19KA

    This is part of my journey on pybind11. I wrote a tiny FM Synthesis library in C++ and a Python wrapper for that using pybind11. There is a command-line piano app in the examples directory if you want to play with it. Here is the link: https:&#x2F;&#x2F;github.com&#x2F;charstorm&#x2F;koelsynth&#x2F;tree&#x2F;main&#x2F;examples&#x2F;si... My next target is to attach this to some kind of physics simulation - like a bunch of balls moving around in a box with some internal walls. When the ball hits certain trigger points, it produces the sound.

    2023 · github.com

  20. 20

    Free 3D file converter - 3MF, STL, OBJ, PLY, GLTF online

    2025

  21. 21AO

    Hi everyone started this project a year ago to generate the CAD for a Jet Engine Axial Compressor. I am now open sourcing this tool that can take in a JSON file with specs and generate the CAD assembly. Still has a lot of work to improve designs but there isn't anything the Open Source community can't accomplish!

    2023 · github.com

  22. 22

    Create 3D prints by describing them. Download the STL.

    Jul 2026 · printytron.com

  23. 23

    The 2D & 3D Ambigram Generator: Design, Animate

    Oct 2025

  24. 243C

Ranked by how close each launch is in meaning, then by votes. Refine with a description →