TriangleMesh.jl icon indicating copy to clipboard operation
TriangleMesh.jl copied to clipboard

Generate and refine unstructured 2D triangular meshes from polygons with Julia

Results 6 TriangleMesh.jl issues
Sort by recently updated
recently updated
newest added

FYI, I am maintaining Triangle_jll on Yggdrasil, it is used by Triangulate.jl. Using this should remove the need for the build stuff.

There seems to be no argument for setting `area_max`, just a bool for user input, which is totally awkward. Could you replace user input by a regular argument that we...

Love the package and am using it for a class, but I observed something odd about`refine_rg`. I can usually extract boundary points using `mesh.point_marker` ```julia using Plots mesh = create_mesh(polygon_unitSquare(),...

@JuliaRegistrator register()

registration

The build process is ok for most Linux distributions so far (as long as ldconfig is in your path). The windows build is more annoying. There is a better way...

enhancement
help wanted

The tests do not fully cover the functionality of the wrapper. This can be improved.

enhancement