Is there an easy way to program the Wii (BASIC)? August 22, 2008 05:33AM | Registered: 14 years ago Posts: 57 |
Re: Is there an easy way to program the Wii (BASIC)? August 22, 2008 07:45AM | Registered: 14 years ago Posts: 265 |
Re: Is there an easy way to program the Wii (BASIC)? August 22, 2008 10:09AM | Registered: 14 years ago Posts: 152 |
Re: Is there an easy way to program the Wii (BASIC)? August 22, 2008 11:34AM | Registered: 14 years ago Posts: 211 |
Re: Is there an easy way to program the Wii (BASIC)? August 22, 2008 03:26PM | Admin Registered: 14 years ago Posts: 5,132 |
Re: Is there an easy way to program the Wii (BASIC)? August 22, 2008 03:53PM | Registered: 14 years ago Posts: 443 |
Quote
WiiPhlex
Why do people always look for the easy language? Learn a proper one like C++ or C# and make proper games.
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 01:50AM | Registered: 14 years ago Posts: 211 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 06:24AM | Registered: 14 years ago Posts: 57 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 01:10PM | Registered: 14 years ago Posts: 265 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 02:35PM | Admin Registered: 14 years ago Posts: 5,132 |
Quote
Videogamer
You all are confusing what I said. You seem to think I want BASIC that would run BAS files on the Wii. I NEVER said that. I said I want a BASIC that AFTER one writes their program in the BASIC, they could then compile a boot.elf file (instead of the more typical *.EXE file).
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 03:50PM | Registered: 14 years ago Posts: 265 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 04:50PM | Admin Registered: 14 years ago Posts: 5,132 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 07:44PM | Registered: 14 years ago Posts: 265 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 08:22PM | Registered: 14 years ago Posts: 443 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 08:22PM | Admin Registered: 14 years ago Posts: 5,132 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 08:38PM | Registered: 14 years ago Posts: 443 |
Quote
Arikado
So you're gonna do all that work just to make and play text applications or primitive graphics applications?
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 08:44PM | Admin Registered: 14 years ago Posts: 5,132 |
Re: Is there an easy way to program the Wii (BASIC)? August 23, 2008 09:44PM | Registered: 14 years ago Posts: 45 |
Re: Is there an easy way to program the Wii (BASIC)? August 24, 2008 04:42AM | Registered: 14 years ago Posts: 211 |
Re: Is there an easy way to program the Wii (BASIC)? August 24, 2008 05:11AM | Registered: 14 years ago Posts: 57 |
Quote
whodares
There are plenty of variants of BASIC, and I agree, some only had GOTO and GOSUB (which are what functions technically are anyway).
QBASIC/QuickBASIC definately had themQuote
Arikado
So you're gonna do all that work just to make and play text applications or primitive graphics applications?
Why do you assume you'll only be able to do "primitive graphics" in BASIC? I saw a 3D engine written in QuickBASIC by Ken Silverman (The guy who wrote BUILD for Duke3D etc.) and it was by no means sluggish. I've also seen QuickBASIC programs loading in bitmaps and drawing to the screen, so you can get your "Advanced" graphical displays.
Anyway, This is going too far off-topic, so I'm not going to debate any more on BASIC as a language. So back on topic...
@VideoGamer: Why would you want to code a BAS file on PC and copy it across? Considering the Wii can support a USB keyboard, you might as well include it all on the device (although that wouldn't stop you from coding on the PC and copying it over).
However, what you might be after more than WiiBASIC like I was imagining, was probably a BASIC to C converter so you could write your BAS file, run a program on the PC to convert it to C, link in all the necessary libraries (Wiimote, Network, GRRLib etc.) and compile your ELF file.