Goshido / android-vulkan

This repository is a project for learning Vulkan API, constraint based 3D physics, Lua scripting, spatial sound rendering, HTML+CSS UI rendering.
30 stars 3 forks source link

Using float32_t as number and int32_t as integer types in Lua #65

Closed Goshido closed 11 months ago

Goshido commented 11 months ago

Lua manual allows to compile library to use float32_t instead of double and int32_t instead of int64_t as internal types. It's needed to try to use such build in production.

Steps

Goshido commented 11 months ago

Preliminary results on mario game image