spaceimpact33
13-11-2003, 03:56 PM
Hi all [MADos] developers,
[WHAT DOSE IT DO]
This program aids you while making either animations or new bitmap files.
This program will produce C Code snippets in the form of a header file
*.h containing //declaration of BITMAPS: , //declaration of ANIMATIONS
a Source file
*.c containing // BITMAPS // and // ANIMATIONS //
It will produce code as for a bitmap:
Source:
const unsigned char bmp03[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...
Header:
extern bitmap_t bmp_03;
code as for animation string:
Source:
const ani_t ani_01[] = { &bmp_01, &bmp_02, &bmp_03, NULL };
Header:
extern ani_t ani_01;
the program can also be used as a bmp editor for creating new bmps or editing existing ones in your code
[WHO MADE IT?]
At first JOOX released the source code for fls edit, many thanks to him.
Second M457 made a program called NOKIA BITMAP EDITOR v0.1 this program converted a C code bmp to a viewable bitmap and vice versa, many thanks to him for making his source open
Third i took M457 source (with permission) and coded this program for editing and creating animations. I shall also release my source code to
REMEMBER: Many thanks goto M457 and JOOX
[WHERE TO GET THIS SW?]
Well you click the link below.. lol
[MISC]
Please leave a reply after downloading
And please report all bugz
have fun
spaceimpact33 ;)
[WHAT DOSE IT DO]
This program aids you while making either animations or new bitmap files.
This program will produce C Code snippets in the form of a header file
*.h containing //declaration of BITMAPS: , //declaration of ANIMATIONS
a Source file
*.c containing // BITMAPS // and // ANIMATIONS //
It will produce code as for a bitmap:
Source:
const unsigned char bmp03[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...
Header:
extern bitmap_t bmp_03;
code as for animation string:
Source:
const ani_t ani_01[] = { &bmp_01, &bmp_02, &bmp_03, NULL };
Header:
extern ani_t ani_01;
the program can also be used as a bmp editor for creating new bmps or editing existing ones in your code
[WHO MADE IT?]
At first JOOX released the source code for fls edit, many thanks to him.
Second M457 made a program called NOKIA BITMAP EDITOR v0.1 this program converted a C code bmp to a viewable bitmap and vice versa, many thanks to him for making his source open
Third i took M457 source (with permission) and coded this program for editing and creating animations. I shall also release my source code to
REMEMBER: Many thanks goto M457 and JOOX
[WHERE TO GET THIS SW?]
Well you click the link below.. lol
[MISC]
Please leave a reply after downloading
And please report all bugz
have fun
spaceimpact33 ;)