novelrt / NovelRT

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

Implement Ecs::Graphics APIs and Component Ids for the C API #574

Open DynamicField opened 1 year ago

DynamicField commented 1 year ago

Rendering has always been a missing part in the C API. This PR fixes this and adds all methods required to get sprites on the screen.

This PR implements:

This PR fixes:

Concerns:

Stuff to do: