Docs/docs/en/beamng/dev/modding/ui-apps.md
BoubouleTheCutestHamster 0385a8307b Update docs/en/beamng/dev/modding/ui-apps.md
Co-authored-by: O1LER <44237025+O1LER@users.noreply.github.com>
2025-01-15 16:55:56 +01:00

9.8 KiB

UI-App Creation

In order to make a UI-App you will need some knowledge of the AngularJS framework, the main documentation can be found here: AngularJS docs

File structure

A UI-App needs four important files to work:

  • app.js | Contains the main code used by the UI-App Javascript docs
  • app.html | The code that displays your app Html docs
  • app.json | Contains the information of the UI-App
  • app.png | The image file showing in the app selector

UI-App style

We recommend using the