Victor Bombi
Victor Bombi
Hi, I would like to share a compute graph made with ImNodes in LuaJIT-ImGui All above line https://github.com/sonoro1234/LuaJIT-ImGui/blob/master/examples/cimnodes_r_graph_sample.lua#L378 are the classes needed for the example, below this line there is...
This solves issue #27
Hi, When doing bitser.dumps for a cdata (of type vec2) with `__eq` methamethod (via metatype) which expects two vec2 to compare I get an error in https://github.com/gvx/bitser/blob/master/bitser.lua#L231 because ffi.typeof(vec2) is...
Hi, VLA cdata makes bitser to error This script runs ok but uncomenting comented lines (and comenting the two lines below) it will error ```Lua local ffi = require"ffi" local...
TDM-gcc has a compiler able to do 32 and 64 bit compilation. The way to set 32bits compilation is done via toolchain file with: ``` SET(CMAKE_C_FLAGS "-m32" CACHE STRING "C...
 I am on windows7 so I installed powershell and then goluwa.cmd, the first time data was downloaded and 3 windows appear, next time I run goluwa.cmd data dont download...
Hi, I take this image  with this selection applied (white pixels)  and with 50 pixels, all around, random GIMP heal selection gives:  Now trying to do the...
Generic version is still experimental Its purpose is to detect the overloaded version from arguments Here are some failing cases from implot ```Lua M.PushPlotStyleVarFloat = lib.igPushPlotStyleVarFloat M.PushPlotStyleVarInt = lib.igPushPlotStyleVarInt function...
Hi Michele, I am trying to have https://github.com/cimgui/cimguizmo_quat programmatically generated, having https://github.com/BrutPitt/imGuIZMO.quat/blob/master/imGuIZMO.quat/imGuIZMOquat.h#L317 without argument names while it is valid C is a problem for the generator, it asumes that it...
Dont merge, just for information!!