JavaScript Reference

JavaScript Reference

From BeamNG

Revision as of 14:11, 2 August 2016 by Meywue (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The UI is basically a single Page Website running in a CEF instance on top of the game itself.

The communication with lua happens mainly through Streams and Hooks.

As Framework we currently use Angular combined with Angular Material.

For App Basics please have a look here: My_First_App.