Release automation
3e353f0eaf
gpu-dawn: update to latest binary release
2023-01-01 10:22:21 +00:00
Wrench[bot]
d5f37257c5
all: update Zig to version 0.11.0-dev.1023+1c711b0a6
...
Signed-off-by: Wrench[bot] <wrench@hexops.com>
2023-01-01 02:40:57 -07:00
Release automation
77184877d4
gpu-dawn: update to latest binary release
2022-12-30 20:35:10 +00:00
Wrench[bot]
a3a0417c21
all: update Zig to version 0.11.0-dev.1000+94780f7cd
...
Signed-off-by: Wrench[bot] <wrench@hexops.com>
2022-12-30 12:52:31 -07:00
Stephen Gutekanst
90bca96627
dev: remove update-zig script (Wrench now does this)
...
Wrench now automatically sends PRs to update Zig:
* https://github.com/hexops/mach/pull/655
* https://github.com/hexops/mach-examples/pull/23
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-12-30 12:51:18 -07:00
Release automation
fe590407d2
gpu-dawn: update to latest binary release
2022-12-29 11:20:42 +00:00
Stephen Gutekanst
f8d5db71c2
CI: do not install Zig on self-hosted runners (now managed by Wrench)
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-12-29 03:19:15 -07:00
Ali Chraghi
b8deaf8010
mach: add borderless_window option
2022-12-28 11:47:51 -07:00
Ali Chraghi
c26592ea89
mach: render during resize
2022-12-28 11:47:51 -07:00
Ali Chraghi
69cbe954ac
glfw: undo setSizeLimits workaround
2022-12-28 11:47:51 -07:00
Ali Chraghi
03431acf4a
glfw: accept null cursor in Window.setCursor
2022-12-28 11:47:51 -07:00
Stephen Gutekanst
653f4eb573
Revert "gpu-dawn: update to latest binary release"
...
This reverts commit 502bfd62e5 .
2022-12-27 15:20:12 -07:00
Release automation
502bfd62e5
gpu-dawn: update to latest binary release
2022-12-27 21:49:11 +00:00
Stephen Gutekanst
078094f186
gpu-dawn: CI: fix Zig version for aarch64-linux cross compilation
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-12-27 13:47:54 -07:00
Ali Chraghi
f14536f5f0
gpu-dawn: utilize linux-aarch64 binary releases
2022-12-27 12:53:00 -07:00
Ali Chraghi
c0a5bc655c
gpu-dawn: produce builds for aarch64
2022-12-27 12:53:00 -07:00
Ali Chraghi
c4842ea5c5
build: replace App.setBuildMode() with mode option
2022-12-27 12:53:00 -07:00
Stephen Gutekanst
b94bc1fd47
Revert "gpu-dawn: update to latest binary release"
...
This reverts commit db9a929940 .
2022-12-26 00:28:15 -07:00
Release automation
db9a929940
gpu-dawn: update to latest binary release
2022-12-25 21:18:50 +00:00
Beau McCartney
7d04252126
mach: remove compiler error for missing field in app (upstream issue fixed) ( #647 )
...
* platform: allow fieldless App
* platform: remove unused field
Co-authored-by: Beau McCartney <beau@beaumccartney.xyz>
2022-12-25 13:37:23 -07:00
Ali Chraghi
5849304fba
all: update zig version
2022-12-25 13:36:03 -07:00
Ali Chraghi
b2a1f6d55f
readme: update
2022-12-25 13:36:03 -07:00
Ali Chraghi
7df12a0cae
sysjs: automatically cast numbers to f64 & remove dead code
2022-12-25 13:36:03 -07:00
Ali Chraghi
2de36ad75b
wasmserve: execute zig with acutal args
2022-12-25 13:36:03 -07:00
Ali Chraghi
061daa790f
ci: remove compile-all step
...
examples are moved to a separate repo and `zig build` does the same
2022-12-25 13:36:03 -07:00
Ali Chraghi
f9b3ac2106
sysaudio: add webaudio backend
2022-12-25 13:36:03 -07:00
Benjaaaa
052d3a7da8
mach: fix compiler error regarding zig changes ( #645 )
2022-12-25 13:19:48 -07:00
citruslee
0e67b92676
mach: fix compiler error about missing field_type ( #644 )
2022-12-22 11:50:26 -07:00
Stephen Gutekanst
997f38bd0c
Revert "gpu-dawn: update to latest binary release"
...
This reverts commit c3e05651bd .
Our M1 runner is not active right now due to the work going on with
Wrench, so this gpu-dawn version is missing macos-aarch64 builds at
the moment.
2022-12-22 11:01:46 -07:00
Release automation
c3e05651bd
gpu-dawn: update to latest binary release
2022-12-19 02:03:53 +00:00
Ali Chraghi
ccc938e757
ci: install pulseaudio and jack servers
2022-12-18 18:02:31 -07:00
Ali Chraghi
dc3f4b4c00
sysaudio:wasapi: wait for audio client to be ready
2022-12-18 18:02:31 -07:00
Ali Chraghi
a3d23b199d
system_sdk: update to latest commits
2022-12-18 18:02:31 -07:00
Ali Chraghi
457986bb33
mach: fix compilation on latest zig
2022-12-18 18:02:31 -07:00
Ali Chraghi
3b162fdd7c
all: update zig version
2022-12-18 18:02:31 -07:00
Ali Chraghi
0f3e28bc2a
sysaudio: rewrite in zig
...
removes libsoundio dependency
2022-12-18 18:02:31 -07:00
Aaron Winter
8aa2c97079
ecs: improve formatting ( #643 )
2022-12-18 03:21:11 -07:00
Keith Chambers
c9793a4666
glfw: update to zig 0.11.0-dev.811 ( #640 )
2022-12-15 16:47:19 -07:00
BratishkaErik
b1191cbeb5
{mach,gpu}: more undef/nul -> undefined/null renames ( #638 )
...
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-14 18:20:11 -07:00
Keith Chambers
81fce62133
freetype: fix incorrect font path in embedFile ( #636 )
2022-12-14 02:19:34 -07:00
Eric Joldasov
e832784e6b
mach: use null and undefined in enums
...
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-14 02:18:21 -07:00
Eric Joldasov
37b7d32485
sysjs: use null and undefined in enums
...
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-14 02:18:21 -07:00
Eric Joldasov
3397497cc9
sysaudio: use undefined in enums
...
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-14 02:18:21 -07:00
Eric Joldasov
441b7641b5
glfw: use null in enums
...
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-14 02:18:21 -07:00
Eric Joldasov
94ba8338f5
gpu: use null and undefined in enums
...
Closes #626
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-14 02:18:21 -07:00
Aaron Winter
ef05d8ca69
mach: toOwnedSlice now returns an error union that needs to be handled ( #635 )
2022-12-10 15:26:16 -07:00
Keith Chambers
c151222011
mach: VertexWriter fixes ( #633 )
...
* mach: VertexWriter fixes
* mach: Reference decls in gfx
* remove comptime block from refAllDecls as is redundant
2022-11-30 09:27:00 -07:00
Keith Chambers
f331597bc2
mach: gfx: Add VertexWriter ( #630 )
2022-11-28 22:29:50 -07:00
Aaron Winter
72ef60c8c2
ecs: fix segfault in Entities.deinit ( #629 )
...
Co-authored-by: Aaron Winter <wintera@Aarons-MacBook-Pro.local>
2022-11-26 20:53:44 -07:00
Aaron Winter
a06ac6356d
ecs: rename sort function to be camelCase ( #628 )
...
Co-authored-by: Aaron Winter <wintera@Aarons-MacBook-Pro.local>
2022-11-26 20:42:15 -07:00