{"id":15048061,"url":"https://github.com/tweakoz/orkid","last_synced_at":"2025-04-10T01:13:28.860Z","repository":{"id":6877345,"uuid":"8126536","full_name":"tweakoz/orkid","owner":"tweakoz","description":"Orkid Media Engine (C++/Lua/Python3/Linux/MacOs/OpenVR)","archived":false,"fork":false,"pushed_at":"2025-04-09T22:58:07.000Z","size":283654,"stargazers_count":31,"open_issues_count":85,"forks_count":8,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-04-09T23:31:37.841Z","etag":null,"topics":["audio","bullet-physics","cplusplus-20","cuda","ecs","game-development","game-engine","gltf2","graphics","kurzweil-k2000","linux","mac","openvdb","particles","pbr-shading","python3","pytorch","simulation","virtual-reality","vulkan"],"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/tweakoz.png","metadata":{"files":{"readme":"README.md","changelog":"changes","contributing":null,"funding":".github/FUNDING.yml","license":"license-mit.txt","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},"funding":{"patreon":"tweakoz"}},"created_at":"2013-02-10T18:59:26.000Z","updated_at":"2025-04-09T22:58:10.000Z","dependencies_parsed_at":"2023-09-23T18:43:26.204Z","dependency_job_id":"95124d7c-d707-4d52-8fdc-9acc6f95f948","html_url":"https://github.com/tweakoz/orkid","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweakoz%2Forkid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweakoz%2Forkid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweakoz%2Forkid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tweakoz%2Forkid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tweakoz","download_url":"https://codeload.github.com/tweakoz/orkid/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131363,"owners_count":21052817,"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":["audio","bullet-physics","cplusplus-20","cuda","ecs","game-development","game-engine","gltf2","graphics","kurzweil-k2000","linux","mac","openvdb","particles","pbr-shading","python3","pytorch","simulation","virtual-reality","vulkan"],"created_at":"2024-09-24T21:07:35.004Z","updated_at":"2025-04-10T01:13:28.795Z","avatar_url":"https://github.com/tweakoz.png","language":"C++","funding_links":["https://patreon.com/tweakoz"],"categories":[],"sub_categories":[],"readme":"\n![logo](https://github.com/tweakoz/orkid/blob/develop/ork.data/dox/doxylogo.png \"OrkidLogo\")\n\n\n### [BuildStatus](https://www.orkid-engine.dev:4431)\n\n* Ubuntu 22.04 [![CISTATUS](https://www.orkid-engine.dev:4431/orkid-ix-ub2204/develop/status.svg)](https://www.orkid-engine.dev:4431)\n* Ubuntu 20.04 [![CISTATUS](https://www.orkid-engine.dev:4431/orkid-ix-ub2004/develop/status.svg)](https://www.orkid-engine.dev:4431)\n\n### Description\n\nOrkid is a C++23 flexible media presentation engine. By media, we mean games, realtime 2d/3d graphics, and/or audio. Orkid itself is licensed with the permissive MIT license, that said Orkid does have dependencies on other libraries which will have different licenses and it is left up to the user to remain compliant with them. Orkid, being fairly modular can be run with less dependencies and reduced functionality to simplify license creep.\n\n### History\n\nEarly Orkid was used for a a few games by Santa Cruz Games. It was used as both a game engine and tooling infrastructure.\n * [Godzilla Unleashed for Nintendo DS (2007)](https://www.youtube.com/watch?v=832QifjseQ4)\n * [Tomb Raider Underworld for Nintendo DS (2008)](https://www.youtube.com/watch?v=PP5SJN-HIFE)\n * [Igor The Game for the Wii and PC (2008)](https://www.youtube.com/watch?v=lEsus2UA9lg)\n * [Spongebob Gravjet Racing for Wii/Pc/XBox360 (2009)](https://www.youtube.com/watch?v=8X90xEPwyVE)\n \n \nSoftware Development Information\n========\nInstallation via PyPi (in progress, not working yet...)\n\n```pip3 install orkid```\n\n[How to build](ork.dox/building.md)\n\n[How to run](ork.dox/running.md)\n\n[GLSLFX shader format docs](ork.dox/glslfx.md)\n\n[EngineLibraryTopology](ork.dox/engine_layout.md)\n   * [Ork.Core.Reflection](ork.dox/reflection.md)\n   * [Ork.Core.Datablocks](ork.dox/datablocks.md)\n   * [Ork.Core.ThreadingPolicy](ork.dox/threading-policy.md)\n   * [Ork.Core.Parser](ork.dox/parser.md)\n   * [Ork.Lev2.Graphics](ork.dox/lev2-graphics.md)\n   * [Ork.Lev2.Graphics.GlFx](ork.dox/glslfx.md)\n   * [Ork.Lev2.Audio](ork.dox/singularity.md)\n   * [Ork.ECS](ork.dox/ecs.md)\n\n[Doxygen - code documentation](https://www.orkid-engine.dev:4430/doxygen_html/index.html)\n\nArtist Information\n========\n\n[Blender pipeline notes](ork.dox/blender.md)\n\nExample Content (most of it old, updates coming soon.)\n========\n\n\u003ca href=\"https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/screenshot_pbr.png\"\u003e\u003cimg src=\"https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_screenshot_pbr.png\" title=\"Github Logo\"\u003e\u003c/a\u003e\n\u003ca href=\"https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/shadowedptexspotlight.png\"\u003e\u003cimg src=\"https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_shadowedptexspotlight.png\" title=\"Github Logo\"\u003e\u003c/a\u003e\n\n![Particles](http://tweakoz.com/resources/images/th_sshot_psys.jpg)\n\n![ProceduralTextures](http://tweakoz.com/resources/images/th_sshot_proctex.jpg)\n\n![TerrainGen](http://tweakoz.com/resources/images/th_terrain03.jpg)\n\nOther (video) examples of content:\n\n[PBR ShaderBalls](https://www.youtube.com/watch?v=LtlVotV_9vg_)\n\n[SceneGraph-Picking](https://youtu.be/d39JF4ApsVw)\n\n[Deferred-PBR-SpotLightProjectors-1](https://www.youtube.com/watch?v=AwhDNZPhcBk)\n\n[Deferred-PBR-PointLightProjectors-1](https://www.youtube.com/watch?v=ffEbkF9l4yw)\n\n[Deferred-PBR-PointLightProjectors-2](https://www.youtube.com/watch?v=Xem37Nfp-d8)\n\n[MoonDiver](https://youtu.be/2zNd4k_6I6s)\n\n[Compositor](https://www.youtube.com/watch?v=zLBhF8WCDgQ)\n\n[NodeCompositor](https://www.youtube.com/watch?v=AGMazbsbJYE)\n\n[Particles-Vortex\u0026TurbulenceNodes](https://youtu.be/Qr8QK6ns0Tk)\n\n[Paritcles-SphereColliderNode](https://www.youtube.com/watch?v=yb9a6k4VeaU)\n\n[Particles-MultiSystem](https://www.youtube.com/watch?v=o7uJFNQc3Go)\n\n[Particles-ChainOfSystems](https://youtu.be/sQTiz0Ooo6I)\n\n[ParticlesAndCompositor](https://www.youtube.com/watch?v=qmULG3ZOoS0)\n\n[ProceduralTexture](https://www.youtube.com/watch?v=FdAfxQjR3AQ)\n\n[Prodigy2-GameDemo](http://tweakoz.com/resources/videos/p2d.mp4)\n\n[OrkidVR-POC](https://www.youtube.com/watch?v=6tOPVw8T_sU)\n\n[Singularity-NewAudioSynth](https://www.youtube.com/watch?v=irBaba13quQ)\n\n[Singularity-ModulatorHUD](https://www.youtube.com/watch?v=1PEXp9-6eRA)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftweakoz%2Forkid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftweakoz%2Forkid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftweakoz%2Forkid/lists"}