Skip to content

hiegz/fuizon

Repository files navigation

Fuizon

A cross-platform TUI library for Zig

Requirements

  • Zig 0.14.0
  • Rust/Cargo

Installation

  1. Fetch:
zig fetch --save https://github.com/byut/fuizon/archive/<git-ref-here>.tar.gz
  1. Link to your executable or module:
const fuizon = b.dependency("fuizon", .{ .target = target, .optimize = optimize });
exe.root_module.addImport("fuizon", fuizon.module("fuizon"));
  1. Import:
const fuizon = @import("fuizon");

What you can build

snake-demo.mov

Discover more examples here

About

A cross-platform TUI library for Zig

Topics

Resources

License

Stars

Watchers

Forks