Page 1 of 1

Ginjo-Builder: Irrlicht game programming development environ

Posted: Sun Oct 02, 2016 3:25 pm
by Ginjo-Builder
We are developing a programming language/development environment geared towards developing games using Irrlicht: www.ginjo-builder.com
The Irrlicht library used is based on Irrlicht Lime 1.5.

The language is called Ginjo and is designed to be familiar to people who have programmed in languages such as javascript, C# or java.
For the syntax see: http://ginjo-builder.com/htmldoc/syntax-basics.html

It is designed to seamlessly work between different versions of windows from Vista to Windows 10 without the user needing to install any additional dependencies.

There are a series of tutorials on different subjects:
  • Render loop
  • Mouse & Keyboard
  • Sound
  • Cameras
  • Lights
  • Terrain
  • Skybox/Skydome
  • Movement/Animators
These tutorial can be found here: http://ginjo-builder.com/htmldoc/index.html

Currently there is a free version you can fully develop with that you can download from the website. A future version will have to ability to create standalone exe programs.

Finally for future release plans see the roadmap: http://ginjo-builder.com/roadmap.html
I am happy to answer any questions and welcome all feedback!

Adam

Re: Ginjo-Builder: Irrlicht game programming development env

Posted: Tue Oct 04, 2016 7:03 pm
by chronologicaldot
I like your simplification of the syntax, including the scoping restrictions, and your foreach looping mechanism. Nice work, as far as readability!

Re: Ginjo-Builder: Irrlicht game programming development env

Posted: Wed Oct 05, 2016 8:05 pm
by Foaly
If you make any improvements on the IrrlichtLime library, please tell us about them so we can add them to IrrlichtLime if we like them.
Please also tell us if you find any bugs with it.