ArkOS has Love2D 11.4 after this topic.
I had to update the OS on my device to get love2d.
I haven't made friends with the shadow maps yet . So far I have only had problems with them.
Code: Select all
// love2d use row major matrices by default, we have column major and need transpose it.
// 11.3 love has bug with matrix layout in shader:send().
vec4 position(mat4 transform_projection, vec4 vertex_position) {
...
}