mirror of
https://github.com/tilleul/apple2.git
synced 2024-12-02 03:50:21 +00:00
Update README.md
This commit is contained in:
parent
0d92ee9bd5
commit
7be80113ba
@ -1,14 +1,34 @@
|
|||||||
# Bitmap Creator for Apple ]\[ hires sprites/bitmaps
|
# Bitmap Creator for Apple ]\[ hires sprites/bitmaps
|
||||||
![title](img/bitmap_creator_example.png)
|
![title](img/bitmap_creator_example.png)
|
||||||
|
|
||||||
|
<img src="img/bitmap_creator_preshifted.png" align=right>
|
||||||
An [Excel Spreadsheet](https://github.com/tilleul/apple2/tree/master/tools/bitmap%20editor/src) to virtually create and render Apple ]\[ bitmaps/sprites. Works too with Calc in Libre Office/Open Office.
|
An [Excel Spreadsheet](https://github.com/tilleul/apple2/tree/master/tools/bitmap%20editor/src) to virtually create and render Apple ]\[ bitmaps/sprites. Works too with Calc in Libre Office/Open Office.
|
||||||
|
|
||||||
Fill in Apple ]\[ hires screen bits on a spreadsheet to create reusable bitmaps and sprites for your Apple ]\[ software development.
|
Fill in Apple ]\[ hires screen bits on a spreadsheet to create reusable bitmaps and sprites for your Apple ]\[ software development.
|
||||||
|
|
||||||
<img src="img/bitmap_creator_preshifted.png" align=right>Use the copy/paste features of spreadsheet to easily create pre-shifted shapes.
|
Use the copy/paste features of spreadsheet to easily create pre-shifted shapes.
|
||||||
|
|
||||||
The spreadsheet renders the bitmap as a real Apple ]\[, computes all the bytes values (so you can copy/paste them in your program) and even generates `POKE`s commands to type in Applesoft so you can see how it renders in your favourite Apple ]\[ emulator.
|
The spreadsheet renders the bitmap as a real Apple ]\[, computes all the bytes values (so you can copy/paste them in your program) and even generates `POKE`s commands to type in Applesoft so you can see how it renders in your favourite Apple ]\[ emulator.
|
||||||
|
|
||||||
Instructions are included in the spreadsheet.
|
Instructions are included in the spreadsheet.
|
||||||
|
<img src="img/bitmap_creator_bytes.png" width=65%>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Also, an [article](apple2_hires.md) about Apple ]\[ hires. Including some interesting 6502 tricks (WIP).
|
Also, an [article](apple2_hires.md) about Apple ]\[ hires. Including some interesting 6502 tricks (WIP).
|
||||||
|
Loading…
Reference in New Issue
Block a user