added printing of notes; added initial ui module
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 6 Jun 2021 04:39:57 +0000 (23:39 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 6 Jun 2021 04:39:57 +0000 (23:39 -0500)
commita64edd973b03048858121e1884b8016b8e9a7d90
tree894cd5b27a592e6377a3c06b267b958b504072f4
parent0eabafaeba7067314c5af04fea51aa9796a1a793
added printing of notes; added initial ui module
14 files changed:
bin/onyx
include/onyxastnodes.h
modules/immediate_mode/module.onyx
modules/ui/flow.onyx [new file with mode: 0644]
modules/ui/module.onyx [new file with mode: 0644]
modules/ui/resources/font.data [new file with mode: 0644]
modules/ui/resources/font_2.data [new file with mode: 0644]
modules/ui/ui.onyx [new file with mode: 0644]
src/onyx.c
src/onyxastnodes.c
src/onyxchecker.c
src/onyxentities.c
src/onyxparser.c
src/onyxwasm.c