ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Tutorials & Other Helpful Info (https://www.esoui.com/forums/forumdisplay.php?f=172)
-   -   Looking for manual suggestions (https://www.esoui.com/forums/showthread.php?t=8798)

JP Fred 10/16/19 03:08 AM

Looking for manual suggestions
 
I have been a programmer for 30 years, mainly AS400 mid range computers, and am looking to create some add-ons. From what I see the ESOUI uses the LUA scripting language.

That being said I am looking for a good guide to help me to get started and also one to be used as an on-going reference.

I am retired and have a lot of time on my hands. I would appreciate any feedback from the brain trust.

Thanks,

Doc

Sordrak 10/16/19 04:10 AM

About Lua:
https://www.lua.org/
http://lua-users.org/wiki/SampleCode


About the ESO API:
https://wiki.esoui.com/Main_Page
https://wiki.esoui.com/API
https://wiki.esoui.com/MyFirstAddon_...Zenimax_Online
https://wiki.esoui.com/Circonian%27s_Tutorials


By far not complete, but at least a starting point. :)

sirinsidiator 10/16/19 05:24 AM

Have you checked the sticky posts on top of this forum? There is one which has links to all the relevant resources: https://www.esoui.com/forums/showthread.php?t=8413

JP Fred 10/16/19 12:23 PM

Thanks all. I knew that I could get what I needed from the experts!

Phuein 10/16/19 11:38 PM

In addition to the guides, I've released a template of sorts to help (myself and) other coders get a new addon going quickly. New Addon in the links in my signature. :)

Baertram 10/17/19 02:37 AM

There also exist some developing tools helper for e.g. auto completion or API function lookup.

Eclipse
https://www.esoui.com/forums/showthread.php?t=7924

IntelliJ IDEA
https://www.esoui.com/forums/showthread.php?t=776


Always check the latest comments of the threads for updated links and information (what lua plugins to use e.g.).

DebugLogViewer
And there is one tool to show proper debug output (using LibDebugLogger) to analyze your harddisk saved debug messages. If you want to build something new better start to get used to using this library instead of using simple d() outut messages in your addons and having to check the chat ingame over and over again.
https://www.esoui.com/forums/showthread.php?t=8569


All times are GMT -6. The time now is 12:19 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI