origel
|
4d6958381d
|
glfw: window add set resize callback method
|
2020-02-04 05:40:16 +01:00 |
Delyan Angelov
|
e9d3134814
|
glfw: implement glfw.window.set_should_close
|
2020-01-26 23:33:12 +01:00 |
Shun Sakai
|
c8c43a2475
|
update copyright year
|
2020-01-23 21:04:46 +01:00 |
Delyan Angelov
|
f317b65808
|
ui: fixes so that the ui demo works on linux too
* Implement os.resource_abs_path/1 .
* Implement glfw.get_window_size and glfw.get_framebuffer_size .
|
2020-01-12 19:35:06 +01:00 |
Alexander Medvednikov
|
b6c0b22742
|
interfaces fixes; freetype.text_width(); gl and stbi fixes
|
2020-01-12 16:11:28 +01:00 |
vitalyster
|
3f0f8bac49
|
windows: do not link gdi32/shell32 to console applications
* read os.args from argv when we have console
* dynamically load CommandLineToArgvW when we are GUI app
* link gdi32/shell32 in glfw module
|
2019-12-27 11:27:19 +03:00 |
Alexander Medvednikov
|
759644ab36
|
examples: empty gg/freetype project
|
2019-11-20 07:26:52 +03:00 |
Alexander Medvednikov
|
9cddf22fff
|
glfw: make two structs public
|
2019-10-27 21:23:33 +03:00 |
Alexander Medvednikov
|
efdadc3758
|
tetris/glfw: fix warnings
|
2019-10-27 10:13:40 +03:00 |
joe-conigliaro
|
fe17dd9a7e
|
vlib: make more structs, consts, & enums public
|
2019-10-24 22:35:11 +11:00 |
joe-conigliaro
|
dd053d79b0
|
vlib/examples: fix gl/glfw/gg examples. rename init functions
|
2019-10-12 06:03:15 +03:00 |
sunnylcw
|
4b03abdaff
|
compiler: enable FreeBSD's cflags for freetype & glfw
|
2019-09-28 14:18:04 +03:00 |
joe-conigliaro
|
23c84516e2
|
compiler: error on unused imports
|
2019-09-23 13:42:20 +03:00 |
vitalyster
|
f7a0fefe27
|
glfw: printf -> println
|
2019-09-16 21:07:34 +03:00 |
Alexander Medvednikov
|
dcc42c858b
|
glfw: GPU driver info
|
2019-09-08 15:54:16 +03:00 |
Delyan Angelov
|
ecb661f719
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
Alexander Medvednikov
|
af5b2e1b3c
|
glfw: make Pos fields public
|
2019-09-01 07:09:18 +03:00 |
Alexander Medvednikov
|
f61b14584a
|
remove "import const" everywhere
|
2019-08-23 00:09:03 +03:00 |
Nicolas Sauzede
|
4760fea489
|
examples/tetris: use better unique colors, implement game over/pause
|
2019-08-17 02:56:09 +03:00 |
Alexander Medvednikov
|
dc9cebe26c
|
orm fixes; glfw: remove C code
|
2019-08-16 09:10:03 +03:00 |
Alexander Medvednikov
|
8990eb06ec
|
Revert "remove vlib/glfw (it's a vpm module now)"
This reverts commit cdfc4c8372 .
|
2019-08-02 11:33:49 +02:00 |
Alexander Medvednikov
|
cdfc4c8372
|
remove vlib/glfw (it's a vpm module now)
|
2019-08-01 17:31:04 +02:00 |
Vitaly Takmazov
|
468aac9750
|
glfw: add MacPorts library path
|
2019-07-30 03:49:12 +02:00 |
Delyan Angelov
|
9cd2d68505
|
Fix #1334. Module glfw now imports gl.
|
2019-07-27 18:36:33 +02:00 |
Jonathan Vice
|
d69bac5565
|
glfw: fix typo
|
2019-07-23 18:27:53 +02:00 |
Alexander Medvednikov
|
975286302c
|
fix Tetris onkeydown
|
2019-07-21 11:56:43 +02:00 |
Alexander Medvednikov
|
b36a9f7e55
|
glfw always on top
|
2019-07-15 19:23:09 +02:00 |
Alexander Medvednikov
|
28d379dc7b
|
make glfw work on Windows
|
2019-07-12 05:04:27 +02:00 |
Alexander Medvednikov
|
f834644db4
|
make gg work on Windows; prebuild glad and cJSON; new ft module
|
2019-07-12 04:50:14 +02:00 |
Alexander Medvednikov
|
4594d78bd6
|
move all vlib modules to vlib/
|
2019-06-29 12:00:31 +02:00 |