/dbsdk-kk

A DreamBox SDK for the Koka programming language.

Primary LanguageC

dbsdk-kk

Cli tool + wrapper over the DreamBox SDK API for Koka.

Progress

Cli

Component Done?
new command
build command
clean command

DBSDK

File Done? Notes
db_audio.h Includes stdint.h
db_bios.h Includes stdint.h
db_clock.h ✔️
db_gamepad.h ✔️
db_io.h Includes stdint.h
db_log.h ~ db_log has a Koka wrapper, db_logf is not available in Koka
db_log.c db_logf is not available in Koka
db_math.h Includes stdint.h
db_math.c Includes db_log.h
db_sounddriver.h Includes stdint.h, db_math.h, db_io.h
db_sounddriver.c Includes stdbool.h, stdlib.h, errno.h, string.h, math.h, assert.h, db_audio.h, db_io.h, db_log.h
db_vdp.h Includes stdint.h, db_math.h (Only Vec4 is required.)
Contains additional fns to set initial state. These are to be moved at a later time.

Documentation

TODO

License

TBD