Learning Ember Javascript + Html?

I’m trying to mod certain UI elements but I’m pretty lost as to the intricacies of how ember javascript works. Normally I’d use the existing files as a reference but it seems there’s a lot going on under the hood and a lot of power that is not immediately apparent.

Really, I’m wondering what the best place is to learn javascript + html to mod stonehearth.

http://www.w3schools.com/ is a very good start for web related languages.

1 Like

But does this relate to the way JS is used in stonehearth?

Those frameworks (JQuery and Ember) can be ignored I think. Those offer easy to use methods, so you don’t need to reinvent the wheel while coding. At least where I was modding (setup screens before a game creation), I had no problem using pure javascript.

1 Like

Check out these JavaScript tutorials & Ember tutorials to learn more.