Skip to content

adolfoweloy/termini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termini

A simple terminal emulator built with SDL2 and a pseudo-terminal (pty) interface.

Features

  • Basic terminal emulation
  • Support for multiple lines of text
  • Text input handling

Requirements

  • C compiler (gcc or clang)
  • SDL2
  • SDL2_ttf

Building

To build the project, use the following commands:

gcc -o termini main.c -lSDL2 -lSDL2_ttf -g

Running

To run the terminal emulator, use the following command:

./termini

About

Mini terminal emulator project created to educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages