Sn0wball-Studios / Snowball-Engine

light weight modular game engine
GNU General Public License v3.0
0 stars 0 forks source link

port to BBQLib #17

Closed BBQGiraffe closed 3 years ago

BBQGiraffe commented 3 years ago

writing BBQLib for the whole purpose of cleaning up the engine code and saving me a lot of time for future engine projects

BBQGiraffe commented 3 years ago

after a few hours of work I got the engine to not crash Screenshot from 2021-08-28 22-30-39

BBQGiraffe commented 3 years ago

I managed to get sprites rendering but origins are at the top left instead of the actual origin, been having a lot of issues with SDL_RenderCopyExF in general Screenshot from 2021-08-29 01-57-25

BBQGiraffe commented 3 years ago

SDL_RenderCopyEx is the only one that doesn't cause issues so until I can fix this the engine and library will not support sub-pixel movement for the SDL2 backend :/ Screenshot from 2021-08-29 02-08-12

BBQGiraffe commented 3 years ago

done with commit 9df848b0f2f46c47c90acf2bc3d574ef0e7f5495