Skip to content

JuliaGeometry/Meshes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Project goals

  • Design a comprehensive library for computational geometry and meshing algorithms in Julia.
  • Unite different scientific communities using meshes (e.g. GIS, CFD, Computer Vision, Graphics)

Installation

Get the latest stable release with Julia's package manager:

] add Meshes

Documentation

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-development version of the documentation.

Contributing

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. We take issues very seriously and value any type of feedback.

Contributors are kindly asked to adhere to the ColPrac guidelines, and more specifically:

  • Issues:
    • should discuss a concrete problem
    • should contain actionable items
    • should be marked with existing labels
    • should contain references if possible
  • Pull Requests:
    • should only do one thing
    • should adopt the existing code style
    • should define appropriate tests for code changes

If you have questions or would like to brainstorm ideas in general, don't hesitate to start a thread in our zulip channel. As ideas become concrete, they can be converted into GitHub issues for further action.