Author Topic: Hi everyone, I'm new and way lost lol  (Read 9659 times)

0 Members and 1 Guest are viewing this topic.

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #30 on: July 15, 2011, 09:41:05 pm »
Wow. I'm flabbergasted (lol yes i used that word) that wabbit isn't made for linux considering how many linux users we have here! Even I didn't know this.
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #31 on: July 15, 2011, 10:00:26 pm »
Hello everyone, I'm SitarKnight, I joined this community after seeing some videos of the TI-Nspire and TI-84 Plus playing games. One of the things that really got my attention was the video of the gameplay for Desolate. It totally inspired me to wanna go out and buy a calculator (which I don't yet have) and learn how to make my own games. (which I know nothing about and would appreciate some help on the matter)
I don't really have any background with programming, but I'm willing to learn. Any advice would be highly appreciated:) Thank you for reading.

What calculator you should get depends on what you want to do.

If you want a large base of existing software to learn from and play with, the 84+ series is your best bet. It has a lot of existing stuff like Axe, many active developers, and it's fully hacked as well as extraordinarily well documented.

If you want a lot of memory as well as a good BASIC, then the 89's and other 68K calculators are nice. However, they have almost no developers remaining and finding help may be difficult.

If you want the best hardware, the Nspire series has it. However, it's very difficult to ensure future compatibility and TI tends to block exploits, meaning that running code is often difficult.

If you want the platform with the most potential*, the Prizm is the way to go. You can program for it in a number of languages, it has a useful (if slow) implementation of BASIC, and the hardware is far better than the 84+ series. It even has a high resolution color screen, so that you can draw those pretty images that the 84+ can't. The main problem is that the Prizm is so new that a lot of programming tools and documentation don't exist yet.

There's also the HP calculators, which are insanely good at math, but tend to be rather user unfriendly and lack almost any sort of community.

*I'll admit to being a bit biased :P
« Last Edit: July 15, 2011, 10:01:42 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #32 on: July 15, 2011, 10:32:53 pm »
Also, the Nspire, (non-CX, and you have to buy another keypad from TI) has an 84+ emulator, so you can have the advantages of the Nspire with most (unfortunately, not everything is emulated correctly) of the software base of the 83/84 series.
« Last Edit: July 15, 2011, 10:33:07 pm by t0xic_kitt3n »

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #33 on: July 16, 2011, 03:43:44 am »
Plus the 84 is a lot more open--after some recent events it's pretty much as open as a device ever will be :P

Bigger community, more developed.
The TI-83+SE is technically slightly more open, since TI hasn't released 1.03 on it. :P But yeah, the TI-84+(SE) is the one that you can do the most things with.
Also, the Nspire, (non-CX, and you have to buy another keypad from TI) has an 84+ emulator, so you can have the advantages of the Nspire with most (unfortunately, not everything is emulated correctly) of the software base of the 83/84 series.
The 84+ emulator on the Nspire isn't very good for programming. You can't use 2.43, you can't write to flash, programs that use USB don't work, old games don't work because of hidden instructions, etc.

Offline Sitarknight

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +1/-0
  • I am SitarKnight
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #34 on: July 16, 2011, 06:24:20 am »
Alright, thanks for all the great info everyone :) Ok, get myself a 84+SE, learn BASIC, ASM, and AXE. Hone my skills, then move on to a Casio Prizm when I feel I'm ready :) lol
I kind of wanna paint the casing and add a backlit screen, is that a bad idea or no?
"The promise of a Craftknight is stronger than the toughest steel."

Offline Ti-Programmer

  • LV3 Member (Next: 100)
  • ***
  • Posts: 84
  • Rating: +3/-0
  • Whats this? so many features...
    • View Profile
    • Ti-Programmer's website
Re: Hi everyone, I'm new and way lost lol
« Reply #35 on: July 16, 2011, 06:28:44 am »
Quote
Wow. I'm flabbergasted (lol yes i used that word) that wabbit isn't made for linux considering how many linux users we have here! Even I didn't know this.

Technically wabbit does have a port, wxWabbit
which compiles itself automatically. is already pre-compiled.
just use:
Code: [Select]
/path/to/compiled/file/wxwabbitemuor to permanently set it (after compile):
Code: [Select]
sudo mv wxwabbitemu /usr/bin/wabbit(You can change "/usr/bin/wabbit" to whatever you like, you just have to leave it in the "/usr/bin" dir.)
Then just execute it.

Or if you are more technical, get wine and Wabbitemu For Win32 or 64
then:
Code: [Select]
cd /path/to/downloaded/file
chmod +x ./Wabbitemu.exe
sudo wine ./Wabbitemu.exe

Then just use it like regular, all the stuff is the same
« Last Edit: July 16, 2011, 06:32:29 am by Ti-Programmer »
Spoiler For Sig:







Ashbad

  • Guest
Re: Hi everyone, I'm new and way lost lol
« Reply #36 on: July 16, 2011, 07:30:08 am »
Alright, thanks for all the great info everyone :) Ok, get myself a 84+SE, learn BASIC, ASM, and AXE. Hone my skills, then move on to a Casio Prizm when I feel I'm ready :) lol
I kind of wanna paint the casing and add a backlit screen, is that a bad idea or no?

Paint should be easy, backlight is tricky.  To do it correctly it requires decent patience and knowledge on the subject, and if you mess up you have a good chance of ruining the screen.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #37 on: July 16, 2011, 10:52:09 am »
Alright, thanks for all the great info everyone :) Ok, get myself a 84+SE, learn BASIC, ASM, and AXE. Hone my skills, then move on to a Casio Prizm when I feel I'm ready :) lol
I kind of wanna paint the casing and add a backlit screen, is that a bad idea or no?
Yeah, go for the paint and backlight.  Just be careful.
As far as which 84+SE to get, try and get one that has a letter between A and F as the last digit/letter of the serial number, which is stamped on the back of the case.  Those have more RAM. ;D

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Hi everyone, I'm new and way lost lol
« Reply #38 on: July 16, 2011, 12:22:49 pm »
Coding Knight? Well maybe in time, but for now, I'm just a Sitar Knight :P lol
Knight that codes :D




Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Hi everyone, I'm new and way lost lol
« Reply #39 on: July 16, 2011, 02:37:01 pm »
Alright, thanks for all the great info everyone :) Ok, get myself a 84+SE, learn BASIC, ASM, and AXE. Hone my skills, then move on to a Casio Prizm when I feel I'm ready :) lol
I kind of wanna paint the casing and add a backlit screen, is that a bad idea or no?
You can't do much wrong with paint, but for the backlight, I would suggest just taping some LED's at the side of the screen, outside of the calculator. This should give you enough light if you take bright LED's. Also remembr that soldering anything to the INSIDE of your calculator will void the warranty, and if you are using LED's for this, don't forget to use a resistor when you use the calc's 6v battery pack.

But anyway, i really think you should paste LED's or other lights to the front of the calculator, pointing at the screen. A screen that isn't made for use with a baklight has a mirror at the back, which usually isn't fully transparent (I tried it with an other kind of LCD some time ago, and only a rectangle in the middle was illuminated). And many other screens with baclight also have the light in front of the screen anyway.

By the way: welcome to omnimaga
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Hi everyone, I'm new and way lost lol
« Reply #40 on: July 28, 2011, 08:30:21 pm »
Hi and welcome to the forums Sitarknight. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)