Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

RobLoach/libretro-rimage

Repository files navigation

libretro-rimage

Deprecated. Used pntr instead

A proof-of-concept of using libretro with raylib's Image API rimage.

Example

ClearBackground(SKYBLUE);
ImageDrawCircle(&core->backBuffer, 200, 150, 30, RED);
ImageDrawRectangle(&core->backBuffer, 400, 200, 100, 140, GREEN);
ImageDrawLine(&core->backBuffer, 50, 300, 550, 380, ORANGE);

Development

git submodule update --init
make
retroarch -L rimage_libretro.so

License

zlib