Hacker News new | ask | show | jobs
by 383toast 430 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.

1 comments

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/

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