ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Tutorials & Other Helpful Info (https://www.esoui.com/forums/forumdisplay.php?f=172)
-   -   Good practice? Looking for a direction (https://www.esoui.com/forums/showthread.php?t=8936)

Brenhji 01/31/20 03:31 PM

Good practice? Looking for a direction
 
I'm very green when it comes to programming, currently I am pursuing a degree in computer sciences. I would like to start here because I play ESO. I believe it will help me learn and implement what I'm learning into other languages. My question is this, what would be a good place to start learning syntax? Basically what would be a good place to get the basic understanding of the logic of the language. For an example, tracking a players stat. Is that going to be a relatively easy concept to grasp? Anyways if you make an references keep in mind that I may not know what you are referring to. So far I've only just scratched the surface in making java programs.

Thanks!

Rhyono 01/31/20 08:21 PM

The most difficult part is likely figuring out how to use the ESO API. It's very poorly documented. To get some practice/understanding of the language first, you could use an online editor such as this: https://repl.it/languages/lua

For Lua documentation: https://www.lua.org/pil/contents.html

For the ESO-specific functions, this is the main overview: https://wiki.esoui.com/API

Baertram 02/01/20 08:40 AM

Welcome. After understanding the lua syntax you could start to read the wiki tutorials about addon coding:
https://wiki.esoui.com/Writing_your_first_addon

If you do not understand words or phrases try to search them online first and if you got further questions visit the addon dev gitter instant messenger and ask for assistance maybe:
https://gitter.im/esoui/esoui

Brenhji 02/01/20 09:37 AM

Thanks for the help!


All times are GMT -6. The time now is 01:48 PM.

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