{"id":39937476,"url":"https://github.com/blainnflareengine/blainnflareengine","last_synced_at":"2026-01-26T23:30:18.629Z","repository":{"id":313473468,"uuid":"1051551621","full_name":"BlainnflareEngine/BlainnflareEngine","owner":"BlainnflareEngine","description":"Blainnflare is an MVP game engine developed as part of a course project at ITMO University.","archived":false,"fork":false,"pushed_at":"2026-01-16T00:23:57.000Z","size":6618,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-16T05:59:00.981Z","etag":null,"topics":["directx","directx12","ecs","game-engine","physically-based-rendering","qt6"],"latest_commit_sha":null,"homepage":"","language":"C++","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/BlainnflareEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T08:23:42.000Z","updated_at":"2026-01-15T22:40:59.000Z","dependencies_parsed_at":"2025-12-18T18:04:49.600Z","dependency_job_id":null,"html_url":"https://github.com/BlainnflareEngine/BlainnflareEngine","commit_stats":null,"previous_names":["jaroslav2324/blainnflareengine","blainnflareengine/blainnflareengine"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BlainnflareEngine/BlainnflareEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlainnflareEngine%2FBlainnflareEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlainnflareEngine%2FBlainnflareEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlainnflareEngine%2FBlainnflareEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlainnflareEngine%2FBlainnflareEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlainnflareEngine","download_url":"https://codeload.github.com/BlainnflareEngine/BlainnflareEngine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlainnflareEngine%2FBlainnflareEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["directx","directx12","ecs","game-engine","physically-based-rendering","qt6"],"created_at":"2026-01-18T19:00:45.098Z","updated_at":"2026-01-24T11:14:22.353Z","avatar_url":"https://github.com/BlainnflareEngine.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlainnflareEngine\n\n## Building the engine\n\nTo build the engine you need **CMake** and **Qt 6.9.2 msvc2022_64** installed. Cmake can be downloaded from the [official download page](https://cmake.org/download/). Qt can be downloaded from the official [Qt online installer](https://www.qt.io/development/download) or with [aqt installer](https://github.com/miurahr/aqtinstall).\n\nOpen the libs folder and run the clone_dependencies.bat.\n\nIf you want to build without the editor run with flag\n\u003cpre\u003e-DBLAINN_EXCLUDE_EDITOR=ON\u003c/pre\u003e\n\n\u003cp\u003eOpen the project in your IDE of choice, and when generating the CMake you need to specify the flag  \u003c/p\u003e\n\u003cpre\u003e\n-DCMAKE_PREFIX_PATH=\"[your path to Qt]/msvc2022_64/lib/cmake\" \n\u003c/pre\u003e\n\n\u003cp\u003eYou may possibly need to also add\u003c/p\u003e\n\u003cpre\u003e-DCMAKE_POLICY_VERSION_MINIMUM=3.5\u003c/pre\u003e\n\n## Profiler\n\u003cp\u003e\nThis project uses Tracy Profiler(https://github.com/wolfpld/tracy).\n\u003c/p\u003e\n\n\u003cp\u003e\nThis is a live profiler, meaning you need to launch a separate app that would listen to your application.\nTo build Tracy you need to run these two commands from tracy directory (libs/tracy, in our case)\n\u003c/p\u003e\n\u003cpre\u003ecd libs/tracy \u0026\u0026 cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release\u003c/pre\u003e\nThis would generate the build for config for us and\n\u003cpre\u003ecmake --build profiler/build --config Release --parallel\u003c/pre\u003e\nwould actually build it.\n\u003cp\u003e\nAfter compiling it would generate the executable in release folder (libs/tracy/profiler/build/Release). Run tracy and then the target app, in tracy you'd be able to connect to your app and see the profiler.\n\u003c/p\u003e\n\u003cp\u003eRunning it would look like\u003c/p\u003e\n\u003cpre\u003e.\\profiler\\build\\Release\\tracy-profiler.exe\u003c/pre\u003e\n\u003cp\u003efrom libs/tracy. Or\u003c/p\u003e\n\u003cpre\u003e .\\libs\\tracy\\profiler\\build\\Release\\tracy-profiler.exe  \u003c/pre\u003e\n\u003cp\u003e From engine (repo) base directory. \u003c/p\u003e\n\u003cp style=\"color:#888888\"\u003eYou can, of cource, run it by opening up this directory in your file explorer.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblainnflareengine%2Fblainnflareengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblainnflareengine%2Fblainnflareengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblainnflareengine%2Fblainnflareengine/lists"}