{"id":27068323,"url":"https://github.com/a740g/toolbox64","last_synced_at":"2025-08-01T20:34:27.795Z","repository":{"id":165003962,"uuid":"570891671","full_name":"a740g/Toolbox64","owner":"a740g","description":"A740g's collection of libraries for QB64-PE","archived":false,"fork":false,"pushed_at":"2024-04-13T16:41:23.000Z","size":5469,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T06:56:58.054Z","etag":null,"topics":["basic-programming","library","qb64","qb64-pe","qbasic","qbasic64","quickbasic","quickbasic64","retro"],"latest_commit_sha":null,"homepage":"","language":"C","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/a740g.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-11-26T13:20:56.000Z","updated_at":"2024-04-15T07:01:36.743Z","dependencies_parsed_at":"2024-04-15T07:01:35.727Z","dependency_job_id":"ff2d93be-160a-42fa-aca3-3220bacb8cce","html_url":"https://github.com/a740g/Toolbox64","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/a740g%2FToolbox64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a740g%2FToolbox64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a740g%2FToolbox64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a740g%2FToolbox64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a740g","download_url":"https://codeload.github.com/a740g/Toolbox64/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399895,"owners_count":20932876,"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":["basic-programming","library","qb64","qb64-pe","qbasic","qbasic64","quickbasic","quickbasic64","retro"],"created_at":"2025-04-05T20:37:08.569Z","updated_at":"2025-04-05T20:37:09.102Z","avatar_url":"https://github.com/a740g.png","language":"C","readme":"# TOOLBOX64\n\n[Toolbox64](https://github.com/a740g/Toolbox64) is a collection of libraries for [QB64-PE](https://www.qb64phoenix.com/) that I routinely uses in my QB64-PE projects.\n\n## USAGE\n\nThis is best used as a [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules). Follow these steps:\n\n1. Open your terminal and navigate to your project directory.\n2. Add this repository as a Git submodule in the `include` subdirectory:\n\n    ```bash\n    git submodule add https://github.com/a740g/Toolbox64 include\n    ```\n\n3. Initialize and fetch the submodule:\n\n    ```bash\n    git submodule update --init --recursive\n    ```\n\nIf you've added `Toolbox64` as a submodule in a directory named include, you can include library files in your project as follows:\n\n1. At the top of your code, include the .bi file (if available):\n\n    ```vb\n    '$Include:'include/library_name.bi'\n    ```\n\n2. Write your main code.\n\n3. At the bottom of your code, include the .bas file (if available):\n\n    ```vb\n    '$Include:'include/library_name.bas'\n    ```\n\n## NOTES\n\n- The code here is tailored to my coding style and conventions.\n- It is a work in progress and will continue to evolve.\n- Requires the latest version of [QB64-PE](https://github.com/QB64-Phoenix-Edition/QB64pe/releases/latest).\n- All files are provided in source-only form; no binaries are included.\n- All library files include proper guards, allowing them to be included multiple times, even from within other include files.\n- Files use standard `.bi` and `.bas` extensions for better syntax highlighting on GitHub (not `.bm`).\n- There is no formal documentation. Most of the code is self-explanatory. Example usage can often be found in my other QB64-PE projects, which include brief API references and example code.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa740g%2Ftoolbox64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa740g%2Ftoolbox64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa740g%2Ftoolbox64/lists"}