News:

*NEW* Current Version on STEAM16.793

Webchat:
Visit the chat



HTML5

Previous topic - Next topic

bigsofty

 Wow! :nw:
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

pinete

#16
Hi All!
is there any news regarding this feature or maybe a confirmation this is something we will see in next updates of GLBasic?!
fingers crossed ;)

metzzo

Yes!

I'm working on a complete rewrite of the GLBasic compiler, which produces fast and lightweight HTML5 code. The compiler itself is fully working and does a great job so far.

At the moment I'm porting the whole GLBasic engine to HTML5.

Port GLBasic applications to HTML5 is not as easy as the other platforms, because there is no mainloop (as Kitty said). You have to do all the job in the SUBs "GLB_ON_INIT" and "GLB_ON_LOOP". Networking will not be supported and GOTO also (JavaScript does not offer a keyword like this).

More informations (in german ;( ): http://www.glbasic.com/forum/index.php?topic=4524.msg53624#msg53624
That's no Bug, that's my project!

http://programming-with-design.at/

spicypixel

This sounds absolutely awesome, any compiled code you can publish to show any results from your compiler ?
http://www.spicypixel.net | http://www.facebook.com/SpicyPixel.NET

Comps Owned - ZX.81, ZX.48K, ZX.128K+2, Vic20, C64, Atari-ST, A500.600.1200, PC, Apple Mini-Mac.

pinete

Thanks coolo,
I've been taking a look at your link, german is very complicated to me ;) but I guess I got the idea behind :P
This project seems incredible, as having your app in a web can be freakin' amazing!
Could you please provide, if possible, more information?
milestones you expect, when we will be able to get it, what kind of features can be parsed or ported, sprites, 3D, DDBB connectivity via xmlrequest get/post,...
thanks a lot!


metzzo

Okay:
Milestone 1: Get Syntax working (done)
Milestone 2: Get 2D functions working (DRAWSPRITE/ROTOSPRITE/... already works)
Milestone 3: Get Input functions working
Milestone 4: Get Sound working
Milestone 5: Get Data IO working (that's difficult to do)
Milestone 6: Get X_ commands working

That's no Bug, that's my project!

http://programming-with-design.at/

okee

QuoteI've been taking a look at your link, german is very complicated to me

In Chrome right click and select Translate, not perfect but gives a pretty close translation.
Android: Samsung Galaxy S2 -  ZTE Blade (Orange San Francisco) - Ainol Novo 7 Aurora 2
IOS: 2 x Ipod Touch (1G)

pinete

Hi Coolo!
how is it going? any advances?! :)
best!

jboadas

With HTML5 you can make BlackBerry applications using Phonegap

Wampus

So, in theory, GLBasic could come to be used to create games for social networking sites like Google+ and Facebook?

backslider

Quote from: Wampus on 2011-Sep-21
So, in theory, GLBasic could come to be used to create games for social networking sites like Google+ and Facebook?

Yes.

Albert

Game Maker new version for HTML5:
Sample games (compiled to HTML5): http://html5.yoyogames.com/
Article: http://www.yoyogames.com/gamemaker/html5

MrTAToad

Will 3D be available ?

backslider

*push* :)