An open API service indexing awesome lists of open source software.

https://github.com/ce-programming/toolchain

Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
https://github.com/ce-programming/toolchain

c calculator ez80 sdk ti-83-premium-ce ti-84-plus-ce ti-calculators toolchain

Last synced: about 1 month ago
JSON representation

Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series

Awesome Lists containing this project

README

        

# CE C/C++ Toolchain [![Build Status](https://github.com/CE-Programming/toolchain/workflows/Win/Mac/Linux/badge.svg?branch=llvm&event=push)](https://github.com/CE-Programming/toolchain/workflows/Win/Mac/Linux/badge.svg?event=push) [![Discord Chat Link](https://img.shields.io/discord/432891584451706892?logo=discord)](https://discord.gg/TRkN5UcUzs)

The CE Toolchain incorporates a variety of tools in order to build programs in C/C++ natively for the TI-84 Plus CE calculator series.

## Getting Started

Visit the [CE Toolchain documentation](https://ce-programming.github.io/toolchain).
This site hosts all the information for working with the toolchain.

## Getting Help

You can join us on the `CE Programming` Discord server in the `#ez80-dev` channel: [Discord Chat Link](https://discord.gg/TRkN5UcUzs).\
If you prefer IRC, the chat is also bridged to the EFNet `#ez80-dev` channel (you can use a web client like [IRCCloud](https://www.irccloud.com/irc/efnet/channel/ez80-dev), if you don't want to use a local application).

Depending on how active the channel is you might not get a response.\
In that case, post your questions [here](https://github.com/CE-Programming/toolchain/discussions) or [here](https://github.com/CE-Programming/toolchain/issues), and we will get back to you as soon as possible.

## Building/Contributing

Documentation for contributing/building the toolchain can be found [here](https://ce-programming.github.io/toolchain/static/contributing.html).