[REFERENCE] UI Modding - Knockout

Discussion in 'Mod Discussions' started by Raevn, June 11, 2013.

  1. Raevn

    Raevn Moderator Alumni

    Messages:
    4,226
    Likes Received:
    4,324
    "Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably."

    Planetary Annihilation uses the Knockout library extensively throughout the UI, anyone looking to do UI modding will need to be familiar with at least the basics if you intend on making changes that do more than alter the layout/css.

    The official Knockout website can be found at:
    http://knockoutjs.com/index.html

    There is also online documentation available:
    http://knockoutjs.com/documentation/introduction.html

    Post any hints, tips and tricks to do with modding using Knockout here.
    Quitch likes this.

Share This Page