Skip to content

CE C Software Development Kit

Compare
Choose a tag to compare
@mateoconlechuga mateoconlechuga released this 06 Mar 09:09

Installation

  1. Download and extract the CEdev.zip file below, and locate the folder 'CEdev'
    Place the 'CEdev' folder close to your root directory, i.e. C:\CEdev (or ~/CEdev on macOS/Linux), with no spaces in the path.
  2. If you are using Windows, simply run setup_win.exe as an administrator within the 'CEdev' folder. Otherwise, if you are using Linux, macOS or you wish to do a manual Windows install, please clone the repo.

Included are the 'Standard' CE C Libraries. These perform efficient support for graphics, file I/O, keypad input, etc. Examples are found in CEdev/examples/library_examples

If this is your first time using the toolchain, or you are looking for more information, please see the wiki pages.

Short changelog

  • Add an interrupt wait define
  • Fix circle drawing
  • Fix compression of large programs

Full changelog here