{"id":16135347,"url":"https://github.com/karllevik/qmorph","last_synced_at":"2025-09-01T07:33:06.230Z","repository":{"id":128833487,"uuid":"261025100","full_name":"KarlLevik/qmorph","owner":"KarlLevik","description":"Java implementation of the Q-Morph algorithm for my Siv. Ing. thesis at the University of Oslo, 2002","archived":false,"fork":false,"pushed_at":"2025-02-22T11:05:50.000Z","size":1022,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T04:18:08.826Z","etag":null,"topics":["delaunay-triangulation","mesh-editor","meshing","meshing-algorithms","quad-mesh","smoothing","topology"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarlLevik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-03T21:32:34.000Z","updated_at":"2025-02-22T11:18:42.000Z","dependencies_parsed_at":"2025-04-16T03:44:25.152Z","dependency_job_id":"8db14761-60db-437e-bffe-89c2697f8a12","html_url":"https://github.com/KarlLevik/qmorph","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"fb0dd867c8e862971616b5a3034eeb4c5fcdea5a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KarlLevik/qmorph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarlLevik%2Fqmorph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarlLevik%2Fqmorph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarlLevik%2Fqmorph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarlLevik%2Fqmorph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarlLevik","download_url":"https://codeload.github.com/KarlLevik/qmorph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarlLevik%2Fqmorph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273088773,"owners_count":25043560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["delaunay-triangulation","mesh-editor","meshing","meshing-algorithms","quad-mesh","smoothing","topology"],"created_at":"2024-10-09T23:07:16.776Z","updated_at":"2025-09-01T07:33:06.092Z","avatar_url":"https://github.com/KarlLevik.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis project is part of my siv.ing. degree at the Dept. of Informatics, the University of Oslo, 2002.\n\nThe paper contains an introduction to the Q-Morph algorithm, as described in the paper _\"Advancing Front Quadrilateral Meshing Using Triangle Transformations\"_ by S.J. Owen, M.L. Staten, S.A. Canann, and S. Saigal, as well as important background material, discussions of aspects of the implementation, important results, figures of example meshes, references, etc.\n\nThe project also includes a Java implementation of the Q-Morph algorithm with a GUI I have called `MeshDitor`. This was my first Java project.\n\n# Directory structure\n\nThe paper is found in the `docs/` directory.\n\nThe source code is found in the `src/` directory.\n\nTo ensure that the implementation works as described, it has been tested on a number of different meshes. Illustrations for some of the meshes are found in the paper, including discussion.\n\nThe meshes are found in the `examples/` directory.\n\n# Building and Running\n\nThis is a Maven project, so it can be easily built and run using standard Maven commands.\n\nTo build the project, run:\n\n```bash\nmvn clean install\n```\n\nTo launch the `MeshDitor` GUI, run:\n\n```bash\nmvn exec:java -Dexec.mainClass=\"com.github.karllevik.qmorph.viewer.MeshDitor\"\n```\n\nThis will start the application, allowing you to load mesh files from the `examples/` directory and interact with the Q-Morph algorithm.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarllevik%2Fqmorph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarllevik%2Fqmorph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarllevik%2Fqmorph/lists"}