DesmosCE
A project intended to let you use desmos on a TI-84 Plus CE.
I never ended up finishing this project. I got bored and I eventually realized that I would probably never go back and finish it.
So here is what I got. It's functional, but only just. Here are the steps to getting it set up:
- Click here to download the zip file
- Extract the file
- If your calculator can already run executables, you can skip this. If not, you need to first download arTIfiCE or use another method of doing so
- Upload SRLCOLOR.8xp to your calculator using TI Connect CE
- Connect your calculator to your computer via a USB cable
- Setup DesmosCE.py. It requires pyserial, selenium, urllib, PIL, and pynput. Replace "PUT CHROMEDRIVER PATH HERE" with your chromedriver path for selenium. I have only tested this on windows
Now to start the program:
- Connect your calculator to your computer via a USB cable
- Run SRLCOLOR
- Run DesmosCE.py
In case you want to edit the code, the uncompiled c program for SRLCOLOR is provided (main.c). You can use the CEdev Toolchain to compile it.
Again, I never plan to go back to this project, so please don't try to get me to fix bugs or add features.