An open API service indexing awesome lists of open source software.

https://github.com/rogue-frontier/asecii

ASCII Sprite Editing Console II (ASECII) is a sprite editor for Rogue Frontier.
https://github.com/rogue-frontier/asecii

Last synced: 5 months ago
JSON representation

ASCII Sprite Editing Console II (ASECII) is a sprite editor for Rogue Frontier.

Awesome Lists containing this project

README

          

# ASECII: ASCII Sprite Editor Console II

![Banner](https://user-images.githubusercontent.com/15680274/194045908-117d3e8a-4f01-41bb-b0a1-357310de8ea8.png)

ASECII is a custom-made ASCII painter developed for Rogue Frontier.
## Features
### Menu
- Size
- Infinite
- Finite
- Palette
- Tile
- Color
- Color Selection
- Modes: RGBA / HSBA
- Picker
- Bars
- History (press Z to show)
- Layer
- Add
- Rename
- Move
- Merge Down
- Visible
- Apply Glyph
- Apply Foreground
- Apply Background
### Keyboard controls
- Brush (B)
- Fill (F)
- Type (T)
- Undo (Left Ctrl + U)
- Redo (Left Ctrl + R)
- Shape Select (S): Rect / Circle / Freeform / Polygon
- Wand Select (W): Local / Global
- Deselect (D)
- Move (M)
- Delete (Del)
- Pan (Space)
- Mouse Zoom (Ctrl + Wheel)
- Mouse Scroll (Wheel / Shift + Wheel): Vertical / Horizontal

Image files export to JSON-serialized SpriteModel objects, JSON-serialized `Dictionary`, and plain text (without color data).

## Preview
![image](https://user-images.githubusercontent.com/15680274/194050053-8676dd42-e4f7-4cb6-99cd-8e518c891cb5.png)