Archives: TI-84 Plus C Silver Edition BASIC Graphics Programs
Currently viewing:
  1. Archives
  2. All files
  3. TI-84 Plus C Silver Edition
  4. TI-84 Plus C Silver Edition BASIC Programs
  5. TI-84 Plus C Silver Edition BASIC Graphics Programs

The TI-84 Plus CSE is largely incompatible with programs designed for the monochrome or CE calculators, but BASIC on the CSE is compatible with the CE so most programs designed for either will work correctly on a CSE and some monochrome BASIC programs will also work correctly. Most assembly programs require Doors CSE 8 to run, as do some BASIC programs.

Categories

Files

  1. Made on US Independence Day 2013, a simple simulation of fireworks using projectile motion formulae. It simulates firing fireworks at random velocities from the ground; when they reach a peak, they explode into brilliant, colorful particles that slowly fade. A small, mesmerizing addition to your TI-84+CSE.

    Categorized under:
  2. Watch as lightning zips and flashes across your screen! Enjoy a lightning show the 100% safe way! Does not require Doors CSE to run.

    Categorized under:
  3. A pretty decent paint program for the CSE, draw pictures, save and recall pictures.
    ZK Paint has several features, with a few more planned:
    -Saving
    -Opening previous pictures
    -15 different colors
    -A basic eraser and pencil tool
    -Re-colorizing (read Readme for more detail)
    -Includes the demo Zelda picture

    Categorized under:
  4. This TI-84 Plus C Silver Edition version of my Dynamic Recursive Fractal Generator takes advantage of the new calculator's bigger color screen to generate detailed, colorful fractals. It now renders faster and more accurately, and you can cleanly escape by pressing any key. Simply enter
    a coefficient for the fractal, sit back, and enjoy. Now with Doors CSE 8 icon!

    Categorized under:
  5. This program draws random circles around on the graphscreen in random spots, going from a radius of 1 to 35, and using a random color for each line the calculator draws. Fun stops when a key is pressed. Just something fun I was playing with to learn about the Circle( command and how it uses colors. Plus it's nice to see how it interacts with the other circles already drawn out.

    Categorized under:
  6. Just a matrix animation for the TI84PCSE. stare into it for a hour if you are bored.

    Categorized under:
  7. Triss is a simple screen saver that draws a triangle and bounces it around the screen.
    You can control the background color, triangle color, the trail length, the line thickness, and how much the triangle moves each step.
    Press 2nd to enter the settings menu. Follow the onscreen instructions to change the values.
    Press any other key to exit.

    Categorized under:
  8. This program is a simple drawing program where you can change the tool and color easily. It is not very complicated and has a very simple saving saving future. More info in the readme.
    Note: There are some parts in the screenshot that don't appear. They are fully working in the real version.

    Categorized under:
  9. This program was originally made by tifreak8x, I only created and implemented the load code. Doors is NOT required to run this program.
    This program is a utility for programmers to create cool icons to go with their programs. It will show up in Cesium, Doors CS 8, and the upcoming Doors CS 9. Abilities: Use all 15 colors provided by the OS, preview your icon, reload to edit your icon, and more! Read the ReadMe for more information.

    Categorized under:
  10. This program will create a pink (technically Magenta) Heart image using graphs and shading. Use this program to expand your love life, or just look at the code to learn how to make a heart using graphs.

    Categorized under:
  11. A simple drawing program. Requires Doors CSE 8.0 or higher.

    Categorized under:
  12. Doors CSE Icon Creator v2 is an upgraded version of the previous, only this one works strictly with DCSE 8.1 and newer. This version creates the program you want to generate an icon for, and inserts all of the BASIC header data into that program once you finish your icon.

    Categorized under:
  13. Backstory: I downloaded an ECG program produced by Kerm Martian, which simply put 5rand & -5rand in Y1 and Y2, which is a major code saver, but it looked horribly unreal. I decided to make a pretty and generally realistsic (every line crosses the x-axis, and every line is connected)
    (Does NOT require Doors)

    Categorized under:
  14. Sort of a screen saver for the TI84PCSE. Exits on a key press and works well (in my opinion) A port of Blub's ASCIIquarium. My first xLIB/Celtic program :D

    Categorized under:
  15. Kerm Martian's Cemetech logo drawing program, ported to the color screen calculators by me, SM84CE. This program will draw the Cemetech logo on to your graph screen. See readme for more detail and credits that explain who did what.
    Doors or Cesium is NOT required to run this. Updated Subprograms so that they don't graph anything when the program is running.

    Feel free to post feedback here or in this thread: https://www.cemetech.net/forum/viewtopic.php?t=14115

    Categorized under:
  16. A very simple program that can invert colors on the screen, make it look old, fill the screen with a specific color and animate drawing commands. I hope someone will find a use for it! :)

    Categorized under:
  17. This program draws random squares around the graphscreen. To stop program press any key. Requires Doors CSE 8.0 or higher.

    Categorized under:
  18. A simple flashlight program. Requires Doors CSE 8.0 or higher.

    Categorized under:
  19. this is a quick thing I made to make graphing with i easier, to use it send the file "IGRAPHER CE.8xg" to the ti-84+CE
    (or send the file "IGRAPHER SCE.8xg" to the ti-84+CSE calculator),
    then ungroup it and run the program "IGRAPHER"*, and you're done.

    meaning of what you are seeing:
    Y1:the input
    Y7:a poor implementation of a way to see X and iX of Y1 added to each other without changing the scale
    Y8:the real component of Y1
    Y9:the imaginary component of Y1
    Y0:the real added to the imaginary via nothing more than addition

    *NOTE:The "IGROUPER SCE.8xg" is only different from "IGRAPHER CE.8xg" in the way Y7 is implemented.

    updates:
    V0.1: Y7 implementation for SCE is made more consistent with the CE
    v0: first release

    Categorized under:
  20. Calculator Screen Saving is a simple screensaver written in TI-BASIC. Watch as multicolored cars drive across the screen from left to right! You can even change their direction by pressing up or down on the D-pad.

    Entry for Cemetech Contest #26.

    Categorized under:
  21. GraphAs is a tool designed to allow users to graph more functions at once than the TI-84 normally allows. Choose a graphing mode and watch it graph. More info in the README

    Categorized under:
  22. This program demonstrates coloring the foreground and background of homescreen text using Doors CSE 8.x's det(12) function. It generates a version of the classic Matrix animation, falling green characters on a black background. Requires Doors CSE 8.0 RC2 or higher to run.

    Categorized under:
  23. This is a much faster version of Tuppers Formula being plotted on TI-84 CSE. It runs in under 6 minutes.

    Categorized under:
  24. This is a tech demo showcasing how dithering allows TI-BASIC programs to display up to 225 colors instead of the usual 15. Input a seed for the randomizer, and watch as this pure TI-BASIC program draws squares of up to 225 different colors.

    This technique is a bit too slow to be practical for use in games, but it looks cool.

    Categorized under:

File statistics are updated periodically, so numbers shown in this listing may not agree exactly with those shown on individual files.

Advertisement