Skip to content

CE C Software Development Kit (SDK)

Compare
Choose a tag to compare
@mateoconlechuga mateoconlechuga released this 30 Jun 04:03
· 1712 commits to master since this release

Installing

  • Download the file prefixed with your OS type
  • On windows, simply run the executable (.exe) as an administrator
  • If you are using Linux or macOS, a detailed install guide is here

Included you will find examples using the 'Standard' CE Libraries. These perform efficient and easy support for graphics, file I/O, keypad input, etc. Be sure to grab them if you plan to use them.

If this is your first time using the toolchain, please visit the startup wiki page.


Some notable improvements in this version include:

  • DrDnar has added another new 'Standard' CE C library, FontLibC. This library provides awesome support for working with and displaying different fonts and glyphs, and works alongside the fileioc library to load fonts dynamically from an appvar as well. There are a whole bunch of features, so see if you can integrate it into your next project!
  • Some bugs present in the fileioc and os_GetStringInput function have been repaired.
  • All the submodules (convpng, convfont, convcsv, convhex) have been updated with new features as well, to make development easier.

Changelog