Please note that Oryol is currently not actively maintained and hasn't been for a long time, my focus is currently on the Sokol headers and (from time to time) on the Chips emulator stuff.
A small, portable and extensible 3D coding framework written in C++:
Platform | Build Status |
---|---|
OSX + Linux (OpenGL) | |
Windows (OpenGL + D3D11) |
You need: cmake, python and your platform's default C/C++ development environment.
> mkdir projects
> cd projects
> git clone --depth 5 https://github.com/floooh/oryol
> cd oryol
> ./fips build
> ./fips run Triangle
In case of problems or for more detailed build info (e.g. how to work with IDEs) see here: How to Build
See the Oryol Extension Sample webpage for more interesting 3rd-party library integrations.
A simple standalone app using Oryol: https://github.com/floooh/oryol-test-app
Please note that these videos use older versions of the Gfx module, details have changed (and will continue to change at least until the Vulkan and DX12 renderer backends have been implemented).