Victor Bombi

Results 62 issues of 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...

showcase

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...

enhancement
comp: build

![gif](https://user-images.githubusercontent.com/1795930/49440066-fd49fa00-f7c2-11e8-8e4c-3e90d631c560.gif) 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 ![image](https://user-images.githubusercontent.com/1795930/73593770-f2ded980-4507-11ea-8e5f-7794cbcd4757.png) with this selection applied (white pixels) ![mask](https://user-images.githubusercontent.com/1795930/73593780-0e49e480-4508-11ea-802e-8102ef2a8b95.png) and with 50 pixels, all around, random GIMP heal selection gives: ![gimpheal](https://user-images.githubusercontent.com/1795930/73593817-5c5ee800-4508-11ea-9902-7e1adf65f192.png) 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...

help wanted

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...

enhancement

Dont merge, just for information!!