https://github.com/brittyazel/teachingaddon
This addon is solely used to teach how to write addons
https://github.com/brittyazel/teachingaddon
Last synced: about 1 year ago
JSON representation
This addon is solely used to teach how to write addons
- Host: GitHub
- URL: https://github.com/brittyazel/teachingaddon
- Owner: brittyazel
- License: mit
- Created: 2021-05-05T00:37:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T03:58:10.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:24:10.727Z (about 1 year ago)
- Language: Lua
- Size: 282 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeachingAddon
This addon is used to teach how to write addons. It is a blank canvas, so to speak.
Leave the Main branch pure, make changes in a new branch.
## Note
This addon is built on-top of the Ace3 framework. The "Libs" folder contains Ace3 and all of its modules.
## Environment
We (strongly) recommend you use IntelliJ IDEA for your IDE alongside the EmmyLua plugin.
In-game we recommend using BugGrabber and BugSack for catching Lua errors, and DevTool is a great addon for inspecting Lua tables in real-time.