BLIJS - code like BlitzBasic in Javascript  


👉Blast3D is now FREE👈

Support Future Updates by Becoming a Blitz Backer on Patreon.

 

Tweet
frokhman

I am currently working on wrapping my library collection so that the syntax looks like BlitzBasic.
Not all syntax are the same since there are many differences between Javascript and the original BlitzBasic.

You can check it here. blijs homepage

There are already some demos, and playground.

The docs is still a draft and will continue working on it.

semar commented:

Impressive frokhman !
Do you plan also 3D commands, or "only" 2D ones ?
Your project is very interesting, keep on the good work :-)

Regards,
Sergio

frokhman commented:

Thanks, for now I'll focus on 2D, but there's a plan to combine with 3d framework like babylonjs/Three JS.

BlitzCoder commented:

Looking good there frokhman, reminds me of jfkeo's BB2JS project, but it is a full parse blitz to js and not just commands.

Keep it up and Welcome aboard

  frokhman commented:

A little update:
I do some refactoring to my code to separate the code between the core library and the BlitzBasic Syntax wrapper. It doesn't have any visible effect, but it will help me build something else using the core lib.

I have added two examples:

  1. Drag single object
  2. Drag multiple object
  3. Collision

Both respect rotation, currently it only support for box shaped object.

Reply To Topic (minimum 10 characters)

Please log in to reply