Una librería para dibujar píxeles usando el framebuffer de Linux en Python.
Project description
FrameDirect
FrameDirect es una librería en Python para dibujar píxeles directamente en el framebuffer de Linux. Perfecta para proyectos que necesitan control directo del hardware gráfico sin depender de entornos gráficos como X11 o Wayland.
Características
- Acceso directo al framebuffer
/dev/fb0 - Dibujo de píxeles a bajo nivel
- Compatible con pantallas de 32 bits de color
- Colores predefinidos para facilitar el uso
- Colores en formato ARGB (en hexadecimal)
- Simple, ligera y sin dependencias pesadas
Requisitos
- Linux con framebuffer habilitado y acceso a
/dev/fb0 - Python 3.6 o superior
Instalación
Puedes instalar la librería localmente:
pip install .
O directamente desde GitHub:
pip install git+https://github.com/gneval9/FrameDirect.git
Uso básico
import framedirect
framedirect.init() # Inicializa el framebuffer
framedirect.resolution() # Imprime la resolución de la pantalla (Variables: screen_width y screen_height)
framedirect.draw_pixel(100, 100, framedirect.RED) # Dibuja un píxel rojo en (100, 100)
framedirect.draw_line(200, 200, 300, 300, framedirect.GREEN) # Dibuja una línea verde de (200, 200) a (300, 300)
framedirect.draw_circle(400, 400, 50, 0xFF0000FF) # Dibuja un circulo azul en (400, 400) con radio 50px
framedirect.close() # Cierra el framebuffer
Licencia
MIT License
Autor
Hecho con amor por gneval9 Software <3 Contacto: gneval99@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file framedirect-0.5.1.tar.gz.
File metadata
- Download URL: framedirect-0.5.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fadacd26e2df151b9582575115597f7565a4d7a73d2692a4e316cb4dd8a7c87
|
|
| MD5 |
9e938d56da4ca267ebbbea8452db5bbb
|
|
| BLAKE2b-256 |
73bc8af0213e4d967bd35f7edb3321f48270f4e15682eee53aa0e665ec291012
|
File details
Details for the file framedirect-0.5.1-py3-none-any.whl.
File metadata
- Download URL: framedirect-0.5.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e01730c4d007d6b8fb4b57de6a546c08f3565a4a919a26cc4217f99b444fcbad
|
|
| MD5 |
3e273f9fdb5decb894b13fb64a1bff48
|
|
| BLAKE2b-256 |
7bb19efc067be853ae20a89701c19d71793f36053a296901cc41e0f1d98e1c63
|