RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Remove references to SOKOL #199

Closed pusewicz closed 1 month ago

pusewicz commented 1 month ago

This PR removes references to SOKOL in the code.

The documentation most likely needs to also be updated, eg: https://randygaul.github.io/cute_framework/#/topics/drawing?id=shaders.

Some examples, like color_fill_shader.h still is bound to Sokol API.