Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (16 loc) · 1.28 KB

TACOS logo

TACOS is an acronym for Text And Characters On Screen. It is a simple retro themed text editor styled to look like computer terminals of days gone by. TACOS is a GTK application built in Rust using gtk-rs. TACOS is still very early early in its development and is a learning process for me.

Requirements

You need to have GTK installed on your system and the toolchain should be stable-x86_64-pc-windows-gnu.

If you're having trouble, try these resources:

Using

  • git clone this repository or fork it and clone your copy.

  • cd into the folder you cloned the project to

  • run cargo build

  • run ./target/debug/tacos.exe (On Windows)

Fonts

By default, TACOS uses the Nouveau IBM font. Follow the link to download and install it or open src\css\gtk.css and change the font-family property to a different font that is installed on your local system.

GUI Example

TACOS GUI With Nouveau IBM Font