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
There are several issues in the current APIs in the ebitenutil package:
NewImageFromFile uses files on desktops, HTTP on browsers. This is not defined on mobiles or consoles. Is this really OK? For mobiles, can we use asset package?
Do we really need NewImageFromReader and/or NewImageFromURL? Can we integrate them into NewImageFromFilesystem?
Should we integrate DebugPrint and DebugPrintAt?
Why is this needed?
No response
The text was updated successfully, but these errors were encountered:
Operating System
What feature would you like to be added?
There are several issues in the current APIs in the ebitenutil package:
NewImageFromFile
uses files on desktops, HTTP on browsers. This is not defined on mobiles or consoles. Is this really OK? For mobiles, can we useasset
package?NewImageFromReader
and/orNewImageFromURL
? Can we integrate them intoNewImageFromFilesystem
?DebugPrint
andDebugPrintAt
?Why is this needed?
No response
The text was updated successfully, but these errors were encountered: