summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Collapse)Author
2025-10-06lib-vt: begin paste utilities exports starting with safe pasteMitchell Hashimoto
2025-10-05lib-vt: expose key encoding as a C APIMitchell Hashimoto
2025-10-03update a bunch of required Zig versions to 0.15Mitchell Hashimoto
2025-09-29lib-vt: OSC data extraction boilerplateMitchell Hashimoto
This also changes OSC strings to be null-terminated to ease lib-vt integration. This shouldn't have any practical effect on terminal performance, but it does lower the maximum length of OSC strings by 1 since we always reserve space for the null terminator.
2025-09-28example/c-vt: parse a full OSC commandMitchell Hashimoto
2025-09-24remove vt prefixesMitchell Hashimoto
2025-09-24move header into subdirectoryMitchell Hashimoto
2025-09-24some PR feedbackMitchell Hashimoto
2025-09-24lib-vt: docsMitchell Hashimoto
2025-09-24lib-vt: setup a default allocator if nullMitchell Hashimoto
2025-09-24example/c-vtMitchell Hashimoto
2025-09-23example/zig-vt: add comment explaining how to get zero-dep buildMitchell Hashimoto
2025-09-21example/zig-vtMitchell Hashimoto
2025-09-21remove stale example wasm appMitchell Hashimoto
2024-09-11prettierMitchell Hashimoto
2024-08-11spelling: normalize grey -> grayQwerasd
2023-09-28nix: install prettier, also ignore zig-cache/outMitchell Hashimoto
2023-09-28lint JSON and Typescript as wellPatrick Fong
2022-12-31can specify a wasm target in buildMitchell Hashimoto
2022-12-30config: enable passwd isn't compiled for wasmMitchell Hashimoto
2022-12-24wasm: use shared, imported memoryMitchell Hashimoto
This switches our wasm build to use "shared" memory. Shared memory can be shared across multiple web workers, which is something we'll want to support for our multi-threaded behaviors later. Shared memory has a number of different restrictions so this updates zig-js to support it as well as updates some of our functions that need to be aware of it.
2022-12-13font: web canvas sprite font can compositeMitchell Hashimoto
2022-12-13font: web canvas sprite font can write to atlasMitchell Hashimoto
2022-12-12update example to show multi-codepoint graphemeMitchell Hashimoto
2022-12-07font: web canvas shaper yields runsMitchell Hashimoto
2022-12-06font: web canvas can render emojiMitchell Hashimoto
2022-12-05wasm: show color atlas in example web appMitchell Hashimoto
2022-12-05font: GroupCache is wasm compatibleMitchell Hashimoto
2022-12-05font: Group is now wasm-compatibleMitchell Hashimoto
2022-12-05font: DeferredFace is wasm-compatibleMitchell Hashimoto
2022-12-05font: fix some JS memory leaksMitchell Hashimoto
2022-12-05font: add 1 to the canvas glyph to avoid clippingMitchell Hashimoto
2022-12-05font: fix glyph offset calculations for renderMitchell Hashimoto
2022-12-05font: add method for drawing atlas to canvasMitchell Hashimoto
2022-12-05font: working on rendering glyphs in canvasMitchell Hashimoto
2022-12-04calculate font metrics via canvasMitchell Hashimoto
2022-12-04hook up logging to wasm, example uses new zig-js packageMitchell Hashimoto
2022-12-01blank out web canvas implMitchell Hashimoto
2022-12-01Start scaffolding web_canvas backendMitchell Hashimoto
2022-08-17test wasm of the term packageMitchell Hashimoto