Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
383toast
5 months ago
|
parent
|
context
|
favorite
| on:
Defold: cross-platform game engine
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 months ago
[–]
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
5 months ago
|
parent
[–]
No, data is stored in protobuf text format (and at runtime compiled to binary protobuf files ofc).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Purpose is just to try to get an AI to generate code with it.