Skip to main content

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 libreria desde PyPi:

pip install FrameDirect

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()                                        # Devuelve 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.fill(framedirect.BLACK)				# Llena la pantalla con el color negro

framedirect.update()						# Actualiza el framebuffer

framedirect.close()                                             # Cierra el framebuffer

Licencia

MIT License

Autor

Hecho con amor por gneval9 Software <3 Contacto: gneval99@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

framedirect-0.6.2.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

framedirect-0.6.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file framedirect-0.6.2.tar.gz.

File metadata

  • Download URL: framedirect-0.6.2.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for framedirect-0.6.2.tar.gz
Algorithm Hash digest
SHA256 60151ff3486a92b4e9ce1d2f94fef39d569b5ea54cbcf6138d4d22f2c87dbc5f
MD5 a36f5cf04c6d6edc122b69f24306ef67
BLAKE2b-256 0582d37f524be6ecacd7c90f6211133a5c740605229a9b6abb0845abaf7094e0

See more details on using hashes here.

File details

Details for the file framedirect-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: framedirect-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for framedirect-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 61b8ac53fa8cef039da11caf733ba3d37f565d11bc2120c62e4a466f1bce4f6f
MD5 a2034c0bd1921531825cdd22ec3182ac
BLAKE2b-256 3979ee865bd9ae54de35a37fc0683983b237c139ca1b312aa708f23b9e101a9b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page