Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ChocolateCastle is an application which makes creating MUI classes
and applications easier. Programmers using this system often avoid
writing custom classes, being discouraged by a lot of boring and
schematical typing. This is bad, because subclassing is the essence
of the object oriented programming. It allows to get the best from MUI.
That is why ChocolateCastle has been created. A significant part of
a typical custom class may be generated automatically. This is usually
2 to 5 kB of source code. Automating this work speeds programmimg up
and helps avoiding simple typing errors.
Porter's notes
--------------
This port for AROS uses SDI macros for both ChocolateCaste itself
and the generated source files. In the examples directory you can
find "Class3" from the MUI SDK recreated by ChocolateCastle.
Source code is included.
|