All Projects → floooh → Oryol

floooh / Oryol

Licence: mit
A small, portable and extensible C++ 3D coding framework

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
Objective-C++
1391 projects
GLSL
2045 projects

Labels

Projects that are alternatives of or similar to Oryol

fips-bgfx
fipsified version of bgfx (https://github.com/bkaradzic/bgfx)
Stars: ✭ 17 (-99.11%)
Mutual labels:  fips
usmap
🗺 Create US maps including Alaska and Hawaii in R
Stars: ✭ 52 (-97.26%)
Mutual labels:  fips
geonamescache
geonamescache - a Python library for quick access to a subset of GeoNames data.
Stars: ✭ 76 (-96%)
Mutual labels:  fips

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.

Oryol

A small, portable and extensible 3D coding framework written in C++:

  • simple Orthodox C++ coding style and APIs
  • extensible through external code modules living in git repositories
  • runs on OSX, Linux (incl RaspberryPi), Windows, iOS, Android, emscripten, from the same C++ source
  • renders through GL, GLES2, WebGL, Metal, D3D11 from same shader source
  • produces small executables (e.g. emscripten WebGL demos starting at around 100 Kbytes)
  • async data loading from web or disc

Build Status:

Platform Build Status
OSX + Linux (OpenGL) Build Status
Windows (OpenGL + D3D11) Build status

Live Demos:

How to Build (Quick'n'Dirty):

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

Getting Started:

Useful Blog Posts:

Extension Modules:

See the Oryol Extension Sample webpage for more interesting 3rd-party library integrations.

Tools etc.:

Standalone App Demo:

A simple standalone app using Oryol: https://github.com/floooh/oryol-test-app

Videos

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).

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].