Changes

CPCtelera

877 bytes added, 5 May
less links
'''''[http://lronaldo.github.io/cpctelera/ CPCtelera]''': Astonishing fast Amstrad CPC game engine''
[[File:cpctelera_logo.jpg|right|450px|CPCtelera Logo]]
'''[http://lronaldo.github.io/cpctelera/ CPCtelera]''' is a multiplatform framework for '''''developing games''''' and multimedia software for Amstrad CPC. '''[http://lronaldo.github.io/cpctelera/ CPCtelera]''' runs either on ''Linux, OSX and Windows (with cygwin)'' and makes it easier to start developing games in '''C''' or assembly languages for Amstrad CPC.
'''[http://lronaldo.github.io/cpctelera/ CPCtelera]''' is also thoroughly documented, has a complete reference manual and the code is comented in depth.
== Starting with CPCtelera ==
* 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 ==
=== 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]]
907
edits