LDraw.org Discussion Forums
Looking for a simple (free/os) triangle mesh editor - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: Off Topic (https://forums.ldraw.org/forum-28.html)
+--- Forum: Off-Topic (https://forums.ldraw.org/forum-27.html)
+--- Thread: Looking for a simple (free/os) triangle mesh editor (/thread-27694.html)



Looking for a simple (free/os) triangle mesh editor - Roland Melkert - 2023-09-01

Hello all,

I need to 'draw' some simple 3D shapes for a new LDraw program I'm working on.

In the past I generated those in code (e.g. LDCad's color wheel disk etc), but this limits things a lot, so this time I'm thinking about importing .obj files or const data structures instead.

Blender and so on are a bit overkill for this as I only need very simple things (e.g. a ruby/marvel like one)

Anyone has tips on software to use for creating such simple triangle meshes?

Maybe even LDPE?


RE: Looking for a simple (free/os) triangle mesh editor - N. W. Perry - 2023-09-02

(2023-09-01, 22:13)Roland Melkert Wrote: new LDraw program I'm working on

Sorry, I don't have an answer, I just wanted to focus in on this statement. Big Grin What could it be???


RE: Looking for a simple (free/os) triangle mesh editor - Philippe Hurbain - 2023-09-02

Problem is indeed trade-off between learning curve and capacity... It depends also on the kind of shapes you need. SketchUp might be a good choice (no serious personal experience though). For the simplest shapes that can be created from CSG, studio part editor can be considered and is easy to use. For more complex organic shapes Meshmixer is a capable free sculpting solution.


RE: Looking for a simple (free/os) triangle mesh editor - Jose Alfonso - 2023-09-03

Tinkercad is an online CAD program used by children and has a library of premade shapes.


RE: Looking for a simple (free/os) triangle mesh editor - Roland Melkert - 2023-09-07

Thanks for the suggestions, i'll look into them.

(2023-09-02, 0:22)N. W. Perry Wrote: Sorry, I don't have an answer, I just wanted to focus in on this statement. Big Grin What could it be???
It is based on the LDCad 2.0 source code but I rewrote a big portion and removed all OpenGL code in favour of Vulkan.

But I'm not sure it will become LDCad 2.0 Big Grin


RE: Looking for a simple (free/os) triangle mesh editor - Eugen - 2024-10-06

(2023-09-01, 22:13)Roland Melkert Wrote: I need to 'draw' some simple 3D shapes for a new LDraw program I'm working on.

Its an old topic, but I would add Maverick Model 3D and Wings3D editor to the list:
Few small freeware 3D editors:
Also, not a 3D editor, but CAD:
  • FreeCAD (FreeCAD's Part Workbench has geometric primitives and mesh export is good).
  • OpenSCAD (easy geometry scripting and good mesh export)
  • SolveSpace (its easy to use, but exported mesh might be need to cleanup in MeshLab with few extra clicks).