.builds
Build all libraries on sourcehut build
2020-08-20 01:08:44 +09:00
.github
Add a test for WebGL1
2020-12-15 01:01:41 +09:00
audio
audio: Remove returning values from Play/Pause
2020-10-10 23:45:18 +09:00
cmd /ebitenmobile
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
docs
docs: Remove unused contents
2019-03-22 03:23:48 +09:00
ebitenutil
mipmap: Stop using negative mipmaps
2020-10-31 02:52:40 +09:00
examples
examples/keyboard: Minor typo fix ( #1436 )
2020-12-15 11:55:17 +09:00
inpututil
ebiten: Introduce type TouchID
2020-10-10 03:57:47 +09:00
internal
uidriver/js: Add jsKeyToID to avoid js.Value.String
2020-12-16 13:30:42 +09:00
mobile
ebiten: Add KeySuper
2020-10-11 18:40:40 +09:00
text
text: Add comments
2020-11-03 20:35:55 +09:00
vector
mipmap: Stop using negative mipmaps
2020-10-31 02:52:40 +09:00
.gitattributes
Add .gitattributes for GitHub Linguist
2020-01-30 21:06:50 +09:00
.gitignore
Add new example: squirals ( #952 )
2019-10-09 00:54:23 +09:00
AUTHORS
Add Chris S. Kim to AUTHORS
2020-12-15 11:58:18 +09:00
CODE_OF_CONDUCT.md
Add CODE_OF_CONDUCT.md
2020-01-08 11:30:57 +09:00
colorm_test.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
colorm.go
ebiten: Remove the deprecated functions and constants
2020-10-04 04:47:24 +09:00
CONTRIBUTING.md
Remove supporting jsgo
2020-10-07 00:46:07 +09:00
cursormode.go
ebiten: Add an explicit type to CursorModeType consts for pkg.go.dev
2020-10-18 03:55:58 +09:00
debug_ebitendebug.go
Add 'ebitendebug' build tag
2018-06-25 23:59:32 +09:00
debug_notebitendebug.go
Add 'ebitendebug' build tag
2018-06-25 23:59:32 +09:00
doc.go
shaderir/glsl: Enable dFdx for WebGL
2020-11-21 19:07:54 +09:00
export_test.go
ebiten: Bug fix: Wrong uniform type was used
2020-09-17 20:52:32 +09:00
gamepad.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
generate.go
Bug fix: some generators did not work due to a lacked package
2020-03-23 01:36:21 +09:00
genevents.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
genkeys.go
uidriver/js: Use js.Value as key strings
2020-12-16 12:53:33 +09:00
geom_test.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
geom.go
ebiten: Remove the deprecated functions and constants
2020-10-04 04:47:24 +09:00
go.mod
Update Oto for performance
2020-12-17 00:03:07 +09:00
go.sum
Update Oto for performance
2020-12-17 00:03:07 +09:00
goversion.go
ebiten: Update comments
2020-11-21 01:20:22 +09:00
graphics.go
ebiten: Remove FilterDefault
2020-10-05 01:48:47 +09:00
image_test.go
ebiten: Allow rendering on a sub-image by scissor test
2020-11-08 00:58:44 +09:00
image.go
ebiten: Add comments
2020-11-08 04:12:48 +09:00
imagedumper_desktop.go
ebiten: Remove the argument from Update
2020-10-04 19:33:10 +09:00
imagedumper_notdesktop.go
ebiten: Remove the argument from Update
2020-10-04 19:33:10 +09:00
imagetobytes_test.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
imagetobytes.go
ebiten: Remove copying pixels from ReplacePixels and copyImage (renamed to imageToBytes)
2020-07-03 03:01:48 +09:00
init.go
glfw: Use os.UserConfigDir for GLFW DLL instead of temporary directories
2020-11-01 17:51:44 +09:00
input.go
uidriver: Copy the runes on the callee sides
2020-11-18 19:37:12 +09:00
keys.go
ebiten: Add KeySuper
2020-10-11 18:40:40 +09:00
LICENSE
Adjust LICENSE file
2017-01-30 18:57:49 +09:00
mousebuttons.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
README.md
Update README.md
2020-10-15 13:44:22 +09:00
run.go
Update comments
2020-10-21 03:17:40 +09:00
shader_test.go
shaderir/glsl: Enable dFdx for WebGL
2020-11-21 19:07:54 +09:00
shader.go
ebiten: Add a new shader function imageDstRegionOnTexture
2020-12-09 11:36:29 +09:00
uicontext.go
ebiten: Skip calling Draw when the update count is 0
2020-11-27 00:20:27 +09:00
uidriver_glfw.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
uidriver_js.go
Clean up the 'js' build tags
2020-10-07 01:33:10 +09:00
uidriver_mobile.go
Update version to v2.0.0-alpha
2020-10-04 04:30:40 +09:00
window.go
ebiten: Update comments
2020-10-05 02:00:50 +09:00