(Outdated Mirror!) a bytebeat rendering engine in C (no support of JavaScript bytebeat yet)
Intel A80486DX2-66
551933cddd
Memory allocation for the audio buffer: 1. Instant mode: Use `malloc` instead of `calloc` 2. Allocate heap memory before the loop to speed up audio generation, free the memory after the loop 3. Extract the memory allocation into a macro |
||
---|---|---|
src | ||
.editorconfig | ||
.gitignore | ||
bytebeat_compiler.py | ||
documentation.md | ||
EXAMPLE_USAGE.md | ||
gitignore_clean.py | ||
LICENSE | ||
README.md |
C-JS-bytebeat-render
a bytebeat rendering engine in C (no support of JavaScript bytebeat yet)