{"id":22339641,"url":"https://github.com/EngineMachiner/mindbox","last_synced_at":"2025-10-14T17:31:17.834Z","repository":{"id":65555079,"uuid":"415707366","full_name":"EngineMachiner/mindbox","owner":"EngineMachiner","description":"mind$box is a debug console for StepMania 5 and OutFox.","archived":false,"fork":false,"pushed_at":"2025-07-02T22:32:42.000Z","size":1174,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T23:28:57.616Z","etag":null,"topics":["console","debugging","game-development","open-source","outfox","stepmania","taplua"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EngineMachiner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"ko_fi":"Engine_Machiner"}},"created_at":"2021-10-10T21:45:05.000Z","updated_at":"2025-07-02T22:32:46.000Z","dependencies_parsed_at":"2025-03-02T05:18:24.757Z","dependency_job_id":"e0326545-2da3-486d-89c1-4a02ad76fdcb","html_url":"https://github.com/EngineMachiner/mindbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EngineMachiner/mindbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineMachiner%2Fmindbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineMachiner%2Fmindbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineMachiner%2Fmindbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineMachiner%2Fmindbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EngineMachiner","download_url":"https://codeload.github.com/EngineMachiner/mindbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineMachiner%2Fmindbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020077,"owners_count":26086806,"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-10-14T02:00:06.444Z","response_time":60,"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":["console","debugging","game-development","open-source","outfox","stepmania","taplua"],"created_at":"2024-12-04T07:08:59.379Z","updated_at":"2025-10-14T17:31:17.830Z","avatar_url":"https://github.com/EngineMachiner.png","language":"Lua","funding_links":["https://ko-fi.com/Engine_Machiner","https://ko-fi.com/W7W32691S"],"categories":[],"sub_categories":[],"readme":"[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W32691S)\n\n# mind$box\n\n**mind$box** is a **debug console** for **[StepMania 5](https://github.com/stepmania/stepmania) and [OutFox](https://github.com/TeamRizu/OutFox)** \ndesigned to display information and data.\n\nhttps://github.com/user-attachments/assets/6b68068e-5170-4935-9646-03ab4d3cb311\n\nmind$box focuses to be compatible with newer game builds, so it may not be\ncompatible with older versions.\n\n## Installation\n\n  1. Install [tapLua](https://github.com/EngineMachiner/tapLua).\n\n### Linux\n\n  2. Run the next commands in the game directory:\n  ```console\n  curl -o mindbox.sh https://raw.githubusercontent.com/EngineMachiner/mindbox/refs/heads/master/setup.sh\n  ./mindbox.sh; rm mindbox.sh\n  ```\n\n---\n\nOr it can be installed manually:\n\nBe aware that to successfully install mind$box in your game build, it's important to have a **basic understanding of scripting and theme structure**.\n\n  2. Clone the repository in the modules folder.\n  ```\n  git clone https://github.com/EngineMachiner/mindbox mind\\$box\n  ```\n\n  3. Load it after tapLua.\n  ```lua\n    LoadModule(\"mind$box/mind$box.lua\") -- After loading tapLua...\n  ```\n\n  4. Add the console actor as a persistent actor:\n  ```lua\n  mindbox.console() -- fallbacks's ScreenSystemLayer aux.lua\n  ```\n\n  5. Use `mindbox.print(...)` to print on the console or `mindbox.sysPrint(...)` to use the system message function.\n\n---\n\nRemember, if you're having problems with the texture being white, not showing up \nand you're using legacy builds, you should enable only OpenGL as renderer in \nyour `Preferences.ini` due to D3D not being able to render textures in these builds.\n```\nVideoRenderers=opengl\n```\n\n## Credits\n- [TeamRizu](https://github.com/TeamRizu)\n\nThank you to everyone who contributed to the development of this project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEngineMachiner%2Fmindbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEngineMachiner%2Fmindbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEngineMachiner%2Fmindbox/lists"}