Skip to content

FortranGoingOnForty/fifftty

Repository files navigation

fortty

A terminal emulator written in modern Fortran.

fortty aims to be a fully featured terminal with hardware acceleration, splits, configurable keybinds, and proper handling of terminal edge cases. It follows the architecture and solutions of existing terminals (ghostty, alacritty, wezterm) but implements everything from first principles in Fortran.

Build

Requires gfortran 11+, GTK4, CMake 3.20+, and pkg-config.

macOS:

brew install gcc gtk4 cmake pkg-config

Arch Linux:

pacman -S gcc gtk4 cmake pkgconf

Debian/Ubuntu:

apt install gfortran libgtk-4-dev cmake pkg-config

Build and run:

make
./build/fortty

License

MIT

About

old attempts at fortty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages