eenk and eenky were put together by Tom Granger from the building blocks provided by amazing open-source projects and libraries, listed below. Thank you for sharing your work and making this project possible at all!
And of course, thanks to inkle for creating Ink and Inky and making them open-source in the first place ♥.
eenk Firmware Credits
The eenk core firmware runtime and hardware ecosystem are made possible by the following open-source projects, libraries, and creators:
Core
Papyrix - Developed by Pavel Liashkov is the lightweight custom Xteink firmware that served as the basis for eenk, providing the core text rendering engine (GfxRenderer), text layout system, bitmap font format (EpdFont), and a lot of inspiration :)
inkcpp - Developed by JBenda. Low-memory C++ runtime engine for executing compiled Ink story binaries. It's the magic that makes it all possible. Used via the eenk-patches fork.
Other building blocks
Free-Ink SDK - Created by the Free-Ink team. Hardware abstraction SDK providing low-level display drivers (UC8253, UC8279, SSD1677, UC8179), power control, battery monitoring, and device detection for Xteink hardware.
esptool-js - Espressif Systems. Web Serial JavaScript library enabling browser-based firmware flashing.
PlatformIO - PlatformIO team. Build automation system for embedded hardware and host compilation.
SDL2 - Sam Lantinga & Simple DirectMedia Layer team. Cross-platform graphics library powering eenky's native desktop simulator.
Antigravity - Google. A coding assitant that allowed me to bring this small "what if" project to life relatively quickly. It also enabled a lot of feature creep.
inkcpp_cl - Developed by JBenda. Ink C++ runtime with .json → .bin compiler (forked and lightly patched to accommodate project needs). This project made eenk possible, thank you!
epdiy fontconvert - Created by Valentin Roland & extended by Pavel Liashkov for Papyrix. It's a font conversion script (fontconvert.py) that converts .ttf/.otf fonts into the binary .epdfont format used in the renderer.
Other building blocks
Electron - OpenJS Foundation / GitHub. Cross-platform desktop application framework.
esptool-js - In-browser and Electron USB serial device manager and flasher.
Vue.js 3 - By Evan You and the Vue core team. Progressive reactive frontend framework powering the modernized UI.
Vite - Also by Evan You and the Vite core team. Fast frontend build tooling.
Pinia - By Eduardo San Martin Morote. Intuitive state management store for Vue 3.
Material Symbols Outlined - Google. Icon font powering interface icons across the eenky IDE and web tools.