Stephen Gutekanst
|
96c64afdfa
|
glfw: add Window.setSizeCallback
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Stephen Gutekanst
|
09415dd3e8
|
glfw: add system for nice Zig callbacks, add Window.setPosCallback
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Stephen Gutekanst
|
a93de211cf
|
glfw: add Window.getUserPointer
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Stephen Gutekanst
|
726bc52c73
|
glfw: add Window.setUserPointer
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Stephen Gutekanst
|
d4e249412b
|
glfw: add Window.setAttrib
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Stephen Gutekanst
|
a50dd47802
|
glfw: add Window.getAttrib
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Stephen Gutekanst
|
b795f9a2aa
|
glfw: add Window.setMonitor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-18 20:52:34 -07:00 |
|
Aksel Hjerpbakk
|
7849fbf29e
|
glfw: support multiple types from glfw.Window.hint (#32)
* glfw #29: support multiple types from glfw.Window.hint
* use 'got' instead of 'not' in error messages
|
2021-10-18 13:19:25 -07:00 |
|
Stephen Gutekanst
|
12261c1d9c
|
glfw: update TODOs
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
fcbfe70c66
|
glfw: add glfw.postEmptyEvent
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
6a124e35f9
|
glfw: add glfw.waitEvents, glfw.waitEventsTimeout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
522f26e15f
|
glfw: add glfw.pollEvents
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
022b9f6860
|
glfw: add glfw.Window.swapBuffers
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
eb939afa1d
|
glfw: update TODO
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
f8eb5599a4
|
glfw: default Linux to GLESv3
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
5f423b3149
|
glfw: add glfw.getClipboardString
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
d1346a5186
|
glfw: add glfw.setClipboardString
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
8fde27306a
|
glfw: add glfw.getTimerFrequency
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
faa0ee07db
|
glfw: add glfw.getTimerValue
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
e2b65c6fb9
|
glfw: add glfw.getTime
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
c0dc10c33a
|
glfw: add glfw.getTime
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
fa25ebf037
|
glfw: add glfw.vulkanSupported
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
ad7d6b405d
|
glfw: add glfw.getInstanceProcAddress
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
1eeb049b5c
|
glfw: add vulkan headers
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
4c103a344e
|
glfw: default to GLES v3 instead of v2.
GLES v3 has >70% device support.
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
47f2324400
|
glfw: add glfw.extensionSupported
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
8783efeb4e
|
glfw: add glfw.getProcAddress
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
ebf4ee869d
|
glfw: add glfw.swapInterval
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
9610b80699
|
glfw: add glfw.getCurrentContext
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
5d91cbbfbd
|
glfw: add glfw.makeContextCurrent
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
41c2ef44c1
|
glfw: add TODOs for tracking 100% GLFW API coverage
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
d808ec54d6
|
glfw: add Window.requestAttention
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
20f599a038
|
glfw: add Window.focus
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
fc5628f997
|
glfw: add Window.hide
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
b37a94814b
|
glfw: add Window.show
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
6c9cde0bb8
|
glfw: add Window.maximize
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
f260b948e1
|
glfw: add Window.restore
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-10-16 18:39:57 -07:00 |
|
Stephen Gutekanst
|
5417ba66a8
|
glfw: remove libglfw3.a (should not have been comitted)
|
2021-10-05 22:46:06 -07:00 |
|
Aksel Hjerpbakk
|
c61bd4820f
|
fix key.press being set to release (#27)
A very minor fix to correct key.press being set to GLFW_RELEASE instead of GLFW_PRESS
|
2021-09-17 15:46:26 -07:00 |
|
Stephen Gutekanst
|
c3bdb99a14
|
glfw: fix panic when pressing enter on Apple SDK license prompt (fixes #22)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-13 20:49:34 -07:00 |
|
Stephen Gutekanst
|
7ca9b85d43
|
README: cross compilation from all desktop OS now working
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-13 20:49:34 -07:00 |
|
Stephen Gutekanst
|
e5b32a499c
|
CI: enable Windows -> Mac cross compilation tests
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-13 20:49:34 -07:00 |
|
Stephen Gutekanst
|
fb5f471d94
|
CI: update to latest Zig nightly
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-13 20:49:34 -07:00 |
|
Stephen Gutekanst
|
a134b5e842
|
disable Windows -> MacOS cross compilation for now
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-12 12:56:51 -07:00 |
|
Stephen Gutekanst
|
73719acb29
|
new approach to mac SDK inclusion
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-12 12:56:51 -07:00 |
|
Stephen Gutekanst
|
464dc5d8ea
|
CI: fix windows Zig path
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-12 12:56:51 -07:00 |
|
Stephen Gutekanst
|
6446dd782e
|
glfw: remove macOS sysroot workaround (not needed in latest Zig)
Also, removing is required in order to workaround an issue with includes.
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-12 12:56:51 -07:00 |
|
Stephen Gutekanst
|
57f41f8808
|
CI: update to latest Zig nightly
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2021-09-12 12:56:51 -07:00 |
|
Matthew Knight
|
b3729e7323
|
remove intermediate static lib (#24)
|
2021-09-05 18:49:45 -07:00 |
|
Stephen Gutekanst
|
8d8289fb43
|
github: correct FUNDING.yml
|
2021-08-07 21:24:26 -07:00 |
|