{"id":23410101,"url":"https://github.com/swiiz/rgine","last_synced_at":"2025-04-09T02:45:41.032Z","repository":{"id":240086084,"uuid":"801619100","full_name":"Swiiz/rgine","owner":"Swiiz","description":"🦀 Rust modular game engine. ⏳ Work in progress","archived":false,"fork":false,"pushed_at":"2024-05-28T16:28:05.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T21:02:25.834Z","etag":null,"topics":["game-engine","gamedev","rust","rust-gamedev"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Swiiz.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-05-16T15:25:03.000Z","updated_at":"2024-05-28T16:28:09.000Z","dependencies_parsed_at":"2024-05-27T23:44:29.767Z","dependency_job_id":null,"html_url":"https://github.com/Swiiz/rgine","commit_stats":null,"previous_names":["swiiz/rengine","swiiz/rgine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiiz%2Frgine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiiz%2Frgine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiiz%2Frgine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiiz%2Frgine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swiiz","download_url":"https://codeload.github.com/Swiiz/rgine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968245,"owners_count":21025797,"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":["game-engine","gamedev","rust","rust-gamedev"],"created_at":"2024-12-22T16:17:38.091Z","updated_at":"2025-04-09T02:45:41.013Z","avatar_url":"https://github.com/Swiiz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠 Rgine [![Documentation][doc-img]][doc-url]\n\n[doc-img]: https://img.shields.io/badge/docs.rs-rgine-4d76ae\n[doc-url]: https://Swiiz.github.io/rgine\n\n**🦀 Rust modular game engine made from scratch.\nThe code is divided into crates, each having example to better understand how the engine works.**\n\nCheck out the todo list at `todo.txt`.\n\n## Examples and how to run\n\n\u003e Event scheduling debug logging can be enabled using the flag `--features \"rgine/schedulelog\"` or the `schedulelog` feature of the rgine root crate. (Consider logging into a file using for example `\u003e log.txt` on windows)\n\n### Main examples:\n\n- **2D Rendering:**  \nPath: `examples/render2d`  \nHow to run: `cargo run -p rgine_render2d_example`\n\n### Core modules examples:\n\n\u003e Event scheduling debug logging can be enabled using the flag `--features \"rgine_modules/debuglog\"` or the `debuglog` feature of the crate. (Consider logging into a file using for example `\u003e log.txt` on windows)\n\n#### Graphics context:\n\n- **Simple Render pass:**  \nPath: `core/graphics/examples/simple.rs`  \nHow to run: `cargo run -p rgine_graphics --example simple`\n\n#### Platform:\n\n- **Windowed:**  \nPath: `core/platform/examples/windowed.rs`  \nHow to run: `cargo run -p rgine_platform --example windowed`\n\n- **Headless:** TODO...\n\n#### Modules:\n\n- **Walkthrough:**  \nPath: `core/modules/examples/walkthrough.rs`  \nHow to run: `cargo run -p rgine_modules --example walkthrough`\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiiz%2Frgine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiiz%2Frgine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiiz%2Frgine/lists"}