-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathlibrary.json
More file actions
21 lines (20 loc) · 1.09 KB
/
Copy pathlibrary.json
File metadata and controls
21 lines (20 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "tgx",
"keywords": "graphics, gfx, 2d, 3d, 2d-graphics, 3d-graphics, embedded-graphics, software-rendering, rendering, framebuffer, rasterizer, drawing, display, image, texture, anti-aliasing, microcontroller, mcu, arduino, teensy, esp32, pico, rp2040, rp2350",
"description": "TGX is a tiny but full featured C++ graphics library for drawing 2D and 3D graphics onto a memory framebuffer. The library runs on any 32 bits CPU or MPU such as ESP32, Teensy, Pico (M4, M7, RP2040, RP2350...). It provides an extensive set of 2D/3D drawing primitives and aims at high quality rendering (anti-aliasing, alpha-blending, bilinear texture filtering...). The library itself is hardware-agnostic: an independent driver is required to display the image drawn in memory onto a physical screen.",
"repository":
{
"type": "git",
"url": "https://github.com/vindar/tgx"
},
"authors":
{
"name": "Arvind Singh",
"url": "https://github.com/vindar/tgx",
"maintainer": true
},
"homepage": "https://github.com/vindar/tgx",
"version": "1.1.4",
"frameworks": "arduino",
"platforms": "*"
}