Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grymmjack/draw
DRAW is a pixel art editor written in QB64 that can export images as sourcecode
https://github.com/grymmjack/draw
ega pixel-art pixel-editor qb64 qb64-pe vga
Last synced: about 1 month ago
JSON representation
DRAW is a pixel art editor written in QB64 that can export images as sourcecode
- Host: GitHub
- URL: https://github.com/grymmjack/draw
- Owner: grymmjack
- License: mit
- Created: 2022-12-26T17:29:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T15:14:04.000Z (8 months ago)
- Last Synced: 2024-11-06T08:04:45.577Z (3 months ago)
- Topics: ega, pixel-art, pixel-editor, qb64, qb64-pe, vga
- Language: FreeBasic
- Homepage:
- Size: 779 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
DRAW by Rick Christy
==========================================# REQUIRES QB64PE-v3.12+
```
DATA "XXXXXX ", "XXXXXXXX", "XXXXXXXX", "XX XX XX", " XX XX "
DATA "XX::::XX", "XX::::XX", "XX::::XX", "XX XX XX", "XX:: ::XX"
DATA "XX XX", "XX XX::", "XXXX XX", "XX XX XX", "XX XX"
DATA "XX XX", "XX ::XX", "XX:: XX", "XX XX XX", "XX XX"
DATA "XXXXXXXX", "XX XX", "XX XX", "XXXX::XXXX", "::XX XX::"
DATA "::::::::", ":: ::", ":: ::", ":::: ::::", " :: :: "
```DRAW is a pixel art editor written in QB64 that can export images as sourcecode