{"id":16734625,"url":"https://github.com/Hork-Engine/Hork-Source","last_synced_at":"2025-10-31T22:30:20.933Z","repository":{"id":40597999,"uuid":"133911958","full_name":"Hork-Engine/Hork-Source","owner":"Hork-Engine","description":"3D Game Engine","archived":false,"fork":false,"pushed_at":"2024-10-23T20:34:30.000Z","size":66610,"stargazers_count":165,"open_issues_count":9,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-24T08:20:39.415Z","etag":null,"topics":["3d","3d-engine","forward-plus","framegraph","game-development","game-engine","gamedev","hork","hork-engine","open-source","opengl","pbr"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hork-Engine.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}},"created_at":"2018-05-18T06:22:06.000Z","updated_at":"2024-10-22T08:20:43.000Z","dependencies_parsed_at":"2024-10-24T01:08:05.502Z","dependency_job_id":null,"html_url":"https://github.com/Hork-Engine/Hork-Source","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hork-Engine%2FHork-Source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hork-Engine%2FHork-Source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hork-Engine%2FHork-Source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hork-Engine%2FHork-Source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hork-Engine","download_url":"https://codeload.github.com/Hork-Engine/Hork-Source/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239236414,"owners_count":19604902,"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":["3d","3d-engine","forward-plus","framegraph","game-development","game-engine","gamedev","hork","hork-engine","open-source","opengl","pbr"],"created_at":"2024-10-13T00:00:49.236Z","updated_at":"2025-10-31T22:30:20.729Z","avatar_url":"https://github.com/Hork-Engine.png","language":"C++","readme":"# Hork Engine\n\nGame engine\n\nDeveloped for Quake-style 3D games, but it is possible to create games of other genres.\n\n# Features\n\n## Technical information\n* C++  \n* Windows7+, Linux  \n* 64 bit only\n* Data oriented design\n* With no exceptions\n\n## GameObject-Component based world architecture\n* The world has a modular structure - it's easy to add new features\n* Composition instead of inheritance, objects are extended by different components\n* Handles instead of pointers\n* ECS (Entity-Component-System) can be easily integrated into an existing model\n* Asynchronous loading of resources\n\n## Rendering\n* Forward+ clustered renderer based on OpenGL4.6 core\n* Modern Framegraph architecture\n* Material graph with automatic shader generation, material instancing\n* Physically Based Rendering\n* Antialiasing (FXAA, SMAA), specular antialiasing (Toksvig, vMF baked to Roughness)\n* Screen space reflections\n* Postprocessing effects (Bloom, Dynamic exposure, Tonemapping, Color grading LUT/procedural, Vegnette)\n* Motion Blur (per-object, per-bone)\n* Horizon-based Ambient Occlusion (HBAO)\n* Tessellation Flat/PN with displacement mapping\n* Parallax mapping\n\n## Physics\n* Simulation of rigid bodies, collision detection, triggers, character controller, water buoyancy calculations.\n\n## Audio\n* 2D and spatialized 3D / HRTF\n* Unlimited audio sources\n* OGG, FLAC, MP3, WAV\n* Audio resampling\n\n## Cinematic\n* MPEG1 Video decoder\n* Animated Gif\n\n## Input system\n* Keyboard, Mouse, Game controllers\n* Mapping to Axes and Actions\n   \n## Animation\n* Skeletal animation, inverse kinematics, sockets\n\n## Navigation\n* Tiled navigation mesh\n* Path finding\n* Off-mesh links\n* Dynamic obstacles\n\n## UI\n* Customizable UI\n* Antialiased vector rendering, HTML5 - like canvas API\n* TTF fonts\n\n## Asset processing\n* All types of block compression and decompression: BC1-7\n* Image resampling\n* sRGB / Premultiplied alpha aware\n* WEBP, PNG, PSD, PNM, PIC, JPG, BMP, TGA, HDR, EXR, GIF\n* 3D formats: FBX, GLTF 2.0, OBJ\n* IES profiles\n* SVG rasterization\n* Various geometry processing: convex decomposition, triangulation, polygon clipping\n   \n## Used third-party libraries\n* bc7enc\n* bcdec\n* cgltf\n* Clipper\n* EASTL\n* FastLZ\n* fast_float\n* fast_obj\n* {fmt}\n* GLEW\n* giflib\n* glslang\n* glutess\n* HACD\n* Jolt Physics\n* libwebp\n* lunasvg (freetype, plutovg as part of lunasvg)\n* MikkTSpace\n* mimalloc\n* miniaudio\n* Miniz\n* muFFT\n* nanovg\n* Optick\n* ozz-animation\n* pl_mpeg\n* Recast \u0026 Detour\n* SDL3\n* stb\n* tinyexr\n* ufbx\n* V-HACD\n* FXAA\n* SMAA\n* half.c\n\nSee [details](ThirdParty.md).\n\n\n## Contributing\nContributions are very welcome.\n\n\n## Airplane minigame demo\n[![Airplane minigame](http://img.youtube.com/vi/T9h7byyu_eQ/0.jpg)](https://youtu.be/T9h7byyu_eQ \"Airplane minigame\")\n\n\n## Install\n\ngit clone --recurse-submodules https://github.com/Hork-Engine/Hork-Source\n\nUse Cmake to configure/generate project\n\nOld version of the engine:\\\nhttps://github.com/Hork-Engine/Hork-Source-Archive\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHork-Engine%2FHork-Source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHork-Engine%2FHork-Source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHork-Engine%2FHork-Source/lists"}