Commit Graph
100 Commits
Author SHA1 Message Date
dranke d1a3bb9db5 build testing branch 2024-06-07 15:16:31 +02:00
dranke 760664eb77 add some command line switches for the gpu window 2022-07-23 22:34:59 +02:00
dranke 465e66ff4b slight improvement to packed size display 2022-07-23 00:30:14 +02:00
dranke e4579d81bc add chromatic version of fast crt shader + auto crt shader 2022-07-21 23:03:52 +02:00
dranke 1f5042059c fix inputs getting stuck 2022-07-21 19:37:36 +02:00
dranke 499bb02f2c restructure control flow of uw8-window to hopefully make it work on MacOS 2022-07-21 08:51:17 +02:00
dranke 57a92ba79a update version number 2022-07-17 22:44:46 +02:00
dranke 7ec1e68a00 very slightly improve frame timings when not quite reaching 60 fps 2022-07-14 00:05:15 +02:00
dranke 539d19e0d7 fix square filter, arrow keys on windows 2022-07-12 20:18:06 +02:00
dranke e9a5f702b4 finish fast_crt shader 2022-07-12 00:22:05 +02:00
dranke ba0b037ec2 add first version of fast crt shader 2022-07-11 09:26:11 +02:00
dranke 0130d1c906 implement square filter 2022-07-10 23:56:19 +02:00
dranke 379ece5cbf restructuring for multiple filters 2022-07-10 23:17:31 +02:00
dranke c9c5cb76bd start refactoring wgpu code to allow for different upscale filters 2022-07-10 16:37:39 +02:00
dranke a6d6615231 only draw area covered by framebuffer 2022-07-10 12:18:53 +02:00
dranke fbc86fa78d implement input for gpu window 2022-07-09 21:16:25 +02:00
dranke eb724e8785 keyboard input is working for cpu window again 2022-07-09 13:18:51 +02:00
dranke f559c5b7d4 restructure run_native to report errors back to caller 2022-07-09 12:24:59 +02:00
dranke 9dabf75732 first somewhat working version of uw8 using gpu window 2022-07-08 23:29:39 +02:00
dranke b0adf7748d add uw8-window crate 2022-07-08 22:11:00 +02:00
dranke 7aa70ef39d some more tunnel optimization 2022-07-08 22:08:30 +02:00
dranke 2ce91ef49c continue TomCat's optimization of the tunnel 2022-06-22 00:18:20 +02:00
dranke 7caad08b7c print fractional compressed size 2022-06-22 00:16:35 +02:00
dranke 1f6de62e5d add test program for filled circle drawing 2022-06-12 23:54:56 +02:00
dranke caeaa82787 optimize hline function, update wasmtime 2022-06-12 14:28:01 +02:00
dranke e0450c9039 successfully reprod audio recording in firefox 2022-06-09 23:54:43 +02:00
dranke 95d0d92a6f first try for a simple repro of firefox resample fail (failed) 2022-06-09 23:36:23 +02:00
dranke 7a6dd0ab6d improve formatting of change log 2022-05-09 01:13:20 +02:00
dranke e7a00dd9c6 prepare for v0.2.0 release 2022-05-09 00:51:51 +02:00
dranke a02243d98c add sound to skipahead 2022-05-08 20:28:06 +02:00
dranke 599873890a add docs for debug output 2022-05-08 19:47:07 +02:00
dranke 8e9bb002bc improve sleep timer resolution on windows 2022-05-08 18:08:29 +02:00
dranke b2b990333e prepare for v0.2.0-rc3 release 2022-05-08 00:51:11 +02:00
dranke d1556f7be8 add support for writing debug output to the console 2022-05-08 00:41:11 +02:00
dranke 9f548cd6f0 update curlywas 2022-05-08 00:19:49 +02:00
dranke 7cea4eebd3 improve frame timings some more in both runtimes 2022-05-05 09:53:36 +02:00
dranke 3f67e92c5c prepare for 0.2.0-rc2 release 2022-05-04 08:48:16 +02:00
dranke a2714f25e4 fix unstable playback in browser runtime 2022-05-04 00:32:41 +02:00
dranke 7e203d93e6 implement scheduled sound updates in native runtime 2022-05-02 08:19:34 +02:00
dranke e44c87d1f6 add port of cracklebass 2022-04-29 00:22:55 +02:00
dranke 614b7cf358 add 0.2.0-rc1 download links to site 2022-04-26 23:20:05 +02:00
dranke c42a484adb Update version number to 0.2.0-rc1 2022-04-26 22:38:31 +02:00
dranke 3a5f2bf865 add another small doc paragraph for snd function 2022-04-26 19:41:05 +02:00
dranke 2dee1b30a4 add support for non 44.1kHz audio configs (resampling) 2022-04-26 00:02:34 +02:00
dranke 42f7887ab2 install missing alsa dependency on ci 2022-04-24 23:48:58 +02:00
dranke 4c82f4ad02 add 0.2.0rc1 web runtime 2022-04-24 23:32:28 +02:00
dranke 4dd8c3b029 add audio track to recorded video 2022-04-24 23:17:58 +02:00
dranke 2bf8938183 remove back-channel from audio thread for now
It needs some more thought before committing to it.
2022-04-24 15:52:19 +02:00
dranke 491bf88ade add first version of sound doku 2022-04-24 00:01:54 +02:00
dranke e05701300c implement backchannel from audio thread 2022-04-22 00:28:19 +02:00
dranke df0c169d54 use the last byte 2022-04-20 23:19:26 +02:00
dranke 61941bceeb add simple example for doing music just using playNote function 2022-04-20 21:48:03 +02:00
dranke 8fa64519e4 add playNote fn and bell chr (7) 2022-04-19 00:27:53 +02:00
dranke 7a52ce4e4c implement custom base address for GES 2022-04-18 16:40:16 +02:00
dranke 6f20d303c8 adjust tim_ges to latest sound chip revision 2022-04-18 11:52:07 +02:00
dranke a5edeb21d8 update some dependencies 2022-04-17 22:32:59 +02:00
dranke 2839fe5be4 implement sound in native runtime 2022-04-17 22:16:17 +02:00
dranke 893158e136 use setTimeout instead of requestAnimationFrame for 60 fps update 2022-04-17 12:26:01 +02:00
dranke 7c5f43f152 Merge branch 'master' into sound 2022-04-11 00:23:08 +02:00
dranke f32b0762b0 update curlywas 2022-04-11 00:18:26 +02:00
dranke 9ebb6b6d34 pause module when page doesn't have focus 2022-04-10 23:24:04 +02:00
dranke 8a10b99eeb fix non-windows build 2022-04-08 21:22:34 +02:00
dranke 6c064a1dd8 enable ansi terminal on windows 10 cmd 2022-04-08 21:11:51 +02:00
dranke 37f12f5a2c update web runtime 2022-04-04 09:31:43 +02:00
dranke 8ad2885a55 implement ring modulation 2022-04-02 18:19:45 +02:00
dranke 1917057b81 fixed one pole filter, wide stereo bit 2022-04-02 00:06:04 +02:00
dranke 82c1ddb867 improve attack and noise 2022-04-01 00:40:56 +02:00
dranke 8713aa8930 adjust tim_ges to new soundchip version 2022-03-19 22:55:40 +01:00
dranke 0f82e6e711 removed aliasing in rect and saw oscilators 2022-03-19 14:53:21 +01:00
dranke 0ade24ebf6 add source file to build wasm module with just ges emulation 2022-03-19 11:03:05 +01:00
dranke 29186c806f add pulse width support to other wave types 2022-03-10 23:05:07 +01:00
dranke b626d2609a implement proper exponential envelope timings 2022-03-09 23:03:15 +01:00
dranke 39ead8220f slight optimization, add pulse width modulation to melody voices 2022-03-09 09:22:27 +01:00
dranke ce18a8a162 add initial pulse width support 2022-03-08 22:52:12 +01:00
dranke a15e796489 first full version of time for ges 2022-03-08 22:20:54 +01:00
dranke f178076b86 all basic wave forms, filters, panning 2022-03-08 09:46:35 +01:00
dranke 81adcf0198 implement more of the sound-chip 2022-03-07 23:58:54 +01:00
dranke 780caf965a sync sound registers to sound thread 2022-03-07 09:35:11 +01:00
dranke 2033f9a172 wait for audio ready before starting cart, add button to unsuspend audio
fixes missing sound when auto-starting cart in chrome
2022-03-06 14:08:44 +01:00
dranke 0d514c7dd3 steady on now down to 197 bytes 2022-03-06 10:13:48 +01:00
dranke a8eb3bda27 some clean up and optimization on steady on tim 2022-03-05 23:54:13 +01:00
dranke 8b765a5742 Merge branch 'master' into sound 2022-03-05 23:10:14 +01:00
dranke 7197c11586 fix microw8.html no-autoload mode 2022-03-05 23:10:04 +01:00
dranke 99a423619e fix watch mode not working when initial compile fails 2022-03-05 21:18:55 +01:00
dranke 9063e872d3 ported steady on tim as a sound test 2022-03-04 23:38:27 +01:00
dranke 85240599e8 first working version with sound 2022-03-04 09:50:10 +01:00
dranke 35ec5fdb59 add simple bytebeat example to test first implementation with 2022-03-02 22:42:23 +01:00
dranke a6a82ff5a1 update wasmtime version 2022-03-02 21:50:26 +01:00
dranke 973814a629 update hero link to 0.1.2 2022-03-02 08:54:34 +01:00
dranke 00d21b4745 add include dir to release script 2022-02-28 23:59:51 +01:00
dranke d11b46576a prepare for 0.1.2 release 2022-02-28 23:19:58 +01:00
dranke add49a1f8b fix #2: Crash when drawing zero sized line 2022-02-27 22:09:54 +01:00
dranke 8815a8e02e add full dependencies to file watcher 2022-02-27 21:50:33 +01:00
dranke eb7c33d412 update curlywas, use 'include "microw8-api.cwa"' in examples 2022-02-26 23:41:15 +01:00
dranke 47ad3b4f30 add command to uw8-tool to write api include file 2022-02-26 22:13:15 +01:00
dranke 0f668fb6e9 fix typo in atan2 docs, change 'i' character in font 2022-02-26 21:01:57 +01:00
dranke f876f59e80 Merge branch 'browser-run' into next 2022-02-26 21:00:58 +01:00
dranke 44b8656f29 make both native and browser runtime optional 2022-02-21 22:54:14 +01:00
dranke 90467f7c5b add some more polish to web runner 2022-02-20 23:54:28 +01:00
dranke c56196bd2e actual run --browser instead of just optimized technotunnel 2022-02-20 18:26:57 +01:00