..
2048
text/v2: remove the suffix 'InPixels'
2023-11-15 21:53:58 +09:00
address
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
airship
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
alphablending
ebiten: separate a package for ColorM: colorm
2022-11-08 23:50:04 +09:00
animation
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
audio
all: add float32 version of audio APIs
2024-07-21 19:12:18 +09:00
audioinfiniteloop
all: add float32 version of audio APIs
2024-07-21 19:12:18 +09:00
audiopanning
all: add float32 version of audio APIs
2024-07-21 19:12:18 +09:00
blend
text/v2: rename StdFace to GoXFace
2024-03-20 02:42:31 +09:00
blocks
examples/blocks: bug fix: do not ignore error
2024-07-29 17:37:30 +09:00
blur
ebiten: separate a package for ColorM: colorm
2022-11-08 23:50:04 +09:00
camera
examples/camera: fix window title ( #2564 )
2023-02-06 17:31:23 +09:00
capture
example: add a mouse capture example ( #2642 )
2023-04-19 13:02:02 +09:00
chipmunk
ebiten: separate a package for ColorM: colorm
2022-11-08 23:50:04 +09:00
clip
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
contextlost
internal/graphicsdriver/opengl: drop WebGL 1 support
2023-03-18 22:50:09 +09:00
cursor
ebiten: add more cursor shapes
2023-07-23 00:49:45 +09:00
doomfire
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
drag
examples/drag: remove duplicated calls ( #2846 )
2023-11-18 19:52:42 +09:00
dragmascot
examples/dragmascot: add a comment
2024-03-22 12:41:15 +09:00
dropfile
examples/dropfile: bug fix: handle errors correctly
2023-01-25 15:25:06 +09:00
filter
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
flappy
all: add float32 version of audio APIs
2024-07-21 19:12:18 +09:00
flood
ebiten: separate a package for ColorM: colorm
2022-11-08 23:50:04 +09:00
font
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
fontfeature
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
fontvariation
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
fontvector
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
fullscreen
ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen()
2024-03-23 23:32:43 +09:00
gamepad
ebiten: add type GamepadAxisType
2023-12-25 02:02:56 +09:00
highdpi
ebiten: add (*Monitor).DeviceScaleFactor()
2024-02-12 17:09:03 +09:00
hsv
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
hue
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
infinitescroll
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
isometric
ebiten: replace (*Image).Dispose with Deallocate
2023-11-03 17:45:39 +09:00
keyboard
all: use bufio.NewWriter to improve writing speed
2024-07-29 16:29:57 +09:00
lasttouch
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
life
examples/life: change the license to Apache License 2.0
2023-08-01 23:36:02 +09:00
lines
examples/lines: remove duplicated code ( #2713 )
2023-07-29 13:29:19 +09:00
mandelbrot
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
mascot
ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen()
2024-03-23 23:32:43 +09:00
masking
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
minify
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
mixedfont
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
moire
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
monitor
ebiten: remove (*Monitor).Bounds()
2023-09-23 18:24:03 +09:00
mosaic
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
noise
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
paint
ebiten: separate a package for ColorM: colorm
2022-11-08 23:50:04 +09:00
particles
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
pcm
examples/pcm: use NewPlayerF32FromBytes
2024-07-22 23:29:50 +09:00
perspective
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
piano
examples/piano: use NewPlayerF32FromBytes
2024-07-22 23:29:52 +09:00
platformer
examples/platformer: add more descrpitive comments ( #2866 )
2023-12-18 01:25:57 +09:00
polygons
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
raycasting
vector: add anti-alias options to the utility functions
2023-03-18 11:01:48 +09:00
realtimepcm
examples/realtimepcm: use NewPlayerF32
2024-07-23 01:06:44 +09:00
resources
examples/resources/images: update the licenses for the Gopher images
2024-06-23 12:09:40 +09:00
rotate
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
scroll
examples/scroll: update comments
2024-03-31 22:39:51 +09:00
set
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
shader
examples/shader: add comments
2024-03-23 15:45:55 +09:00
shapes
vector: add anti-alias options to the utility functions
2023-03-18 11:01:48 +09:00
sinewave
examples/sinewave: refactoring
2024-07-22 23:29:50 +09:00
skipdraw
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
snake
examples/snake: update comments ( #2869 )
2023-12-21 04:30:42 +09:00
sprites
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
spriteshd
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
squiral
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
stars
vector: add anti-alias options to the utility functions
2023-03-18 11:01:48 +09:00
subimage
examples/subimage: add a comment
2023-02-17 02:06:40 +09:00
text
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
texti18n
examples/texti18n: update comments
2024-04-12 12:28:15 +09:00
textinput
exp/textinput: add Field
2024-03-20 23:19:32 +09:00
tiles
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
touch
ebiten: deprecate (*Image).Size
2023-01-20 01:26:37 +09:00
typewriter
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
ui
text/v2: rename LineSpaceInPixels -> LineSpace for consistency
2023-12-24 15:06:19 +09:00
vector
examples/vector: reduce allocations
2024-08-10 05:22:53 +09:00
vibrate
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
video
all: use bufio.Reader to improve reading speed
2024-07-29 02:28:37 +09:00
wav
all: add float32 version of audio APIs
2024-07-21 19:12:18 +09:00
wheel
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
windowclosing
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00
windowsize
examples/windowsize: fix typo ( #3022 )
2024-06-16 03:42:42 +09:00
README.md
examples: remove example
build tag ( #2433 )
2022-11-03 20:24:09 +09:00