{"id":33111662,"url":"https://github.com/createthis/mesh_maker_vr","last_synced_at":"2025-11-19T19:02:17.011Z","repository":{"id":151122621,"uuid":"96534167","full_name":"createthis/mesh_maker_vr","owner":"createthis","description":"Mesh Maker VR","archived":false,"fork":false,"pushed_at":"2017-10-06T13:40:10.000Z","size":50324,"stargazers_count":54,"open_issues_count":1,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-22T13:45:35.555Z","etag":null,"topics":["3d-modelling","color-picker","createthis","csharp","mesh","mesh-engine","mesh-maker-vr","realtime-mesh-engine","steamvr","unity","unity-test-tools","unity3d","vertex","vertex-shaders","vr","vr-3d-modeling","vr-apps","vr-mesh"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/createthis.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}},"created_at":"2017-07-07T11:57:32.000Z","updated_at":"2024-04-25T21:42:59.000Z","dependencies_parsed_at":"2024-01-14T20:26:36.037Z","dependency_job_id":null,"html_url":"https://github.com/createthis/mesh_maker_vr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/createthis/mesh_maker_vr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/createthis%2Fmesh_maker_vr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/createthis%2Fmesh_maker_vr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/createthis%2Fmesh_maker_vr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/createthis%2Fmesh_maker_vr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/createthis","download_url":"https://codeload.github.com/createthis/mesh_maker_vr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/createthis%2Fmesh_maker_vr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285309405,"owners_count":27149893,"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-11-19T02:00:05.673Z","response_time":65,"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":["3d-modelling","color-picker","createthis","csharp","mesh","mesh-engine","mesh-maker-vr","realtime-mesh-engine","steamvr","unity","unity-test-tools","unity3d","vertex","vertex-shaders","vr","vr-3d-modeling","vr-apps","vr-mesh"],"created_at":"2025-11-15T01:00:43.583Z","updated_at":"2025-11-19T19:02:16.987Z","avatar_url":"https://github.com/createthis.png","language":"C#","funding_links":["https://www.patreon.com/createthis"],"categories":["Unity VR Plugin:"],"sub_categories":["PSVR"],"readme":"This is the full source code to Mesh Maker VR.\n\nNOTE: This is the development version of Mesh Maker VR, not the production version. We were in the middle of a massive refactor when we decided to release MMVR as open source, so the code is a lot cleaner than the production code. However, reference images and alignment tools are broken. We were in the middle of re-implementing these as 2.0 versions with additional features. Everything else should work as expected.\n\n# Dependencies\n\nThis project currently uses Unity 5.6.2f1. Get it here: [https://store.unity.com](https://store.unity.com)\n\nUnity Asset Store Dependencies:\n* [ProBuilder](https://www.assetstore.unity3d.com/#!/content/11919?aid=1100l35sb) (free version - I'm pretty sure we're not using this, but it may be required by the scene)\n* [VR Gimbal Camera](https://www.assetstore.unity3d.com/#!/content/92219?aid=1100l35sb) (required by the scene, but not really necessary. Feel free to remove it.)\n* [SteamVR](https://www.assetstore.unity3d.com/#!/content/32647?aid=1100l35sb)\n* [Simple Color Picker](https://www.assetstore.unity3d.com/#!/content/7353?aid=1100l35sb)\n* [UnityTestTools](https://www.assetstore.unity3d.com/#!/content/13802?aid=1100l35sb) (necessary to run integration tests)\n\n  Note that UnityTestTools is slightly broken in modern Unity. Fix it by deleting the test that contains ExpectedException. I've included a patch to do this quickly and easily from git bash on windows:\n```bash\npatch -p2 \u003c UnityTestTools.patch\n```\n\n* [The Amazing Wireframe Shader](https://www.assetstore.unity3d.com/#!/content/18794?aid=1100l35sb) (Note that this takes 30 minutes to compile on a 6700k i7 with 32 gb of ram. I have no idea why. It's a good asset otherwise.)\n\n  Note that I've included a patch to The Amazing Wireframe Shader that adds face normals. To install:\n```bash\npatch -p2 --binary \u003c VacuumShaders_Add_Face_Normals.patch\n```\n* [TheLabRenderer](https://www.assetstore.unity3d.com/#!/content/63141?aid=1100l35sb) (I'm pretty sure we're not using this, but it may be required by the scene)\n* [Free Sunset skybox](https://www.assetstore.unity3d.com/#!/content/4183?aid=1100l35sb) (skyb1)\n\nThis project also requires the CreateThis VR UI project. It's available [here](https://github.com/createthis/createthis_vr_ui) on github. Just copy over the Assets/CreateThis folder into the Assets directory.\n\n# Licensing\n\nThe included code is MIT Licensed. However, the integration tests use a Pikachu model with the following license:\n\nLow-Poly Pikachu by FLOWALISTIK is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.\n\n# Chat\n\nSlack channel: [meshmakervr](https://meshmakervr.slack.com) [(Join link)](https://join.slack.com/t/meshmakervr/shared_invite/enQtMjUyNDA4MTgxNTQxLTQwMmQzMDQzODUwYjdjOGVlMDRkY2NmZjczNWUzZGJkMjhkMzg3ZGM5YjBlMDZkOTAyMWNlYzhjYTNkOGY1YWU)\n\n# Patreon\n\nLove this project and want to help it be successful? Support us on Patreon, today: [Mesh Maker VR Patreon Page](https://www.patreon.com/createthis)\n\n**NOTE: Before this project was open sourced it was making about $348 per month on Steam. If we reach that goal in Patreon pledges development will continue unchanged.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreatethis%2Fmesh_maker_vr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreatethis%2Fmesh_maker_vr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreatethis%2Fmesh_maker_vr/lists"}