This is the standard library used to build the Sceneri game / interactive media engine supporting creation & play of 2D and 3D experiences on and

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-12-30 09:30:02

This is the standard library used to build the Sceneri game / interactive media engine supporting creation & play of 2D and 3D experiences on and for any device. This API drives the low-level core of Sceneri, and does not include the engine itself.

The library is currently provided as-is, but we encourage using it in your projects and bringing improvements back via pull requests.

Keep in mind that Sceneri is optimized for performance, and this standard library does take shortcuts where possible - don't expect full conformance to the C++ std library. We follow the principle of breaking often until Sceneri is where we want it to be, so no guarantees of API & ABI stability for now.

We are currently compiling with C++17, but aim to upgrade to C++20 soon - and will at some point also start utilizing C++20 features such as modules. Style-wise we currently differ from std's lower-case style but are considering switching over.

Leave a Comment