forked from fdivitto/FabGL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
executable file
·25 lines (25 loc) · 900 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "FabGL",
"keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, PAL, NTSC, Composite, SSD1306, ILI9341, ST7789, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display, vic20, emulator, 8086, z80, 6502",
"description": "ESP32 VGA Controller, Composite PAL/NTSC Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal",
"homepage": "http://www.fabglib.org",
"repository":
{
"type": "git",
"url": "https://github.com/fdivitto/FabGL.git"
},
"authors":
[
{
"name": "Fabrizio Di Vittorio",
"email": "[email protected]",
"url": "https://github.com/fdivitto",
"maintainer": true
}
],
"version": "1.0.9",
"frameworks": ["espidf", "arduino"],
"platforms": "espressif32",
"headers": "fabgl.h",
"includeDir": "src"
}