You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been considering putting together a wrapper around File IO functions to allow loading through PhysFS. I believe each backend could provide its own file system functions. Like how SDL has SDL_RWFromFile().
Would this make sense, or is it becoming out of scope for what you see as the goals for gfxprim?
The text was updated successfully, but these errors were encountered:
Actually this is an interesting proposal, gfxprim at the moment supports loading images from zip, rar, etc. but the API is somewhat limited. I will have to look closer how PhysFS looks like to get a better idea on how things are done there.
And as for the goals, my primary goal for developing this library is the widget library that should be usable starting from embedded Linux all the way up to regular Linux desktop. However I do not mind adding reasonable features that would help your usecase, the only problem is that this is my 'free time' project so things tend to move rather slow.
Have been considering putting together a wrapper around File IO functions to allow loading through PhysFS. I believe each backend could provide its own file system functions. Like how SDL has
SDL_RWFromFile()
.Would this make sense, or is it becoming out of scope for what you see as the goals for gfxprim?
The text was updated successfully, but these errors were encountered: