Skip to content

Commit

Permalink
update: docs and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
icebarf committed Nov 30, 2023
1 parent 1d3b725 commit e1954a0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
# c8fontgen

![ui_light](img/ui_light.png)
![ui_dark](img/ui_dark.png)

c8fontgen - abbreviated from Chip-8 Font Generator, is a tiny pixel editor
that allows you to generate custom chip-8 fonts. Chip-8 Sprites are 4x5, 1-bit
coded, and formatted as a simple array of bytes.

Chip-8 only uses the first or higher nibble to encode the fonts. You will notice
that the numerical output has it's lower nibble set to zero, always.

## Feature Set

- 16 Pixel Editors for each sprite.
- Outputs in various numerical bases. (WIP)
- All written in pure C code.
- Dark/Light Themes. (WIP)
- Completely written in pure C.
- Dark/Light Themes.

## Dependencies

- raygui
- raylib
- gcc
- cmake
- cmake (build)

## Theme Showcase

Both of the following themes are adaptations from the default (light) and
cyber theme that can be found in [rGuiStyler](https://raylibtech.itch.io/rguistyler).
The adaptations only change toggle theme colors.

- LightC8

![ui_light](./img/ui_light.png)

- CyberC8
![ui_dark](./img/ui_dark.png)

## Goals

Expand Down
Binary file added img/ui_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/ui_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1954a0

Please sign in to comment.