Changes

Jump to: navigation, search

CPCtelera

1,131 bytes added, 16 March
/* Games and Examples */ Booty - The Remake
* Start programming and consult the '''[http://lronaldo.github.io/cpctelera/files/readme-txt.html Reference Manual]''' for API details.
If you wantedwant, you can also get latest under-development versions from [https://github.com/lronaldo/cpctelera its Github].
== Features ==
=== Low-level programming API functionalities ===
[[File:cpctelera_working_fade.png|right|450px|Coding an example with CPCtelera]]
* Draw normal and masked sprites
* Draw solid colour boxes and speed up sprite trail erasing!
=== Project creation, management and integrated build system ===
[[File:cpctelera_sprites_demo.gif|right|300px|CPCtelera sprite drawing demo]]* Integrated set of compiling and generation tools ([[SDCC ]] 3.4.3, iDSK 0.13, Hex2Bin 2.0, 2cdt)
* Easy and automated project creation and management
* Automatic generation of CDT and DSK files
=== Authoring tools and command line tools ===
* Create your musics with [[Arkos Tracker]]
* Create your sprites, tiles and maps with Retro Game Asset Studio 0.97! (And export them directly to CPCtelera C Array!)
* Convert any binary file to C Array and include it in your project with cpct_bin2c
* Convert a big sprite in a C Array into tiles of your desired size with cpct_sp2tiles!
* Convert old sprites in assembler CPCRSLib format into C Arrays with cpct_rgas2c!
 
== Games and Examples ==
 
[[File:PlatformClimber.png|right|250px|Platform Climber]]
 
* [http://fremos.cheesetea.com/?wpdmdl=1687 '''Platform Climber''']: a simple game running at 50 FPS, featuring vertical scroll, 256-subpixel-levels physics and animations. The game is included with '''[http://lronaldo.github.io/cpctelera/ CPCtelera]''' and [https://github.com/lronaldo/cpctelera/tree/master/examples/games/platformClimber/src full source code] is available.
** [http://fremos.cheesetea.com/?wpdmdl=1687 Platform Climber DSK]
** [http://fremos.cheesetea.com/emucpc/?disk=pclimber&run=pclimber Play Platform Climber on your Browser]
* [https://github.com/salvakantero/Sorcerers_CPC Sorcerers]
* [https://github.com/salvakantero/Robbie_CPC Robbie]
* [https://github.com/salvakantero/BootyRemake_CPC Booty - The Remake]
== License ==
'''[http://lronaldo.github.io/cpctelera/ CPCtelera]''' is distributed under [httphttps://www.gnu.org/copyleft/gpllgpl.html GPL LGPL v3 License]. If you wanted any other specific license to suit your needs, please contact us.
== Contact and support ==
If you wanted to contact us, send us an email to [mailto:cpctelera@cheesetea.com cpctelera@cheesetea.com]
 
 
[[Category:Programming_software]] [[Category:Applications]] [[Category:CrossDev]][[Category:Programming]][[Category:Software]] [[Category:C]]
897
edits