Looks interesting...

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Looks interesting...

Post by DoubleDutch »

http://www.monkeycoder.co.nz/

From the author of Blitz I think, any how here is some info "Monkey is a brand spanking new programming language that allows you to create apps on multiple platforms with the greatest of ease."

Compilations run on :
* HTML5
* Native OpenGL/OpenAL (Windows + Mac)
* Android
* Flash
* iOS
* XNA

Anyone used it yet?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Barney
User
User
Posts: 54
Joined: Wed Apr 26, 2006 12:01 pm

Re: Looks interesting...

Post by Barney »

Purchased it a few days ago. Looks like a mix between Blitz3D and BlitzMax. As is usual with Mark's languages it'll take a while before we get really good docs but what's available isn't too bad. It's quite usable if one already has experience with his languages and way of thinking. The base product, "Monkey", is free but will compile only into HTML5. If you want to create programs for other targets you'll need to purchase a "Mojo" product which is not cheap by indie standards. Also, you'll need to download additional software which differs for different platforms. Once you go through all that I must admit it's quite powerful but it will also take some time before someone produces something really powerful with "Monkey/Mojo" system.

Barney
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Looks interesting...

Post by the.weavster »

Thanks for the link DD.

This looks very interesting, I'm going to dust off my old Win PC and have a bash with it.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Looks interesting...

Post by DoubleDutch »

I bought it too, may convert some old 80's games I wrote. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Looks interesting...

Post by Joakim Christiansen »

* Android
* iOS
Does it compile native code for those platforms or is it just HTML and Javascript running on those?
I like logic, hence I dislike humans but love computers.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Looks interesting...

Post by DoubleDutch »

I think native on iphone, java (not script + html) on android.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Looks interesting...

Post by the.weavster »

Joakim Christiansen wrote:Does it compile native code for those platforms or is it just HTML and Javascript running on those?
I've just read the tutorial, it outputs code that you then use the targets SDK to compile.

Looks really good.
Barney
User
User
Posts: 54
Joined: Wed Apr 26, 2006 12:01 pm

Re: Looks interesting...

Post by Barney »

Yes, it is very good. I've already produced a small test game for my HTC Wildfire and it works perfectly even though Wildfire is not very fast compared to higher spec models. The same stuff works in the browser, too. And.. since it is very much BASIC like syntax it is also quite enjoyable to program in "Monkey". I would like to have all the stuff PB gives me but, alas, can't have it right now. Perhaps in due time...

Barney
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Looks interesting...

Post by the.weavster »

I've just discovered GL Basic can now compile for webOS (as well as Windows, Mac, Linux and iOS).

HP have announced from next year every PC they ship (which is 64,000,000!) will have webOS installed.

It's suddenly a very exciting time for basic fans :D
Post Reply