Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to newest ebiten release #58

Open
co0p opened this issue Mar 25, 2023 · 0 comments
Open

upgrade to newest ebiten release #58

co0p opened this issue Mar 25, 2023 · 0 comments

Comments

@co0p
Copy link
Collaborator

co0p commented Mar 25, 2023

much changed in 2.5 -> https://ebitengine.org/en/documents/2.5.html

migrate the following if used:

2.4 and older 2.5 and newer done
type ebiten.ColorM type ebiten.ColorScale or the package colorm
type ebiten.CompositeMode type ebiten.Blend x ???
type ebiten.FPSModeType n/a
const ebiten.CompositeMode* const ebiten.Blend* ???
const ebiten.FPSMode* n/a
func (*ebiten.Image) Size func (*ebiten.Image) Bounds
func ebiten.IsScreenFilterEnabled n/a
func ebiten.IsScreenTransparent n/a
func ebiten.FPSMode func ebiten.IsVsyncEnabled
func ebiten.ScheduleFrame ebiten.SetScreenClearedEveryFrame(false)
func ebiten.SetFPSMode func ebiten.SetVsyncEnabled
func ebiten.SetInitFocused func ebiten.RunGameWithOptions
func ebiten.SetScreenFilterEnabled interface ebiten.FinalScreenDrawer
func ebiten.SetScreenTransparent func ebiten.RunGameWithOptions
func ebitenutil.DrawLine func vector.StrokeLine without anti-aliasing x
func ebitenutil.DrawCircle func vector.DrawFilledCircle without anti-aliasing x
func ebitenutil.DrawRect func vector.DrawFilledRect without anti-aliasing x
co0p added a commit that referenced this issue Apr 20, 2023
co0p added a commit that referenced this issue Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant