{"id":16913654,"url":"https://github.com/extrawurst/derelictfmod","last_synced_at":"2026-02-14T06:31:58.924Z","repository":{"id":31415761,"uuid":"34979126","full_name":"extrawurst/DerelictFmod","owner":"extrawurst","description":"Dynamic bindings of the fmod sound library in the D programming language","archived":false,"fork":false,"pushed_at":"2018-03-17T21:35:49.000Z","size":170,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-25T19:45:46.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.dlang.org/packages/derelict-fmod","language":"D","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/extrawurst.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}},"created_at":"2015-05-03T08:29:35.000Z","updated_at":"2018-03-17T21:35:50.000Z","dependencies_parsed_at":"2022-09-22T16:42:40.016Z","dependency_job_id":null,"html_url":"https://github.com/extrawurst/DerelictFmod","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/extrawurst/DerelictFmod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2FDerelictFmod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2FDerelictFmod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2FDerelictFmod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2FDerelictFmod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawurst","download_url":"https://codeload.github.com/extrawurst/DerelictFmod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawurst%2FDerelictFmod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2024-10-13T19:14:27.713Z","updated_at":"2026-02-14T06:31:58.908Z","avatar_url":"https://github.com/extrawurst.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"DerelictFmod [![Build Status](https://travis-ci.org/Extrawurst/DerelictFmod.svg)](https://travis-ci.org/Extrawurst/DerelictFmod)\n============\n\nNote:\nSupports fmod version 1.10.00\n\nA dynamic binding to [Fmod](http://www.fmod.org/) low level api and fmodstudio api (c-api) for the D Programming Language.\n\nFor information on how to build DerelictFmod and link it with your programs, please see the post [Using Derelict](https://derelictorg.github.io/using.html) at the The One With D.\n\nSee more detailed example app [here](source/app.d).\n\nJust initializing of the bindings:\n\n```D\nimport derelict.fmod.fmod;\n\nvoid main() {\n    // Load the Fmod library.\n    DerelictFmod.load();\n    // Load the Fmod studio library.\n    DerelictFmodStudio.load();\n\n    // Now Fmod functions can be called.\n    ...\n}\n```\n\nNote: Do not forget to download the official fmod binaries (shared libraries).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawurst%2Fderelictfmod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawurst%2Fderelictfmod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawurst%2Fderelictfmod/lists"}