To clarify, the Defold Editor is written in Clojure, whereas the runtime component is written in a carefully selected subset of C++ in order to keep executable sizes small and compile times fast. You can write…
Defold is optimized to produce small binaries, and features you don't use can be turned to to further decrease your bundle size. It also focuses a lot on providing fast iteration times. You can hot-reload changed assets…
To clarify, the Defold Editor is written in Clojure, whereas the runtime component is written in a carefully selected subset of C++ in order to keep executable sizes small and compile times fast. You can write…
Defold is optimized to produce small binaries, and features you don't use can be turned to to further decrease your bundle size. It also focuses a lot on providing fast iteration times. You can hot-reload changed assets…