sigflup / Mega-Happy-Sprite

A sega genesis /megdrive sprite/scrollplane editor
http://theadesilva.com/mega
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

CI build on windows, SDL2 fixes #3

Closed bitRAKE closed 1 year ago

bitRAKE commented 1 year ago

Using github to host build and files.

bitRAKE commented 1 year ago

SDL2_image brings in a lot of dependencies, and the DLLs are not built with delayed load - to reduce the requirement of unneeded DLLs.

Some possible solutions:

1) Work with SDL2_image source and bring used code into the application.

2) Image usage by the application might have native windows counterparts.