1
0
mirror of https://github.com/tilleul/apple2.git synced 2024-12-02 03:50:21 +00:00
bitmap-editor/tools/bitmap editor/README.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

2021-01-15 18:01:38 +00:00
# Bitmap Creator for Apple ]\[ hires sprites/bitmaps
2021-01-18 07:50:34 +00:00
![title](img/bitmap_creator_example.png)
2021-01-15 18:01:38 +00:00
2021-01-18 08:08:50 +00:00
<img src="img/bitmap_creator_preshifted.png" align=right></img>
2021-01-18 08:06:34 +00:00
An [Excel Spreadsheet](https://github.com/tilleul/apple2/tree/master/tools/bitmap%20editor/src) to virtually create and render Apple ]\[ bitmaps/sprites.
Works with MS Excel, Libre Office/Open Office Calc.
2021-01-18 07:50:34 +00:00
2021-01-18 07:56:51 +00:00
Fill in Apple ]\[ hires screen bits on a spreadsheet to create reusable bitmaps and sprites for your Apple ]\[ software development.
2021-01-18 08:03:51 +00:00
Use the copy/paste features of spreadsheet to easily create pre-shifted shapes.
2021-01-18 07:56:51 +00:00
2021-01-18 08:06:34 +00:00
The spreadsheet
* renders the bitmap as a real Apple ]\[ (or more precisely like an emulator),
* computes all the bytes values (so you can copy/paste them in your program)
* generates `POKE` commands to type in Applesoft so you can see how it renders in your favourite Apple ]\[ emulator.
2021-01-18 07:50:34 +00:00
Instructions are included in the spreadsheet.
2021-01-18 08:11:36 +00:00
2021-01-18 08:12:01 +00:00
**LICENCE**
2021-01-18 08:11:36 +00:00
You may freely use, copy (etc) this spreadsheet for your own creations and you may also redistribute it on any kind of media as long as the "instructions" sheet is included and not modified.
2021-01-18 08:12:01 +00:00
2021-01-18 08:11:36 +00:00
If you mention this file or distribute it elsewhere, please send me a message. I'm on Facebook's "Apple II Software Enthusiasts" and "Apple II Enthusiasts" groups, among others.