Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
extensions [2020/07/04 18:42] neilsextensions [2021/02/13 21:54] (current) neils
Line 1: Line 1:
 ====== Extensions ====== ====== Extensions ======
  
-**XC=BASIC** supports third-party extensions since version 2.2. Extensions are includeable source files that define+**XC=BASIC** supports third-party extensions since version 2.2. Extensions are includable source files that define
  
   * new COMMANDS   * new COMMANDS
Line 13: Line 13:
  
   * [[https://github.com/neilsf/xcb-ext-sprite|xcb-ext-sprite]] - commands for all sprite operations and functions for polling collisions   * [[https://github.com/neilsf/xcb-ext-sprite|xcb-ext-sprite]] - commands for all sprite operations and functions for polling collisions
 +  * [[https://github.com/neilsf/xcb-ext-hires|xcb-ext-hires]] - commands for hi-res drawing
   * [[https://github.com/neilsf/xcb-ext-joystick|xcb-ext-joystick]] - functions for polling joystick states   * [[https://github.com/neilsf/xcb-ext-joystick|xcb-ext-joystick]] - functions for polling joystick states
   * [[https://github.com/neilsf/xcb-ext-rasterinterrupt|xcb-ext-rasterinterrupt]] - raster interrupts   * [[https://github.com/neilsf/xcb-ext-rasterinterrupt|xcb-ext-rasterinterrupt]] - raster interrupts
   * [[https://github.com/neilsf/xcb-ext-sfx|xcb-ext-sfx]] - routines to play S.E.U.C.K sound effects   * [[https://github.com/neilsf/xcb-ext-sfx|xcb-ext-sfx]] - routines to play S.E.U.C.K sound effects
 +  * [[https://github.com/Thraka/xcb-ext-io|xcb-ext-io]] - extension that handles I/O routines
  
 ===== How to use extensions ===== ===== How to use extensions =====
Line 35: Line 37:
   * Music and sound FX commands    * Music and sound FX commands 
   * Commands to play SID tunes   * Commands to play SID tunes
-  * Hi-res and multicolor drawing+  * Multicolor drawing
   * Library for fast character graphics and scrolling   * Library for fast character graphics and scrolling
-  * Disk I/O 
-  * Tape I/O 
   * Number formatting, i. e. converting numbers of different types to strings in decimal, hex, etc   * Number formatting, i. e. converting numbers of different types to strings in decimal, hex, etc
   * Packing/crunching   * Packing/crunching
   * Math functions   * Math functions