Results 6 issues of Han Xi

In my testing on macos, the sample app occupied 85% cpu time, the framerate can not event reach 60. On the contrary, the sdl2 example of nuklear (compiled with INCLUDE_ALL)...

enhancement
help wanted

I updated a little to support multiple files using ```html , ``` after submit the form, lapis app will receive an array of { :filename, :content }. if multiple attribute...

Here are errors when I built it on a macbookpro with apple's new m1 processor: ```code In file included from /Volumes/Samsung_T5/opensource/libigl/include/igl/FastWindingNumberForSoups.h:374: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/emmintrin.h:13: In file included from...

compilation

I need to store some small pictures(30-40k each). blob is useful. How to store such binary data?

Tested under arm macos (with m1 chip). It only works if pressing the touch pad hard . If just tapping the touch pad, the demo test script will most likely...

MacOS

On my macpro book with m1 processor (arm64), the FFI call to printf will output random garbage characters for all varadic args. ~~~lua local ffi=require'ffi' ffi.cdef[[ int printf(const char *fmt,...);...