{"id":20290030,"url":"https://github.com/extrys/realtimemeshoptimizer","last_synced_at":"2026-06-05T04:31:23.868Z","repository":{"id":191611988,"uuid":"501667588","full_name":"Extrys/RealTimeMeshOptimizer","owner":"Extrys","description":"Reduces the triangle count on the visible meshes when these are not seen, reducing the weigth of the mesh being sent to the gpu","archived":false,"fork":false,"pushed_at":"2022-06-10T00:07:29.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T08:52:26.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Extrys.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,"governance":null}},"created_at":"2022-06-09T13:37:01.000Z","updated_at":"2024-07-18T00:03:12.000Z","dependencies_parsed_at":"2023-08-30T17:53:18.862Z","dependency_job_id":null,"html_url":"https://github.com/Extrys/RealTimeMeshOptimizer","commit_stats":null,"previous_names":["extrys/realtimemeshoptimizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Extrys%2FRealTimeMeshOptimizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Extrys%2FRealTimeMeshOptimizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Extrys%2FRealTimeMeshOptimizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Extrys%2FRealTimeMeshOptimizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Extrys","download_url":"https://codeload.github.com/Extrys/RealTimeMeshOptimizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787487,"owners_count":20020099,"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-14T15:06:00.001Z","updated_at":"2026-06-05T04:31:23.796Z","avatar_url":"https://github.com/Extrys.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"* This script is made for unity\n* This script uses Bursted Jobs, so you need Burst and Jobs packages installed\n* The script only removes the triangles, when not visible due being reversed, or in the back of the viewer, so it removes triangles from the back of the objects\nimagine looking a sphere what only is sent o the GPU is the triangles of just half sphere using this script\n* This script doesnt removes the verteices (yet)\n* This script still having space for optimization (in comments) jobs could be dependent so it may schedule them better, or they could become a single job that only executes the visibility algorithm once (it is executing twice, once per job)\n* There is 2 Jobs, one processes the visible triangle count (not accounts for face occlusion, just uses triangle normals and positions) and return that number\n* Then that \"Visible triangnle count\" is used to generate a mesh with that exact triangle count, and then the other job process the triangles to render using the same \"Visibility algorith\" that the first job\n\n* you can either use this script for processing once, or in real time\n\nThis script does this in real time:\n![GIF 09-06-2022 16-02-00](https://user-images.githubusercontent.com/38926085/172866338-a27723b8-9c78-4986-be71-9ba36e773836.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrys%2Frealtimemeshoptimizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrys%2Frealtimemeshoptimizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrys%2Frealtimemeshoptimizer/lists"}