{"id":19695445,"url":"https://github.com/tanis2000/overlap2d-net-runtime","last_synced_at":"2025-09-07T05:31:00.055Z","repository":{"id":138035303,"uuid":"47058235","full_name":"tanis2000/Overlap2D-NET-Runtime","owner":"tanis2000","description":"Overlap2D C# runtime","archived":false,"fork":false,"pushed_at":"2015-11-29T10:10:34.000Z","size":1167,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T12:45:36.113Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanis2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-29T09:55:04.000Z","updated_at":"2016-01-23T02:20:51.000Z","dependencies_parsed_at":"2023-03-13T20:52:04.917Z","dependency_job_id":null,"html_url":"https://github.com/tanis2000/Overlap2D-NET-Runtime","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tanis2000/Overlap2D-NET-Runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanis2000%2FOverlap2D-NET-Runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanis2000%2FOverlap2D-NET-Runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanis2000%2FOverlap2D-NET-Runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanis2000%2FOverlap2D-NET-Runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanis2000","download_url":"https://codeload.github.com/tanis2000/Overlap2D-NET-Runtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanis2000%2FOverlap2D-NET-Runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273997160,"owners_count":25204488,"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-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-11-11T19:27:54.382Z","updated_at":"2025-09-07T05:31:00.006Z","avatar_url":"https://github.com/tanis2000.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Overlap2D .NET Runtime\n======================\n\nThis is a simple port of the original Java runtime of Overlap2D. \n\nUsing this is as simple as referencing the Overlap2D-Net-Runtime project or including the files of the library.\nDeserialization can be done with the usual Newtonsoft's JSON serializer like this:\n\n```C#\n\t\t\tvar serializer = JsonSerializer.Create ();\n\t\t\t// If you add the Overlap2D exported object to your Resources folder on Mac use the following:\n\t\t\tvar s = File.OpenText(NSBundle.MainBundle.PathForResource (\"export/scenes/MainScene.dt\", null));\n\t\t\t// Otherwise you can directly reference the file path:\n\t\t\t//var s = File.OpenText (\"/Users/tanis/Downloads/overlap2d/examples/OverlapDemo/scenes/MainScene.dt\");\n\t\t\t// And finally deserialize the JSON to a SceneVO object\n\t\t\tvar scene = JsonConvert.DeserializeObject\u003cSceneVO\u003e(s.ReadToEnd());\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanis2000%2Foverlap2d-net-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanis2000%2Foverlap2d-net-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanis2000%2Foverlap2d-net-runtime/lists"}