{"id":24546820,"url":"https://github.com/phpgl/visu-quickstart","last_synced_at":"2025-04-15T16:43:16.862Z","repository":{"id":219843715,"uuid":"750067174","full_name":"phpgl/visu-quickstart","owner":"phpgl","description":"Bootstrap a minimal and very lightweight VISU application.","archived":false,"fork":false,"pushed_at":"2024-08-24T17:00:19.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T16:05:14.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpgl.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":"2024-01-29T23:17:08.000Z","updated_at":"2024-08-24T17:00:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b5a380d-fe14-4dc2-83f4-9e6dca5f5ac1","html_url":"https://github.com/phpgl/visu-quickstart","commit_stats":null,"previous_names":["phpgl/visu-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpgl%2Fvisu-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpgl%2Fvisu-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpgl%2Fvisu-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpgl%2Fvisu-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpgl","download_url":"https://codeload.github.com/phpgl/visu-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249110659,"owners_count":21214375,"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":[],"created_at":"2025-01-22T22:17:26.914Z","updated_at":"2025-04-15T16:43:16.838Z","avatar_url":"https://github.com/phpgl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VISU Quickstart\n\nThis is a quickstart guide to create a minimal and lightweight VISU application for rapid prototyping.\n\nUsing this quickstart will provide you with the bare minimum code and scaffolding for a simple VISU application. \nIf you're looking for the **full scaffolding** for more complex applications where you maintain full control, check out [VISU Starter](https://github.com/phpgl/visu-starter).\n\nThe Quickstart will provide the following:\n\n * A minimal application class `src/Application.php`.\n   - `draw` method with a simple rendering pipeline prebuilt.\n   - `update` method which is called at a fixed interval.\n * Simple game loop metrics, showing the current FPS, frame times, and update times.\n * Event handling and Input Events.\n   - An `InputContext` with no actions assigned. \n * Offscreen rendering to a texture by default. \n * Properly resizing render target and HDPI handling.\n * ECS (Entity Component System) is available. \n * Vector Graphics frame is preinitialized.\n\n## Prerequisites\n\n * PHP 8.1 or higher\n * PHP-GLFW extension installed\n * Composer\n\n## Usage\n\nUse Composer to create a new project based on visu-quickstart:\n\n```bash\ncomposer create-project phpgl/visu-quickstart -s dev --prefer-dist my-visu-project \n```\n\nAfter the installation is complete, you can start the application by running:\n\n```bash\ncd my-visu-project\nphp ./bin/start.php\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpgl%2Fvisu-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpgl%2Fvisu-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpgl%2Fvisu-quickstart/lists"}