{"id":16209216,"url":"https://github.com/gilzoide/high-level-gdnative-example","last_synced_at":"2026-05-16T17:06:01.173Z","repository":{"id":70590403,"uuid":"381525905","full_name":"gilzoide/high-level-gdnative-example","owner":"gilzoide","description":"Example project for High level GDNative C/C++ API (HGDN)","archived":false,"fork":false,"pushed_at":"2021-07-01T14:22:31.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T20:50:08.072Z","etag":null,"topics":["gdnative","godot","godot-engine"],"latest_commit_sha":null,"homepage":"","language":"C","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/gilzoide.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-29T23:56:32.000Z","updated_at":"2023-08-08T11:07:29.000Z","dependencies_parsed_at":"2023-04-25T22:01:49.248Z","dependency_job_id":null,"html_url":"https://github.com/gilzoide/high-level-gdnative-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gilzoide/high-level-gdnative-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Fhigh-level-gdnative-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Fhigh-level-gdnative-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Fhigh-level-gdnative-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Fhigh-level-gdnative-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gilzoide","download_url":"https://codeload.github.com/gilzoide/high-level-gdnative-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Fhigh-level-gdnative-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33111498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gdnative","godot","godot-engine"],"created_at":"2024-10-10T10:28:42.917Z","updated_at":"2026-05-16T17:06:01.158Z","avatar_url":"https://github.com/gilzoide.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example project for [High level GDNative C/C++ API (HGDN)](https://github.com/gilzoide/high-level-gdnative)\nThis project is a working example of HGDN usage. The source C code is located\nin the [gdnative](gdnative) folder, with a [Makefile](gdnative/Makefile) for\nbuilding it.\n\nThe `GDNativeLibrary` Resource [gdnative/example.gdnlib](gdnative/example.gdnlib)\nis configured with the Makefile targets' outputs and there is an example of\ncalling the functions directly using `GDNative.call_native` from GDScript in\nthe [example_call_native.gd](example_call_native.gd) file.\n\n\n## Building the GDNative library\nRun `make \u003ctarget\u003e` command from the `gdnative` folder. If running from project\nroot, add `-C gdnative` to tell `make` that the Makefile is in the `gdnative`\nfolder. Available targets are the following:\n```sh\n# Build for Windows x32. This uses MinGW if not running in Windows itself\n$ make -C gdnative windows32\n# Build for Windows x64. This uses MinGW if not running in Windows itself\n$ make -C gdnative windows64\n# Build for Linux x32\n$ make -C gdnative linux32\n# Build for Linux x64\n$ make -C gdnative linux64\n# Build for WebAssembly with Emscripten. HTML5 export preset must have GDNative enabled.\n$ make -C gdnative wasm32\n\n# Shorthand for building all targets described above at once\n$ make -C gdnative all\n```\nTODO:\n- Test Makefile on Windows, possibly will work only for Cygwin/MinGW\n- Add OSX, Android and iOS targets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilzoide%2Fhigh-level-gdnative-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgilzoide%2Fhigh-level-gdnative-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilzoide%2Fhigh-level-gdnative-example/lists"}