Orkid 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.
Early Orkid was used for a a few games by Santa Cruz Games. It was used as both a game engine and tooling infrastructure.
- Godzilla Unleashed for Nintendo DS (2007)
- Tomb Raider Underworld for Nintendo DS (2008)
- Igor The Game for the Wii and PC (2008)
- Spongebob Gravjet Racing for Wii/Pc/XBox360 (2009)
Installation via PyPi (in progress, not working yet...)
pip3 install orkid
- Ork.Core.Reflection
- Ork.Core.Datablocks
- Ork.Core.ThreadingPolicy
- Ork.Core.Parser
- Ork.Lev2.Graphics
- Ork.Lev2.Graphics.GlFx
- Ork.Lev2.Audio
- Ork.ECS
Other (video) examples of content:
Deferred-PBR-SpotLightProjectors-1
Deferred-PBR-PointLightProjectors-1
Deferred-PBR-PointLightProjectors-2