Questions tagged [turbulenz]

The HTML5 SDK and Game Engine for developing games.

Turbulenz Engine

The engine libraries are implemented in optimised JavaScript supporting rapid iteration of game code and data. The engine executes directly in the browser and includes some of the following features:

  • Core
  • Rendering Effects and Particles
  • Physics, Collision and Animation
  • Audio and Input
  • Networking, Multiplayer and Social Networking
  • Scene and Resource Management

Turbulenz SDK

The SDK contains everything a developer needs to rapidly get their project going, polished and deployed, including:

  • JavaScript Engine Source Code
  • Samples
  • Documentation
  • Local Development Server
  • Viewer
  • Asset Processing Tools
  • Packaging and Deployment

The product home page: https://turbulenz.com

9 questions
2
votes
1 answer

How do I inherit a function from a base object and overwrite it in javascript

What I am trying to do is have a child object provide its own implementation for a function defined in a base object. As far as I've understood so far prototypes are the best (only!) way to go about doing this. Note also that I am currently…
1
vote
0 answers

Turbulenz engine install python tools

I am trying to Turbulenz however im having some problems installing the tools: cgfx2json and NvTriStrip When i am in the env and run sudo python manage.py tools i get the following error: Creating:…
Marc Rasmussen
  • 19,771
  • 79
  • 203
  • 364
0
votes
0 answers

Can't find a good turbulenz documentation

I'm just starting with turbulenz and followed some steps from http://docs.turbulenz.com/starter/getting_started_guide.html Now I want to understand more about some apis, like camera api, and can't find a good documentation about it, I found this:…
0
votes
1 answer

Turbulenz engine not installed error but it works for samples

I try to build my first app using Turbulenz engine but it won't display on my localhost - i keep getting error "Turbulenz Engine not installed. You need it to play 3D games in your browser." Samples work! Problem persist only in my project. I…
0
votes
1 answer

Turbulenz: How bound a physics node to a scene node

How can I bound a physics node to a scene node? Since the documentation reads that when an update is made to the physics node its propagated to the scene node I assume that the transformation matrix of the scene node is updated also. Is this…
Diosney
  • 10,520
  • 15
  • 66
  • 111
0
votes
1 answer

Understanding vertex buffer and index buffer in game engines

I am new to game engines. I started reading about html5 browser games recently since turbulenz engine became open sourced. Its not difficult to grasp the javascript code and the concepts from the samples. I just wanted to know how the vertex buffers…
gopi1410
  • 6,567
  • 9
  • 41
  • 75
0
votes
1 answer

Trouble installing Turbulenz

I was trying out the HTML5 Game Engine Turbulenz, which requires Python to be installed on the machine. I downloaded and installed Python, and then I downloaded the installer for Turbulenz. In the middle of the installation, I get an error that says…
Gregory-Turtle
  • 1,657
  • 3
  • 20
  • 30
-1
votes
1 answer

Turbulenz Game Engine : Missing manage.py from SDK Version 0.28.0 for windows

Github repo got manage.py file but not sdk. What to use for SDK to run commands? After installing the SDK there is no file called manage.py to run commands like python manage.py apps multiworm in VirtualEnv. How to compile new game? How to fix…
Pirzada
  • 4,685
  • 18
  • 60
  • 113
-1
votes
1 answer

Turbulenz: Game Script Doesn't Run When Moved to External .js FIle

On starting a new project in the Javascript game engine Turbulenz, an example from the website runs fine when included in script tags within index.html. However, any attempt by me to move that code to an external .js file results in the moved code…
Nightmare Games
  • 2,205
  • 6
  • 28
  • 46