{"id":13838466,"url":"https://github.com/AryanpurTech/BlueEngine","last_synced_at":"2025-07-10T21:33:01.838Z","repository":{"id":39715427,"uuid":"329387172","full_name":"AryanpurTech/BlueEngine","owner":"AryanpurTech","description":"Blue Engine is a general-purpose and easy-to-use graphics engine written in rust.","archived":false,"fork":false,"pushed_at":"2024-03-30T12:42:19.000Z","size":33496,"stargazers_count":305,"open_issues_count":4,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-21T09:05:19.342Z","etag":null,"topics":["game-development","game-engine","graphics","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AryanpurTech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-01-13T17:46:21.000Z","updated_at":"2024-05-09T00:37:15.000Z","dependencies_parsed_at":"2023-07-14T09:15:28.724Z","dependency_job_id":"84674826-7c0b-41c2-8a53-e33085b9b8c6","html_url":"https://github.com/AryanpurTech/BlueEngine","commit_stats":{"total_commits":206,"total_committers":8,"mean_commits":25.75,"dds":0.05339805825242716,"last_synced_commit":"c4f19186899c5e9d6a286bb54cc097228fb2e25e"},"previous_names":["bluemazar/blueengine"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AryanpurTech%2FBlueEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AryanpurTech%2FBlueEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AryanpurTech%2FBlueEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AryanpurTech%2FBlueEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AryanpurTech","download_url":"https://codeload.github.com/AryanpurTech/BlueEngine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225275660,"owners_count":17448389,"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-development","game-engine","graphics","rust"],"created_at":"2024-08-04T15:01:58.408Z","updated_at":"2025-07-10T21:33:01.833Z","avatar_url":"https://github.com/AryanpurTech.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/AryanpurTech/BlueEngineDocs/master/resources/logo_3d.gif\" loop=infinite width=\"100%\" /\u003e\r\n\r\n[![Build](https://github.com/AryanpurTech/BlueEngine/actions/workflows/build.yml/badge.svg)](https://github.com/AryanpurTech/BlueEngine/actions/workflows/build.yml)\r\n[![rust-clippy analyze](https://github.com/AryanpurTech/BlueEngine/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/AryanpurTech/BlueEngine/actions/workflows/rust-clippy.yml)\r\n[![Static Badge](https://img.shields.io/badge/Join-The_Discord-blue?style=flat\u0026logo=discord\u0026color=blue)](https://discord.com/invite/s7xsj9q)\r\n[![Static Badge](https://img.shields.io/badge/Read_The_Docs-blue?style=flat\u0026logo=docsdotrs\u0026color=%23000000)](https://docs.rs/blue_engine)\r\n\r\nMake sure to use latest Rust version, as the engine is always kept up to date.\r\n\r\n## About\r\n\r\nBlue Engine is a general-purpose, easy-to-use, extendable, and portable graphics engine written in rust. The engine can run on many popular back-end APIs including Vulkan, D3D-12, GL-ES, and Metal as well as Windows, Linux, Mobile, and OSX to ensure cross-platform compatibility.\r\n\r\nHello World:\r\n\r\n```rust\r\nuse blue_engine::{\r\n    prelude::{ Engine, ObjectSettings },\r\n    primitive_shapes::triangle\r\n};\r\n\r\nfn main() -\u003e Result\u003c(), blue_engine::error::Error\u003e {\r\n    // initialize the engine\r\n    let mut engine = Engine::new()?;\r\n\r\n    // create a triangle\r\n    triangle(\"my triangle\", ObjectSettings::default(), \u0026mut engine.renderer, \u0026mut engine.objects)?;\r\n\r\n    // run the engine\r\n    engine\r\n        .update_loop(move |_| {})?;\r\n\r\n    Ok(())\r\n}\r\n```\r\n\r\n- [WIP] [Guide](https://docs.rs/blue_engine/latest/blue_engine/)\r\n\r\n- Check out the [examples](https://github.com/AryanpurTech/BlueEngine/tree/master/examples) folder to get a sense of how things are done\r\n\r\n- Check out the [utilities library](https://crates.io/crates/blue_engine_utilities) for extra functionality with the engine\r\n\r\n_the credits to the image on top: NotPB_\r\n\r\n_The project isn't dead, just the development might seem slow sometimes._\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAryanpurTech%2FBlueEngine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAryanpurTech%2FBlueEngine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAryanpurTech%2FBlueEngine/lists"}