forked from avalonbits/vdp-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
executable file
·30 lines (30 loc) · 914 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
26
27
28
29
30
{
"name": "vdp-gl",
"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": "Fork of FabGL 1.0.8 customized for agon-vdp.",
"repository":
{
"type": "git",
"url": "https://github.com/avalonbits/vdp-gl.git"
},
"authors":
[
{
"name": "Fabrizio Di Vittorio",
"email": "fdivitto2013@gmail.com",
"url": "https://github.com/fdivitto",
"maintainer": false
},
{
"name": "Igor Chaves Cananea",
"email": "icc@avalonbits.com",
"url": "https://github.com/avalonbits",
"maintainer": true
}
],
"version": "1.0.5",
"frameworks": ["espidf", "arduino"],
"platforms": "espressif32",
"headers": "fabgl.h",
"includeDir": "src"
}