An iMessage client for System 6
Go to file
2022-01-09 22:57:49 -08:00
JS get new message notifications working 2022-01-09 22:57:49 -08:00
.gitignore repo cleanup, introduce test mode to coprocessorjs module 2022-01-01 23:17:02 -08:00
CMakeLists.txt repo cleanup, introduce test mode to coprocessorjs module 2022-01-01 23:17:02 -08:00
compile_js.sh first commit 2021-09-10 23:12:19 -07:00
coprocessorjs.c small fixes 2022-01-06 22:09:39 -08:00
coprocessorjs.h first commit 2021-09-10 23:12:19 -07:00
mac_main.c get new message notifications working 2022-01-09 22:57:49 -08:00
mac_main.h repo cleanup, introduce test mode to coprocessorjs module 2022-01-01 23:17:02 -08:00
mac_main.r new chat fixes, about dialog fixes 2022-01-02 23:36:23 -08:00
Makefile eliminate almost all floating point math and lots of unnused nuklear code, replace with short int math 2021-10-15 23:05:28 -07:00
nuklear_app.c get new message notifications working 2022-01-09 22:57:49 -08:00
nuklear_quickdraw.h further improve performance: remove all color support from nuklear and color translation support from nuklear quickdraw code and replace with nuklear working directly with qd colors and patterns. ~30% performance gain with the same look and feel! 2022-01-07 21:44:56 -08:00
nuklear.h further improve performance: remove all color support from nuklear and color translation support from nuklear quickdraw code and replace with nuklear working directly with qd colors and patterns. ~30% performance gain with the same look and feel! 2022-01-07 21:44:56 -08:00
NuklearQuickDraw.project first commit 2021-09-10 23:12:19 -07:00
NuklearQuickDraw.workspace first commit 2021-09-10 23:12:19 -07:00
README.md improved readme 2021-09-10 23:16:21 -07:00
SerialHelper.c serious performance improvements: cache commands and avoid re-drawing unnecessary commands from event to event. in double buffering code, check bounds and only blit in changed area. 2021-12-19 23:54:47 -08:00
SerialHelper.h first commit 2021-09-10 23:12:19 -07:00

Messages For Macintosh

iMessage app (via a modern Mac...) for System 6 Macintoshes. Built on Retro68, Nuklear, CoprocessorJS