Gui

Anything related to Wolfire Games and/or its products
Post Reply
skln
Posts: 2
Joined: Sat May 17, 2014 4:48 pm

Gui

Post by skln » Sat May 17, 2014 4:52 pm

I know overgrowth is known to use awesomium, but i was also wondering what javascript api is used to create the gui? Mostly for the editing tools portion. How much time/work/code has gone into the javascript for the gui alone. I remember even seeing a script editor built into the gui of the game (all in javascript im assuming).

User avatar
Endoperez
Posts: 5668
Joined: Sun Jan 11, 2009 7:41 am
Location: cold and dark and lovely Finland

Re: Gui

Post by Endoperez » Tue May 20, 2014 1:41 am

I'm checking some of the scripts.

<script type='text/javascript' src='../global/jquery132.min.js'></script>

There's folders for Webkitten and Webkit-console. And CodeMirror, which might be the script editor.

Not very familiar with javascript, but maybe that tells you something? :P

skln
Posts: 2
Joined: Sat May 17, 2014 4:48 pm

Re: Gui

Post by skln » Tue May 20, 2014 3:01 pm

Wow yes, thank you.

Post Reply