{"id":19848726,"url":"https://github.com/etcwilde/marchingtriangles","last_synced_at":"2025-05-01T22:30:36.937Z","repository":{"id":25820085,"uuid":"29259268","full_name":"etcwilde/MarchingTriangles","owner":"etcwilde","description":"This doesn't work! -- Implementing the Marching Triangles Algorithm","archived":false,"fork":false,"pushed_at":"2015-05-13T05:35:52.000Z","size":3789,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T18:50:37.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etcwilde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-14T18:35:19.000Z","updated_at":"2024-10-16T12:04:13.000Z","dependencies_parsed_at":"2022-07-25T15:02:25.123Z","dependency_job_id":null,"html_url":"https://github.com/etcwilde/MarchingTriangles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcwilde%2FMarchingTriangles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcwilde%2FMarchingTriangles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcwilde%2FMarchingTriangles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcwilde%2FMarchingTriangles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etcwilde","download_url":"https://codeload.github.com/etcwilde/MarchingTriangles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251954691,"owners_count":21670852,"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","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":[],"created_at":"2024-11-12T13:18:12.548Z","updated_at":"2025-05-01T22:30:36.559Z","avatar_url":"https://github.com/etcwilde.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marching Triangles\n## Introduction\nImplementing the Marching Triangles Algorithm\n\nThe marching triangles algorithm is a polygonization algorithm for implicit\nsurfaces. It takes an implicit surface and generates a triangle mesh, which can \nbe rendered more quickly than the original implicit surface. A good\npolygonization algorithm will result in a mesh that accurately describes the\nimplicit surfaces, without distorted triangles, and the resulting mesh is\nhomeomorphic to the original shape. It also does not have ambiguous cases.\n\n## Requirements\nTo build the program you must have installed;\n - g++ with c++11\n - make\n - `lib/libImplicit.a`\n\nTo run the program you must have installed;\n - OpenGL\n - GLFW3\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcwilde%2Fmarchingtriangles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetcwilde%2Fmarchingtriangles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcwilde%2Fmarchingtriangles/lists"}