{"id":15610463,"url":"https://github.com/richpeck/engine_demo","last_synced_at":"2026-05-07T21:43:05.776Z","repository":{"id":72453399,"uuid":"561205162","full_name":"richpeck/engine_demo","owner":"richpeck","description":"Test/demo JS engine.","archived":false,"fork":false,"pushed_at":"2023-12-29T15:02:12.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T15:40:04.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://richpeck.github.io/engine_demo/","language":"CSS","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/richpeck.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":"2022-11-03T07:20:10.000Z","updated_at":"2022-11-18T22:03:07.000Z","dependencies_parsed_at":"2023-12-29T15:49:47.435Z","dependency_job_id":null,"html_url":"https://github.com/richpeck/engine_demo","commit_stats":{"total_commits":82,"total_committers":1,"mean_commits":82.0,"dds":0.0,"last_synced_commit":"48e06288556b953cbadcfba96a4f8dae4cad589e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richpeck%2Fengine_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richpeck%2Fengine_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richpeck%2Fengine_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richpeck%2Fengine_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richpeck","download_url":"https://codeload.github.com/richpeck/engine_demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241967054,"owners_count":20050331,"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":"2024-10-03T06:01:41.510Z","updated_at":"2025-12-02T23:01:53.415Z","avatar_url":"https://github.com/richpeck.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Demo code to make a simple 3D engine with JS\nWorks by taking a standard webpage and implementing a number of elements which are used to update the UI etc\n\n# Structure \n```\nEngine (main app)\n├── Canvas (viewport)\n├── World  (top level worldview - basically includes mapping info)\n├── HUD    (heads up display shown at the bottom of viewport)\n├── Player (player object)\n├── other stuff\n```\n\nEach object is invoked within the context of the Engine --\u003e IE \"$engine = Engine.new; $player = $engine.player.new\".\n\nThe point is to initialize the engine and within that instance, create a new instance of a player, world etc.\n\n--\n\n# Engine\n\nThe main ingress point into the app is the `Engine` class.\n\nThis is invoked in the HTML page and is designed to handle user inputs.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichpeck%2Fengine_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichpeck%2Fengine_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichpeck%2Fengine_demo/lists"}