All Projects → rm-hull → luma.emulator

rm-hull / luma.emulator

Licence: MIT license
Provides a series of pseudo-display devices which allow the luma.core components to be used without running a physical device.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to luma.emulator

Chip8Python
A Super Chip 8 emulator written in Python
Stars: ✭ 65 (+103.13%)
Mutual labels:  emulator, pygame
gif-player
Control your animated GIFs
Stars: ✭ 120 (+275%)
Mutual labels:  gif-animation
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+543.75%)
Mutual labels:  gif-animation
ALIEN INVASION
A repository with game files being made with pygame
Stars: ✭ 35 (+9.38%)
Mutual labels:  pygame
pygameweb
🎮🕸️ pygame.org website. Python, PostgreSQL, Flask, sqlalchemy, JS.
Stars: ✭ 94 (+193.75%)
Mutual labels:  pygame
makesweet
Put pictures into animations from the command line.
Stars: ✭ 18 (-43.75%)
Mutual labels:  gif-animation
Nokia-LCD5110-HAL
Nokia LCD 5110 library to use with HAL GPIO on STM32 devices
Stars: ✭ 38 (+18.75%)
Mutual labels:  lcd-display
U8glib-HAL
Customized U8glib for use in Marlin 2.0
Stars: ✭ 40 (+25%)
Mutual labels:  lcd-display
python-tetris
Tetris game with AI made by pygame, inspired by react-tetris
Stars: ✭ 19 (-40.62%)
Mutual labels:  pygame
AlphaZero-Renju
No description or website provided.
Stars: ✭ 17 (-46.87%)
Mutual labels:  pygame
connect4
🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
Stars: ✭ 18 (-43.75%)
Mutual labels:  pygame
ConkyLuaMakerGUIv2
An interactive GUI to generate lua conky
Stars: ✭ 20 (-37.5%)
Mutual labels:  pygame
Arcade-CS-Games
Jeux pour l'arcade des CS Games
Stars: ✭ 18 (-43.75%)
Mutual labels:  pygame
raylib-py
A Python binding for the great C library raylib.
Stars: ✭ 147 (+359.38%)
Mutual labels:  pygame
MBBSEmu
The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
Stars: ✭ 75 (+134.38%)
Mutual labels:  emulator
ESP32 IMU BARO GPS VARIO
GPS altimeter/variometer with LCD display, routes with waypoints, data/gps track logging, bluetooth NMEA sentence transmission, wifi AP + webpage configuration
Stars: ✭ 72 (+125%)
Mutual labels:  lcd-display
faucon
NVIDIA Falcon Microprocessor Suite
Stars: ✭ 28 (-12.5%)
Mutual labels:  emulator
ld
LambdaDelta
Stars: ✭ 110 (+243.75%)
Mutual labels:  emulator
google-pubsub-emulator
Google PubSub Emulator wrapper to nodejs
Stars: ✭ 28 (-12.5%)
Mutual labels:  emulator
esp-01-WiFi-Scanner-ESP-01-OLED-I2C-Display
Scanner WiFi avec écran OLED I2C (SSD1306) sur un ESP-01 (ESP8266)
Stars: ✭ 21 (-34.37%)
Mutual labels:  oled-display

luma.core | luma.docs | luma.emulator | luma.examples | luma.lcd | luma.led_matrix | luma.oled

Luma.Emulator

https://github.com/rm-hull/luma.emulator/workflows/luma.emulator/badge.svg?branch=master https://coveralls.io/repos/github/rm-hull/luma.emulator/badge.svg?branch=master https://img.shields.io/pypi/dm/luma.emulator

https://img.shields.io/maintenance/yes/2021.svg?maxAge=2592000

luma.emulator provides a series of pseudo-display devices which allow the luma.core components to be used without running a physical device. These include:

  • Real-time (pixel) emulator, based on pygame
  • LED matrix and 7-segment renderers
  • PNG screen capture
  • Animated GIF animator
  • Real-time ASCII-art & block emulators

Documentation

Documentation can be found on https://luma-emulator.readthedocs.io.

clock

invaders

crawl

asciiart

max7219 emulator

License

The MIT License (MIT)

Copyright (c) 2017-2020 Richard Hull and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].