move z80screentest to sperate repo to make submodule

This commit is contained in:
Amber
2020-05-15 13:50:40 -04:00
parent 04c56ecf6c
commit 6ea0afc691
76 changed files with 0 additions and 2119 deletions

View File

@@ -1,7 +0,0 @@
# z80screentest
This is a simple program I used to help design and test the character font I am planning on using. It's capabilities are limited to only white on black text. It will likely be updated and expanded for my design needs.
### Dependencies:
- SDL2

View File

@@ -1,11 +0,0 @@
# Security Policy for z80screentest
## Supported Versions
| Version | Supported |
| ------------------ | ------------------ |
| 0.1.0-prerelease | :heavy_check_mark: |
## Reporting a Vulnerability
If you find a security bug, please report it as an Issue.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,761 +0,0 @@
bool chars[69][8][8] {
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,1,1,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,0,1,1,0,0,},
{0,1,0,1,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,0,0,1,0,0,},
{0,1,0,1,0,1,0,0,},
{0,1,0,0,1,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,1,0,1,0,0,},
{0,1,0,0,1,0,0,0,},
{0,0,1,1,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,1,0,1,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,1,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,1,1,0,0,0,},
{0,0,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,1,0,0,},
{0,0,1,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,1,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,1,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,1,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,1,0,1,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,1,0,1,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,0,1,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,1,0,1,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,1,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,1,0,1,0,0,},
{0,0,1,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,1,1,0,0,1,0,0,},
{0,1,1,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,1,1,0,0,},
{0,1,0,0,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,1,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,1,0,1,0,0,0,0,},
{0,1,0,0,1,0,0,0,},
{0,0,1,1,0,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,1,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,1,0,0,0,},
{0,1,0,0,0,1,0,0,},
{0,1,0,1,0,1,0,0,},
{0,1,0,1,1,1,0,0,},
{0,1,0,0,0,0,0,0,},
{0,0,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,1,1,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,0,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,1,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,1,1,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,1,0,0,0,0,0,},
{0,0,0,1,0,0,0,0,},
{0,0,0,1,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,1,1,1,0,1,0,0,},
{0,1,0,1,1,1,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
{
{0,0,0,0,0,0,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,1,0,1,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
};

Binary file not shown.

View File

@@ -1,17 +0,0 @@
#include <SDL2/SDL.h>
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char* argv[]) {
//initialize SDL2
if (SDL_Init() < 0) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL_Init failed: %s", SDL_GetError());
SDL_Quit();
return 3;
};
}

View File

@@ -1,47 +0,0 @@
from PIL import Image
length = 68
current = 0
f = open("array.txt", "w")
f.write("bool chars[{}][8][8] ".format(length + 1) + "{ \n")
f.write("""
{
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
{0,0,0,0,0,0,0,0,},
},
""")
for k in range(length):
if current < 10:
img = Image.open("sprite/letter0{}.png".format(current))
else:
img = Image.open("sprite/letter{}.png".format(current))
w,h = img.size
f.write("\n {\n")
for i in range(h):
f.write(" {")
for j in range(w):
r,g,b,p = img.getpixel((j,i))
if p == 0:
f.write("0,")
if p == 255:
f.write("1,")
f.write("},\n")
f.write(" },\n")
current += 1
f.write("};")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B