{"id":20989635,"url":"https://github.com/redorav/premake-xbox360","last_synced_at":"2025-04-12T04:43:17.416Z","repository":{"id":48243893,"uuid":"136664686","full_name":"redorav/premake-xbox360","owner":"redorav","description":"Premake module for the Xbox 360","archived":false,"fork":false,"pushed_at":"2023-09-03T17:43:37.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-19T06:31:30.521Z","etag":null,"topics":["premake","xbox-360"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/redorav.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":"2018-06-08T20:47:49.000Z","updated_at":"2024-03-04T08:45:49.000Z","dependencies_parsed_at":"2024-11-19T06:41:12.452Z","dependency_job_id":null,"html_url":"https://github.com/redorav/premake-xbox360","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redorav%2Fpremake-xbox360","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redorav%2Fpremake-xbox360/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redorav%2Fpremake-xbox360/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redorav%2Fpremake-xbox360/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redorav","download_url":"https://codeload.github.com/redorav/premake-xbox360/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234757153,"owners_count":18881936,"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","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":["premake","xbox-360"],"created_at":"2024-11-19T06:25:37.175Z","updated_at":"2025-01-20T08:07:41.516Z","avatar_url":"https://github.com/redorav.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Xbox 360 module\n===============\n\nThis module allows you to create projects that will compile with the Xbox 360 XDK.\n\nHow to use\n==========\n\nClone or download the repository somewhere where Premake can find it. In your project's premake script import the module like this:\n\n```lua\nrequire(\"premake-xbox360/xbox360\")\n```\n\nExample\n=======\n\n```lua\nworkspace \"MyWorkspace\"\n\tconfigurations { \"Debug\", \"Release\" }\t\n\t\n\tplatforms { \"MyXbox360Config\" }\n\t\n\tfilter { \"platforms:MyXbox360Config\" }\n\t\tsystem(\"xbox360\")\n\t\n\t\t-- Xbox360-specific properties\n\t\txexoutput(\"test_output.xex\")\n\t\ttitleid(\"0x1234567\")\n\t\tbaseaddress(\"0x88000000\")\n\t\tinlineassembly(\"true\")\n\t\tprescheduling(\"true\")\n\t\tcallattributedprofiling(\"callcap\")\n```\n\nThe full list of available api extensions can be found in _preload.lua\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredorav%2Fpremake-xbox360","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredorav%2Fpremake-xbox360","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredorav%2Fpremake-xbox360/lists"}