Skip to content

Activity

Improve compiler error message

maximecbpushed 1 commit to main • 7925154…778114c • 
on Sep 13, 2024

Improve error message

maximecbpushed 1 commit to main • 5120b4f…7925154 • 
on Sep 12, 2024

Enable vsync to avoid tearing

maximecbpushed 1 commit to main • 387e824…5120b4f • 
on Sep 12, 2024

Add audio_graph.c example

maximecbpushed 1 commit to main • e98bcab…387e824 • 
on Sep 12, 2024

Fix issue with audio_read_samples

maximecbpushed 1 commit to main • 8352959…e98bcab • 
on Sep 11, 2024

Implement audio_read_samples()

maximecbpushed 1 commit to main • c0b195f…8352959 • 
on Sep 10, 2024

Split audio input and output callbacks

maximecbpushed 1 commit to main • 335ef65…c0b195f • 
on Sep 10, 2024

Implement audio_open_input. Fix ball.c sound output.

maximecbpushed 1 commit to main • 46924ac…335ef65 • 
on Sep 10, 2024

Add test for threads and atomic operations

maximecbpushed 1 commit to main • eafc62c…46924ac • 
on Sep 7, 2024

Implement basic atomic instructions

maximecbpushed 1 commit to main • af2aef5…eafc62c • 
on Sep 7, 2024

Update planning.md

maximecbpushed 1 commit to main • 89f245e…af2aef5 • 
on Sep 5, 2024

Update README.md

maximecbpushed 1 commit to main • 70144e0…89f245e • 
on Sep 5, 2024

Change to max 256 thread locals

maximecbpushed 1 commit to main • 9165d3f…70144e0 • 
on Sep 5, 2024

Convert exit to syscall instead of VM instruction

maximecbpushed 1 commit to main • 22422fb…9165d3f • 
on Sep 5, 2024

Update syscall description

maximecbpushed 1 commit to main • 32a6d8f…22422fb • 
on Sep 4, 2024

Update thread_spawn to take an argument value

maximecbpushed 1 commit to main • ed62948…32a6d8f • 
on Sep 4, 2024

Add insns to access thread-local variables

maximecbpushed 1 commit to main • b438abc…ed62948 • 
on Sep 4, 2024

Update README.md

maximecbpushed 1 commit to main • c4c9de4…b438abc • 
on Sep 3, 2024

Update README.md

maximecbpushed 1 commit to main • 86eb2c8…c4c9de4 • 
on Sep 3, 2024

Remove basic.c example for now

maximecbpushed 1 commit to main • 4015993…86eb2c8 • 
on Sep 3, 2024

Fix examples/textedit.c

maximecbpushed 1 commit to main • 508a7c7…4015993 • 
on Sep 3, 2024

Handle TextInput event

maximecbpushed 1 commit to main • 4fa504b…508a7c7 • 
on Sep 3, 2024

Refactor chess.c for new event system

maximecbpushed 1 commit to main • ef23245…4fa504b • 
on Sep 3, 2024

Fix tests/graphics.c

maximecbpushed 1 commit to main • a405dcd…ef23245 • 
on Sep 3, 2024

Fix examples/wu_lines.c

maximecbpushed 1 commit to main • 236c0ff…a405dcd • 
on Sep 3, 2024

Rename SysCallFn to HostFn

maximecbpushed 1 commit to main • 947b3a9…236c0ff • 
on Sep 3, 2024

Fix gradient.asm example

maximecbpushed 1 commit to main • d3c3293…947b3a9 • 
on Sep 3, 2024

Remove broken circle.asm example

maximecbpushed 1 commit to main • f721fee…d3c3293 • 
on Sep 3, 2024

Update README.md

maximecbpushed 1 commit to main • ac93106…f721fee • 
on Sep 3, 2024

Implement window_wait_event. Fix paint.c example

maximecbpushed 1 commit to main • 885ccf5…ac93106 • 
on Sep 3, 2024