Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/12101111/fbterm

A terminal emulator for any framebuffer.
https://github.com/12101111/fbterm

Last synced: 3 months ago
JSON representation

A terminal emulator for any framebuffer.

Awesome Lists containing this project

README

        

# fbterm

A terminal emulator for any framebuffer.

Also contains an abstraction of the framebuffer, which can draw images by pixel.

## purpose

Build for no_std environment,such as operating system(without vga text mode) and embedded display.

## Font

Builtin Font from seabios vgabios, same as most VGA-compatible graphics cards.

![vga font](doc/vga.png)

Support Truetype font thanks to `fontdue` crate, require `alloc`.

![truetype](doc/ttf.png)

## Todo

- Documents
- PSF font
- Cursor
- ANSI