Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
LostEth02885y@JhonDoe JSON is great, I love it, don't get me wrong. But when its *2643* lines of it, I get mad. Souce: https://github.com/microsoft/...
-
LostEth02885y@hatemyjob No, the syntax highlighters. To make a custom syntax highlighter, you have to "program" in JSON. see https://github.com/microsoft/...
-
lxmcf204105yAnd I'm sitting here as someone who uses JSON as a basic scripting language in my custom engines .-.
-
lxmcf204105y@LostEth0 it's my quick and dirty object orientated scripting language... I feel like I have now become your least favourite person haha
-
LostEth02885y@lxmcf Hah nah, im just trying to picture it in my head, like is it an Abstract Syntax Tree or something?
-
lxmcf204105y@LostEth0 essentially, main node would be broken up into 'events'... Best way I can explain is show haha
https://lxmcf.itch.io/json-objects
That was version 1 as a proof of concept, have abandoned it for a tokenized version (just use the demo) -
LostEth02885y@lxmcf Couldn't get the demo to run, it just crashed :P
However in the screenshots from what I can see that's far, far more tame than I expected. -
lxmcf204105y@LostEth0 yeah that was built like 3 years ago haha
And yeah that was a basic version, what I use it for now if a very unpleasant sight haha, 1 instance file for one of my old games was 2000+ lines of JSON (this includes variables and animations) -
LostEth02885y@lxmcf goddamn lmao. I mean one question tho, why not just GML, if it’s in game maker?
-
lxmcf204105y@LostEth0 main focus for me is easy to create user content, plus I use GM to build the engine and have external tools to build everything so I can build my games at runtime, performance takes a hit but makes things easier to debug and build
-
LostEth02885y@lxmcf interesting. I only really did a little bit of GameMaker, before the forced transition to studio 2. It was how I got into game dev and eventually software dev, so I do owe it some respect
-
lxmcf204105y@LostEth0 I'm slowly moving away from it, sick of having a 20GB VM just to use GameMaker on Linux, learning C, C++ and then moving to OpenGL to start building my own in house 2D engine
-
LostEth02885y@lxmcf wait— gamemaker lets you build to Linux... but doesn’t run ok Linux natively?
-
lxmcf204105y@LostEth0 yep... Makes so much fucking sense aye .-.
Can't even get it running under wine because it still depends on .Net 3.5
Related Rants
Who the FUCK created VSCodes grammars.
They're all. Fucking. JSONs.
rant
textmate
grammar
vscode