Commit Graph

46 Commits

Author SHA1 Message Date
29186c806f add pulse width support to other wave types 2022-03-10 23:05:07 +01:00
b626d2609a implement proper exponential envelope timings 2022-03-09 23:03:15 +01:00
39ead8220f slight optimization, add pulse width modulation to melody voices 2022-03-09 09:22:27 +01:00
ce18a8a162 add initial pulse width support 2022-03-08 22:52:12 +01:00
a15e796489 first full version of time for ges 2022-03-08 22:20:54 +01:00
f178076b86 all basic wave forms, filters, panning 2022-03-08 09:46:35 +01:00
81adcf0198 implement more of the sound-chip 2022-03-07 23:58:54 +01:00
780caf965a sync sound registers to sound thread 2022-03-07 09:35:11 +01:00
0d514c7dd3 steady on now down to 197 bytes 2022-03-06 10:13:48 +01:00
a8eb3bda27 some clean up and optimization on steady on tim 2022-03-05 23:54:13 +01:00
9063e872d3 ported steady on tim as a sound test 2022-03-04 23:38:27 +01:00
85240599e8 first working version with sound 2022-03-04 09:50:10 +01:00
35ec5fdb59 add simple bytebeat example to test first implementation with 2022-03-02 22:42:23 +01:00
00d21b4745 add include dir to release script 2022-02-28 23:59:51 +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
266493ca1c run --browser is working (very unpolished) 2022-02-19 23:58:13 +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
10ba7ed3bb make use of nontrapping-fptoint, add tunnel.cwa as reference 2022-01-02 16:34:11 +01:00
acea5cb6e0 enable nontrapping fptoint feature in c and zig example 2022-01-02 16:06:01 +01:00
20365a0dd0 port tunnel example to C 2022-01-02 15:22:11 +01:00
88ee0e1bef port rust tunnel example to zig 2022-01-02 13:58:56 +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
6a75988489 update rust example 2022-01-01 15:51:18 +01:00
397ff19d80 test remaining control codes 2022-01-01 15:37:17 +01:00
b7e8ddf0f1 test new control codes 2022-01-01 14:19:58 +01:00
ed9d9fdeb5 implement more control codes 2021-12-31 23:09:49 +01:00
cd1275a78f implement framework for control codes 2021-12-31 22:12:21 +01:00
32345876b9 v0.1pre5 + some virtual fireworks for today 2021-12-31 11:08:31 +01:00
581740cbdb add support for .wat files, add xorscroll.wat example 2021-12-16 23:58:58 +01:00
299c08af5b fix isButtonTriggered in web runtime, release v0.1pre4 2021-12-12 17:06:19 +01:00
00cbe656cf add graphicsText mode and finish font_palette example 2021-12-12 00:54:58 +01:00
72e977c4ba fix line drawing 2021-12-11 23:27:38 +01:00
88182f94ee further improve line drawing, start/end pixels still buggy 2021-12-11 00:04:58 +01:00
940d6a1957 start line implementation, still a little buggy 2021-12-09 22:21:50 +01:00
ed24904d60 more font and text functions 2021-12-08 23:59:58 +01:00
aba00b1cae add input to web runtime, add v0.1pre3 to site 2021-12-01 23:36:39 +01:00
9ff4440238 increased gravity 2021-12-01 19:17:41 +01:00
e7333279e0 saved 10 bytes by chosing better float constants 2021-12-01 17:13:54 +01:00
1cc480cd48 add first iteration font and print functions 2021-12-01 09:08:21 +01:00
8695a222f0 add support for game input 2021-11-28 22:47:23 +01:00
88bc4fe364 compress platform module 2021-11-21 23:38:01 +01:00
d86f91789b move all imports to module "env", some tweaks to rust example 2021-11-06 19:46:16 +01:00
32d2519d2d add simple rust example 2021-11-06 18:52:52 +01:00