|
|
9fc3353599
|
prepare for 0.4.1 release
|
2025-03-02 20:45:27 +01:00 |
|
|
|
f4fa9e9c62
|
revert rubato to 0.12 to fix crackling at 48000
(probably some misuse on my side, need to investigate more)
|
2025-03-02 13:42:06 +01:00 |
|
|
|
4c1ce8075e
|
revert to winit 0.28 and wgpu 0.17 to fix fps on windows
|
2025-03-02 12:57:22 +01:00 |
|
|
|
bf14d4bd3f
|
prepare release 0.4.0
|
2025-01-22 19:49:28 +01:00 |
|
|
|
b69055b58d
|
update to git version of wasmtime
fixes performance regressions since microw8 0.2.1
|
2024-06-16 13:07:29 +02:00 |
|
|
|
5cd1ecb98a
|
prepare for 0.3.0 release
|
2024-04-27 23:22:51 +02:00 |
|
|
|
842cf9f139
|
update some more dependencies
|
2024-04-10 00:04:12 +02:00 |
|
|
|
7003db3a05
|
update dependencies
|
2024-04-03 10:26:41 +02:00 |
|
|
|
440e150896
|
update dependencies
|
2023-08-23 00:52:51 +02:00 |
|
|
|
bbfb5eba49
|
add back event debouncing in file watcher
|
2023-01-30 00:09:25 +01:00 |
|
|
|
b33099c828
|
update more dependencies
|
2023-01-28 02:11:25 +01:00 |
|
|
|
502852e59a
|
update uw8-window dependencies
|
2023-01-26 23:40:54 +01:00 |
|
|
|
5efa8b3465
|
first batch of dependency updates
|
2023-01-26 22:45:34 +01:00 |
|
|
|
142b6a4c15
|
fix typo in sample rate selection
|
2022-10-30 00:07:58 +02:00 |
|
|
|
760664eb77
|
add some command line switches for the gpu window
|
2022-07-23 22:34:59 +02:00 |
|
|
|
499bb02f2c
|
restructure control flow of uw8-window to hopefully make it work on MacOS
|
2022-07-21 08:51:17 +02:00 |
|
|
|
9dabf75732
|
first somewhat working version of uw8 using gpu window
|
2022-07-08 23:29:39 +02:00 |
|
|
|
caeaa82787
|
optimize hline function, update wasmtime
|
2022-06-12 14:28:01 +02:00 |
|
|
|
e7a00dd9c6
|
prepare for v0.2.0 release
|
2022-05-09 00:51:51 +02:00 |
|
|
|
599873890a
|
add docs for debug output
|
2022-05-08 19:47:07 +02:00 |
|
|
|
8e9bb002bc
|
improve sleep timer resolution on windows
|
2022-05-08 18:08:29 +02:00 |
|
|
|
b2b990333e
|
prepare for v0.2.0-rc3 release
|
2022-05-08 00:51:11 +02:00 |
|
|
|
9f548cd6f0
|
update curlywas
|
2022-05-08 00:19:49 +02:00 |
|
|
|
3f67e92c5c
|
prepare for 0.2.0-rc2 release
|
2022-05-04 08:48:16 +02:00 |
|
|
|
c42a484adb
|
Update version number to 0.2.0-rc1
|
2022-04-26 22:38:31 +02:00 |
|
|
|
2dee1b30a4
|
add support for non 44.1kHz audio configs (resampling)
|
2022-04-26 00:02:34 +02:00 |
|
|
|
42f7887ab2
|
install missing alsa dependency on ci
|
2022-04-24 23:48:58 +02:00 |
|
|
|
a5edeb21d8
|
update some dependencies
|
2022-04-17 22:32:59 +02:00 |
|
|
|
2839fe5be4
|
implement sound in native runtime
|
2022-04-17 22:16:17 +02:00 |
|
|
|
f32b0762b0
|
update curlywas
|
2022-04-11 00:18:26 +02:00 |
|
|
|
6c064a1dd8
|
enable ansi terminal on windows 10 cmd
|
2022-04-08 21:11:51 +02:00 |
|
|
|
99a423619e
|
fix watch mode not working when initial compile fails
|
2022-03-05 21:18:55 +01:00 |
|
|
|
a6a82ff5a1
|
update wasmtime version
|
2022-03-02 21:50:26 +01:00 |
|
|
|
d11b46576a
|
prepare for 0.1.2 release
|
2022-02-28 23:19:58 +01:00 |
|
|
|
8815a8e02e
|
add full dependencies to file watcher
|
2022-02-27 21:50:33 +01:00 |
|
|
|
eb7c33d412
|
update curlywas, use 'include "microw8-api.cwa"' in examples
|
2022-02-26 23:41:15 +01:00 |
|
|
|
c56196bd2e
|
actual run --browser instead of just optimized technotunnel
|
2022-02-20 18:26:57 +01:00 |
|
|
|
4c75ba2e44
|
start implementing run --browser
|
2022-02-19 16:21:02 +01:00 |
|
|
|
c25a52b61b
|
Prepare 0.1.1 release
add devkit mode to web runtime
add unpack and compile commands to uw8
|
2022-02-04 22:25:17 +01:00 |
|
|
|
f21497dd2e
|
implement more robust file watcher
|
2022-01-29 15:22:14 +01:00 |
|
|
|
cacde9136c
|
update dependencies, disable wayland support
wayland support doesn't fully work with gnome
(missing window decoration)
|
2022-01-23 13:16:04 +01:00 |
|
|
|
26206a312a
|
add filter-exports command to automatically remove unused exports
this removes the need for a manual step in the rust example
|
2022-01-01 19:02:58 +01:00 |
|
|
|
6f22e00487
|
update upkr version
|
2021-12-27 23:46:03 +01:00 |
|
|
|
cf0e40a0e5
|
add uw8 pack command
|
2021-12-27 22:02:27 +01:00 |
|
|
|
462dc3a1c6
|
update upkr (new tweaked compressed format)
|
2021-12-27 17:34:00 +01:00 |
|
|
|
581740cbdb
|
add support for .wat files, add xorscroll.wat example
|
2021-12-16 23:58:58 +01:00 |
|
|
|
6f92fd8bb3
|
add line function to platform
|
2021-12-11 23:56:46 +01:00 |
|
|
|
0cb169d62e
|
added -p -c -l -o options to uw8 run command
|
2021-11-26 23:45:29 +01:00 |
|
|
|
f7e3202c39
|
add support to directly run cwa files
|
2021-11-16 23:54:58 +01:00 |
|
|
|
289382f351
|
implement watch mode
|
2021-11-14 15:18:21 +01:00 |
|