Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell authored Oct 10, 2024
1 parent b7a7336 commit 61111b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,15 @@ These declarations do not come with `tstl` by default because most of the time,

### Type Declaration Packages - Unofficial

Type declarations exist for some common Lua environments:
The TypeScriptToLua community has made unofficial type declarations for various things. (If you have made your own type declarations, you can click on the "Edit this page" link below to add them to the list.)

#### Game Engines

- [Defold Game Engine](https://github.com/ts-defold/types)
- [LÖVE 2D Game Engine](https://github.com/hazzard993/love-typescript-definitions)
- [Minetest](https://github.com/RepComm/mt-api)

Additionally, type declarations exist for some games:
#### Games

- [The Binding of Isaac: Rebirth](https://isaacscript.github.io)
- [ComputerCraft (Minecraft)](https://github.com/MCJack123/cc-tstl-template)
Expand All @@ -126,8 +128,6 @@ Additionally, type declarations exist for some games:
- [World of Warcraft WOTLK](https://github.com/araxiaonline/wow-wotlk-declarations) ([eluna module builder](https://github.com/araxiaonline/wow-eluna-ts-module))
- [World of Warcraft Classic](https://github.com/wartoshika/wow-classic-declarations)

Type declarations for databases:
#### Databases

- [Tarantool](https://github.com/vitaliy-art/tarantoolscript)

(If you have created type declarations for a new game, you can click on the "Edit this page" link below to add it to the list.)

0 comments on commit 61111b6

Please sign in to comment.