Announcement

Collapse
No announcement yet.

Typescript Bindings and Object-Oriented API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    LIBRARY Typescript Bindings and Object-Oriented API

    We thought that lua is great for small beginner projects and is pretty fast, but for larger projects it can get messy and unmaintainable pretty quick.
    Therefore we (Onfire Network) made a toolset to write gamemodes in typescript. As of now we implemented almost any function the lua api has (some had no documentation).
    Our build tool fully automatically builds your gamemode into a client.lua and server.lua using a transpiler.
    A starter guide will follow in the Tutorials section soon.

    API: https://github.com/OnfireNetwork/OnsetTypescriptAPI
    MariaDB: https://github.com/OnfireNetwork/OnsetTypescriptMariaDB
    Examples: https://github.com/OnfireNetwork/Ons...scriptExamples

    Hope this helps you creating fun gamemodes
    Last edited by JanHolger; 09-04-2019, 05:34 PM.

    #2
    Thank you for this great contribution to Onset's scripting ecosystem! Very useful for object oriented programming and having a better overview on large code bases.

    Comment

    Working...
    X