Changes

Jump to: navigation, search

CPCRSlib

1,054 bytes added, 17:40, 23 January 2018
Fix broken links.
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html]
Last release of the library can be downloaded at: [http://codesourceforge.google.comnet/pprojects/cpcrslib/downloads/list code.google.com/psourceforge/cpcrslib/downloads/list]
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]].
== Easy installation ==  If starting from scratch: # Get [https://github.com/cpcitor/cpc-dev-tool-chain cpc-dev-tool-chain] which sets up automatically a C or ASM compiling environment on Linux, Windows, Mac.# Create your project. In one of your C source file, just #include "cpcrslib.h".# Compile the project. cpc-dev-tool-chain will notice the dependency and fetch and compile cpcrslib for you. Need '''sample projects''' to see how how to start? cpc-dev-tool-chain has a cpcrslib-all target that [https://github.com/cpcitor/cpc-dev-tool-chain/blob/master/documentation/how_to_install.md#user-content-build-a-project compiles cpcrslib sample projects]. == installation ==
On Ubuntu Lucid Lynx :
you'll have a hello.cpc file ready to be run on your CPC.
== Sources of projects using z88dk /SDCC and cpcrslib ==
*[http://espsoft.amstradblogspot.com.es/?p=151 2015/08/small-games-for-smart-minds.html Small Games for Smart Minds] by ESP Soft.*[http://espsoft.amstradblogspot.com.es/?p=180 2015/08/mariano-dragon-capers-in-cityland.html Mariano The Dragon] by ESP Soft.*[[Sort'em ]] by LuBlu Entertainment.
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.
*[httphttps://cpcrulez.fr/zipGamesTest/indexnanako_descends_to_hell.php?download=nanako-srcs htm Nanako Descends to Hell] by The Mojon Twins*[httphttps://cpcrulez.fr/zipGamesTest/indexnanako_in_classic_japanese_monster_castle.php?download=nanako2-srcs htm Nanako in Classic Japanese Monster Castle] by The Mojon Twins*[httphttps://cpcrulez.fr/zipGamesTest/indexplatformer_medley_block_1.php?download=coding_src-Platformer_Medley_block_1 htm Mari Stormbringer Plateform Medley #1] by The Mojon Twins
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2] by The Mojon Twins.
*[http://espsoft.blogspot.com.es/2015/08/totems-columns-cpc-two.html TOTEMS: Columns CPC Two] by ESP Soft.
== See also ==
[[CPCtelera]]
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]
11
edits