RobLoach / pntr_app

Application wrapper for pntr.
https://robloach.github.io/pntr_app/
zlib License
5 stars 1 forks source link

Platform: RGFW #97

Open RobLoach opened 2 months ago

RobLoach commented 2 months ago

https://github.com/ColleagueRiley/RGFW https://github.com/ColleagueRiley/RGFW/blob/main/examples/buffer/main.c

ColleagueRiley commented 2 months ago

Not sure what this is yet, but feel free to reach out if you need help with it.

https://github.com/ColleagueRiley/PureDoom-RGFW

This is another example of buffer rendering with RGFW.

RobLoach commented 2 months ago

@ColleagueRiley Hey! Saw you made a platform extension for raylib for RGFW and wanted to check it out. Very cool stuff.

pntr is a software-based image manipulation library. Think of it like raylib's Image module as a header-only library.

pntr_app is an application framework that renders a pntr image in a number of different platforms, and gives you a common set of API functions to interact with it. So you can use the same code in your application in raylib, libretro, emscripten, SDL, RGFW, etc.

I'll have a try with RGFW, and let you know what I think :+1:

ColleagueRiley commented 2 months ago

Thank! Looks cool! 😄