{"id":24592178,"url":"https://github.com/girkovarpa/sciter-gamemaker","last_synced_at":"2025-08-01T16:11:39.505Z","repository":{"id":108437060,"uuid":"307609636","full_name":"GirkovArpa/sciter-gamemaker","owner":"GirkovArpa","description":"Trying (unsucessfully) to embed Sciter into a GameMaker Studio 2 window.","archived":false,"fork":false,"pushed_at":"2020-10-27T06:49:45.000Z","size":2653,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T02:47:16.802Z","etag":null,"topics":["gamemaker-studio-2","rust","sciter"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GirkovArpa.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}},"created_at":"2020-10-27T06:42:27.000Z","updated_at":"2024-12-31T16:55:05.000Z","dependencies_parsed_at":"2023-06-01T02:00:14.811Z","dependency_job_id":null,"html_url":"https://github.com/GirkovArpa/sciter-gamemaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GirkovArpa/sciter-gamemaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fsciter-gamemaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fsciter-gamemaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fsciter-gamemaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fsciter-gamemaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GirkovArpa","download_url":"https://codeload.github.com/GirkovArpa/sciter-gamemaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fsciter-gamemaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268257460,"owners_count":24221059,"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-08-01T02:00:08.611Z","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":["gamemaker-studio-2","rust","sciter"],"created_at":"2025-01-24T10:13:48.812Z","updated_at":"2025-08-01T16:11:39.488Z","avatar_url":"https://github.com/GirkovArpa.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sciter-GameMaker\n\nTrying to embed a Sciter window into a GameMaker Studio 2 game window.\n\n## GameMaker Script\n\nThis is executed in the room creation code of the first (and only) room in the test project.\n\n```gml\nvar foo = external_define(\n\t\"sciter_gamemaker.dll\", \n\t\"foo\", \n\tdll_cdecl,\n\tty_real, \n\t1, \n\tty_string\n);\nvar handle = window_handle();\nvar handle_as_hex_string = string(handle);\nexternal_call(foo, handle_as_hex_string);\n```\n\nNothing happens, except the game window is displayed which consists of just a horizontally scrolling image.\n\nHere is the official GameMaker documentation for [external_define](https://docs.yoyogames.com/source/dadiospice/002_reference/miscellaneous/external_define.html) and [external_call](https://docs.yoyogames.com/source/dadiospice/002_reference/miscellaneous/external_call.html).\n\n## Preview\n\n![GIF preview](preview.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirkovarpa%2Fsciter-gamemaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgirkovarpa%2Fsciter-gamemaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirkovarpa%2Fsciter-gamemaker/lists"}