Programming For TI-84 Plus Silver Edition Calculator
Moderator: Coders of Rage
-
- Chaos Rift Cool Newbie
- Posts: 69
- Joined: Sat Dec 12, 2009 8:43 pm
- Programming Language of Choice: C/C++
- Location: United States
- Contact:
Programming For TI-84 Plus Silver Edition Calculator
I've never owned a graphing calculator, but after looking into this one I really want one. Being able to create, and download applications and games to put on it. You can practically make your calculator do anything you want. Create programs to solve complex math algorithms for you, etc.
My question is, does anyone on this forum have experience or have created at least 1 application for a TI-84?
My question is, does anyone on this forum have experience or have created at least 1 application for a TI-84?
Re: Programming For TI-84 Plus Silver Edition Calculator
I haven't, but this might be of interest: Learn TI-83 Plus Assembly In 28 Days v2.0
I used it as a reference to play with one of these.
This is the one I put together.
I used it as a reference to play with one of these.
This is the one I put together.
Re: Programming For TI-84 Plus Silver Edition Calculator
Have fun with this, ive seen doom and other classics on the calculator!
http://www.ticalc.org/
MANY download/ tutorials here, good luck
http://www.ticalc.org/
MANY download/ tutorials here, good luck
-
- Chaos Rift Cool Newbie
- Posts: 69
- Joined: Sat Dec 12, 2009 8:43 pm
- Programming Language of Choice: C/C++
- Location: United States
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
Thanks both of you for the links.
And nice, Andrew =)andrew wrote:This is the one I put together.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
I have one, but I just use it for math.
Let me know if you do decide to get one and start doing anything with it. Since I have the same model I might consider joining you.
Let me know if you do decide to get one and start doing anything with it. Since I have the same model I might consider joining you.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
-
- Chaos Rift Cool Newbie
- Posts: 69
- Joined: Sat Dec 12, 2009 8:43 pm
- Programming Language of Choice: C/C++
- Location: United States
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
Awesome!
I'm definitely going to get one, just don't know when.
I'll notify you when I do.
-----
On a separate note, does anyone like drawing on the graph in graphing calculators?
I'm definitely going to get one, just don't know when.
I'll notify you when I do.
-----
On a separate note, does anyone like drawing on the graph in graphing calculators?
- ibly31
- Chaos Rift Junior
- Posts: 312
- Joined: Thu Feb 19, 2009 8:47 pm
- Current Project: Like... seven different ones
- Favorite Gaming Platforms: Xbox 360, Gamecube
- Programming Language of Choice: C++, ObjC
- Location: New Jersey.
Re: Programming For TI-84 Plus Silver Edition Calculator
Absolutely get one! I've had mine for a few years and its definitely fun to make stuff. Its also a good experience for figuring out how to save memory space and to squeeze every ounce of speed from it. Me and my friends have made games such as Mario(levels 1 and 2, development stopped after that ), Tetris(this one is probably my masterpiece. It has bugs but I still am in awe at how i did it) and a remake of "The Classroom" flash game. I also have stuff that does quadratic equation and factoring problems for me. Along with the built in TI-Basic language, figuring out z80 assembly for it is a whole new realm for development.
P.S. Its sometimes fun to screw with peoples calculators, like transfer them a program you made or create it on their calc that makes it look like an error occured, or some silly thing like that.
P.S. Its sometimes fun to screw with peoples calculators, like transfer them a program you made or create it on their calc that makes it look like an error occured, or some silly thing like that.
Website/Tumblr
My Projects
The best thing about UDP jokes is that I don’t care if you get them or not.
-
- Chaos Rift Cool Newbie
- Posts: 69
- Joined: Sat Dec 12, 2009 8:43 pm
- Programming Language of Choice: C/C++
- Location: United States
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
Sounds really fun =D and nice games you've made.ibly31 wrote:Absolutely get one! I've had mine for a few years and its definitely fun to make stuff. Its also a good experience for figuring out how to save memory space and to squeeze every ounce of speed from it. Me and my friends have made games such as Mario(levels 1 and 2, development stopped after that ), Tetris(this one is probably my masterpiece. It has bugs but I still am in awe at how i did it) and a remake of "The Classroom" flash game. I also have stuff that does quadratic equation and factoring problems for me. Along with the built in TI-Basic language, figuring out z80 assembly for it is a whole new realm for development.
P.S. Its sometimes fun to screw with peoples calculators, like transfer them a program you made or create it on their calc that makes it look like an error occured, or some silly thing like that.
I've used one before, but not for very long. I mostly used the graph to draw smiley faces and stuff xD
I'm in awe at the power of these. Can I download your Mario when I get mine?
Also, is your Tetris the one that runs off Mirage OS?
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
I never really had any fun coding for these calculators. Yeah, there are a bunch of cool apps out there, but the majority of the development happens in "TI-Basic" which is the calculator's own primitive version of Basic.
If you want to do anything REALLY cool with it, you almost certainly have to drop to the assembly level, which I never bothered with.
If you want to do anything REALLY cool with it, you almost certainly have to drop to the assembly level, which I never bothered with.
-
- Chaos Rift Cool Newbie
- Posts: 69
- Joined: Sat Dec 12, 2009 8:43 pm
- Programming Language of Choice: C/C++
- Location: United States
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
The calculator alone will definitely help me with math. The applications and other stuff were just added bonuses.
I'll look into ti assembly and see if it is something I want to attempt.
I'll look into ti assembly and see if it is something I want to attempt.
- ibly31
- Chaos Rift Junior
- Posts: 312
- Joined: Thu Feb 19, 2009 8:47 pm
- Current Project: Like... seven different ones
- Favorite Gaming Platforms: Xbox 360, Gamecube
- Programming Language of Choice: C++, ObjC
- Location: New Jersey.
Re: Programming For TI-84 Plus Silver Edition Calculator
Sorry for the (extremely) late reply, my Tetris is completely my own, and in TI-Basic. I can't remember if it uses something called "X-Lib" or not, but I'm pretty sure it doesn't. And the mario isn't mine, so I'd have to get permission first.
Website/Tumblr
My Projects
The best thing about UDP jokes is that I don’t care if you get them or not.
- Elliotpwnz
- Chaos Rift Newbie
- Posts: 5
- Joined: Sat Jan 02, 2010 1:16 am
Re: Programming For TI-84 Plus Silver Edition Calculator
I have a ton of programming experience on the calc. That's pretty much all I did my 8th grade year.
- OmegaGDS
- Chaos Rift Regular
- Posts: 123
- Joined: Mon Jan 18, 2010 3:20 am
- Current Project: GMN (C++)
- Favorite Gaming Platforms: PC, PSP / Psp Emulation, GameCube, SNES, NES
- Programming Language of Choice: C++
- Location: Kentucky
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
lol, I was programming on my TI - 84 SE today in Physics Class (it was a review day, so I didn't need to pay attention). I don't do graphical stuff, but I do make helpful little things for working out math equations that I don't want to do. Thats about as complicated as I have gotten in calc programming. Today I remade my Quadratic formula thing, my binary convertor (from base 2 to base 10), and some physics and calc equations. I guess i'm too lazy to work out the math, but I will make a program to do it for me... Isn't that what programming is all about. That and video games
Re: Programming For TI-84 Plus Silver Edition Calculator
exactly... I remember we got to use these in math for a while last year, so me and my friends started drawing whatever we could... I never got to program one though I might get one just for that...
- OmegaGDS
- Chaos Rift Regular
- Posts: 123
- Joined: Mon Jan 18, 2010 3:20 am
- Current Project: GMN (C++)
- Favorite Gaming Platforms: PC, PSP / Psp Emulation, GameCube, SNES, NES
- Programming Language of Choice: C++
- Location: Kentucky
- Contact:
Re: Programming For TI-84 Plus Silver Edition Calculator
Yeah, I have a math test tomorrow so I'm programming my calculator to do that stuff for me. Technically you have to be pretty good at doing it to be able to write a program for it, right... so there, its not cheating, its doing what i love...