Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3XXXLOlympic GamesXXL EditorToolsOff-TopicXXL RomasteredXXL 2 RemasteredOther GamesModsCaesar's ChallengeUnfair XXLPatchesFan ArtPersonal ArtSpeedrunningMediaRandomizerBETA RomeHSKALPresence AdrienPresence SPQRSupport Bot Helpdesk

#off-topic

pegperegogaucho
:Pythonk: :peepoFUCK:
adrientd
This might even be easier
adrientd
also lots of web devs using JS
pegperegogaucho
isnt it barely used outside of website stuff?
adrientd
you could, but barely used outside of web indeed
adrientd
I remember an interview of Insomniac Games where they made a game editor fully in a web page in HTML/JS, using a Chrome plugin to render the scene.
adrientd
They later found how terrible it was to maintain.
pegperegogaucho
Insomniac :weirdchamp2:
adrientd
https://deplinenoise.files.wordpress.com/2017/03/webtoolspostmortem.pdf
pegperegogaucho
i mean, thats amazing that thats possible but javascript probably was not meant for that lol
adrientd
yeah
adrientd
they probably thought that with JS they could code quickly
adrientd
which is ok for simple stuff
adrientd
but for more complex stuff like an editor it would become spaghetti code
adrientd
because JS is a typeless language with no (compile) code checks
adrientd
difficult to track bugs...
pegperegogaucho
interesting :HmmChamp:
pegperegogaucho
Java gets interpreted right?
adrientd
normally yes
adrientd
so you would only get an error while trying your app