Remix.run Logo
383toast 5 days ago

Does anyone know if Defold can be used without the UI? Eg. just running it as a library or using scripting to do everything the game engine UI can do.

Purpose is just to try to get an AI to generate code with it.

ksymph 5 days ago | parent [-]

In theory yes, data is just stored in json and there's a CLI utility [1] for building. It's pretty awkward though.

[1] https://defold.com/manuals/bob/

britzl 4 days ago | parent [-]

No, data is stored in protobuf text format (and at runtime compiled to binary protobuf files ofc).