| Click here to select a new forum. |
| language/compiler suggestion? |
Posted by: markyb86 on 2012-12-19 06:33:53 Hello!
I would like to create a screensaver type program that will run on a 68000.
I want to make it a basic digital clock, but two versions. One version will only show the hour. The other, minutes.
My overall goal is to have one compact mac showing the hour and the one next to it showing the minute.
What language or compiler should I task this to?
Thanks!
|
Posted by: Dog Cow on 2012-12-19 12:51:47
What language or compiler should I task this to? What languages do you know? |
Posted by: markyb86 on 2012-12-19 12:56:23 Sadly,
I am more HTML, CSS, JAVA, PHP than anything.
I did take a class in Apple Basic about 15 years ago.. but since then Basic is all I have used as far as application programming, and its very, very rusty.
|
Posted by: Dog Cow on 2012-12-19 12:58:34 Then you will probably want to get a C compiler, since that's the closest language to what you know. There may even be a C++ compiler for the 68000 too.
Otherwise, the Microsoft BASIC might be able to do what you want. I think it can go full-screen. Electronic documentation is hard to find for these languages, but I have the printed manual for both Microsoft Quick BASIC and the Microsoft BASIC Interpreter.
|
Posted by: markyb86 on 2012-12-19 13:04:14 Using Microsoft BASIC (I have that, actually) I would have to tell it to draw each number using coordinates, correct?
I'll try to track down a C compiler, however.
|
Posted by: Dog Cow on 2012-12-19 13:05:21 I think so. I can't really answer any questions about programming the Mac, since I have little experience with the subject. I last used Microsoft BASIC on an SE/30 over a decade ago, and that was just for extremely simple programs.
|
Posted by: markyb86 on 2012-12-19 13:14:36 Alright 🙂
Thanks anyway, though
|
Posted by: ClassicHasClass on 2012-12-19 18:14:10 I think FutureBASIC 2 will do very well for your purposes, and it can be used to create "big boy" apps (you can even write extensions with it).
|
Posted by: markyb86 on 2012-12-19 18:28:23 Awesome. its free and has examples!
Thanks
|
| 1 |