novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
184 stars 42 forks source link

Basic interop support for Ecs::Graphics #487

Closed DynamicField closed 2 years ago

DynamicField commented 2 years ago

This PR simply serves as a sort of baseline to initiate the development of the Interop API for NovelRT::Ecs::Graphics. This should help understanding how the C API works and adding features to it!

Added things