Skip to content

Meshery is a mesh creation tool that generates base course meshes from an SVG file and raw height map.

License

Notifications You must be signed in to change notification settings

OpenGolfSim/course-meshery-tool

Repository files navigation

Meshery is a tool that generates base course meshes from an SVG file and raw height map.

Head over to our Meshery guide in our help docs to learn more.

Logs:

  • MacOS: ~/Library/Logs/ogs-meshery/main.log
  • Windows: %USERPROFILE%/AppData/Roaming/ogs-meshery/main.log

Development

You can checkout this repo and run the project locally.

git checkout https://github.com/OpenGolfSim/course-meshery-tool.git

cd course-meshery-tool

npm install

npm start

To tag a new release, make sure you are on the main branch and run the following

npm version patch
# or
npm version minor
# or
npm version major

# then push main
git push origin main
# then push and the version tag
git push origin vx.x.x

About

Meshery is a mesh creation tool that generates base course meshes from an SVG file and raw height map.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages