Skip to content

🧪 Ebitengine Image Quality Degrade Research 🧪

Notifications You must be signed in to change notification settings

ponyo877/ebitengine-image-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Degradation Occurs Case

If an *ebiten.Image that is not updated by Game.Update() is drawn with Game.Draw(), the image quality degrades (for text, external images (ebiten.FilterLinear), and vector graphics).
If *ebiten.Image is continuously updated with Game.Update(), the image quality does not degrade, but the load increases.
(There was no degradation when layering multiple drawings.) Degradation

Improved Case

By modifying the code to draw the *ebiten.Image that is updated by Game.Update() only once in the constructor or similar, instead of using Game.Draw(), the degradation is resolved. Improved

About

🧪 Ebitengine Image Quality Degrade Research 🧪

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages