Skip to content

hiegz/fuizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

TUI library for Zig (coming soon)

Topics

Resources

License

Stars

Watchers

Forks

Languages