Skip to content

Version 2.5.0

Latest
Compare
Choose a tag to compare
@twiddlingbits twiddlingbits released this 29 Sep 16:17

add new audio C API (see https://twiddlingbits.dev/docsite/api/api-c-audio/ )
add new timer C API (see https://twiddlingbits.dev/docsite/api/api-c-general/#twr_timer_single_shot )
add some new Draw 2D C/C++ APIs (see https://twiddlingbits.dev/docsite/api/api-c-d2d/ )
add twrLibrary TypeScript class which can be extended to add your own TypeScript APIs to C/C++ (see https://twiddlingbits.dev/docsite/api/api-ts-library/ )
add basic C event framework (see https://twiddlingbits.dev/docsite/gettingstarted/events/ )
moved wasm mem access to new wasmMem class
update pong example to support two player modes with AI (see https://twiddlingbits.dev/docsite/examples/examples-pong/ )
update pong example to add audio
add more test cases
add %u to printf
misc updates and bug fixes
update documentation
npm released