SasLuca / rayfork

C99 Game Library. XNA-like. Platform Independent. Allocator Aware.
The Unlicense
327 stars 19 forks source link

Create C++ wrapper #9

Closed SasLuca closed 4 years ago

SasLuca commented 4 years ago

It can be very useful to have a dedicated C++ wrapper that can also provide some utilities using C++ features like function overloading or default parameters (eg: allocator parameters can default to the heap allocator).

This wrapper can do the following:

What to avoid:

SasLuca commented 4 years ago

I started working on this.

SasLuca commented 4 years ago

Decided against this for the moment.