Omnimaga

General Discussion => Other Discussions => Miscellaneous => Topic started by: Nick on November 14, 2011, 06:51:28 pm

Title: What software do you use to program?
Post by: Nick on November 14, 2011, 06:51:28 pm
as the description says, this is about the software you use to program your games, apps...
because there are many ways to get to the result, i wanted to know which ones were used more or less

i use the traditional TI scripting tools and the TI Nspire cas student software.
for basic and axe, i use the original programeditor, are there some other ways to do this?
Title: Re: What software do you use to program?
Post by: Michael_Lee on November 14, 2011, 07:11:23 pm
Apart from programming on-calc (Axe, TI-Basic, etc.), I use mostly tools I made/helped make on the computer.

For my IDE, I use a combination of Croquette (http://ourl.ca/12272) to convert text files to .8xp and gedit as my primary editor (with a custom syntax-highlighting plugin I made).

I use Wabbitemu/wxWabbitemu to make screenshots or compile+test Axe programs on my calc.

I've actually ended up using Gedit for most of the coding I do (on Linux) -- it has syntax highlighting, which is all really need :)
Title: Re: What software do you use to program?
Post by: Nick on November 14, 2011, 07:13:45 pm
for that highlighting, i just use notepad++ and select your programming language, but that's for windows of course
Title: Re: What software do you use to program?
Post by: epic7 on November 14, 2011, 07:15:58 pm
On calc or Croquette
Title: Re: What software do you use to program?
Post by: mushmoom on November 14, 2011, 07:21:28 pm
Can't get enough AXE! *.*
Title: Re: What software do you use to program?
Post by: flyingfisch on November 14, 2011, 07:24:13 pm
I have a casio calc, and I either program on-calc or with NPP
Title: Re: What software do you use to program?
Post by: tifreak on November 14, 2011, 07:57:42 pm
TokenIDE and SourceCoder are where it's at.
Title: Re: What software do you use to program?
Post by: saintrunner on November 14, 2011, 08:08:03 pm
AXE AXE AXE!
Title: Re: What software do you use to program?
Post by: jsj795 on November 14, 2011, 10:15:08 pm
does the microsoft word, excel, and regular notepad count as software tools? I use them along with sourcecoder for ease of view and data and stuff, but I program on calc
Title: Re: What software do you use to program?
Post by: LincolnB on November 14, 2011, 10:35:29 pm
All of my coding is on-calc, on the built-in program editor, in Axe.
Title: Re: What software do you use to program?
Post by: saintrunner on November 15, 2011, 04:18:33 pm
Wow, everyone seems to use axe!
Title: Re: What software do you use to program?
Post by: Nick on November 15, 2011, 04:26:48 pm
well, it is good too.. it's fast, easy to learn and fully compatible with the better graphics, wwhat do you want more? Thumbs up for Rock 'n' Roll..., euh Quigibo i mean xp
Title: Re: What software do you use to program?
Post by: saintrunner on November 15, 2011, 04:28:21 pm
Are their any negatives to axe? like real negatives not weighed out by positives?
Title: Re: What software do you use to program?
Post by: Nick on November 15, 2011, 04:29:24 pm
euh, i don't know.. i don't think so, maybe the only pain in the ass is the way of using sin cos and tan function, but that's it (to me...)

--edit--
nice new avatar saintrunner:)
Title: Re: What software do you use to program?
Post by: saintrunner on November 15, 2011, 04:39:21 pm
Yeah that's the only one that I have heard of.
Title: Re: What software do you use to program?
Post by: thepenguin77 on November 15, 2011, 04:49:30 pm
Well, for asm I use the basic windows 7 notepad ;D

Then I use visual studio for C++ and Eclipse for android java.
Title: Re: What software do you use to program?
Post by: Nick on November 15, 2011, 05:01:24 pm
can you program in android java? i would love to learn it, but i'm hesitating, and i don't know why xs do you know some good tutorials?
Title: Re: What software do you use to program?
Post by: Jim Bauwens on November 16, 2011, 03:53:49 am
I used to use Gedit as my editor, but have switched to Geany.
Then I use Luna to convert my Lua sources to a TNS file =)
Title: Re: What software do you use to program?
Post by: BlakPilar on November 16, 2011, 07:19:31 am
For C#, my main programming language, I use Visual Studio. For Java I use Eclipse and occasionally BlueJ. For C++ I use Visual Studio and sometimes Code::Blocks. For web stuff (not exactly programming, I know) I use Dreamweaver.

For calc stuff I use the calculator, but that shall soon change to my very own project, BexIDE ;) partially because it has custom syntax highlighting (XML defined), and support for essentially shorthand coding. Plus I plan to expand it beyond what I already have planned.
Title: Re: What software do you use to program?
Post by: Scipi on November 17, 2011, 04:43:45 pm
I mainly use Code::Blocks with MinGW for C++. I used to code Lua with oclua as well, but I've fell out of practice. :S