Karol Kreński
Karol Kreński
Say my file is this is a long field, 12345678,3333333333,44444444444 this is also long,134145231451,112412341,3142341341241 short,1,2,3,7,8 short,4,5,6,7,8 I have two blocks here and the second is more tight. The question (or...
Hi, awesome lib. Seems faster than threejs for basic buliding models. Perhaps it's not the right place, but since I cannot find any forum: what would be the procedure (if...
The original recast is now 1.5.1 released in 2016: This is the first release of the Recast and Detour libraries since August 2009 https://github.com/recastnavigation/recastnavigation/releases layzerar/recastlib uses the old version 1.4...
Awesome!
Thanks a lot, awesome! :) The example on your github on how to use it is even more awesome! Why isn't everyone making their software manuals that easy! How could...
First thing is I cannot find /usr/include/node/node.h. Which I fix by adding this line to makefile: CPPFLAGS+=-I/usr/include/node/ make[1]: Leaving directory '/home/mimooh/recastCLI.js-nodejs/recast' ===> Building main.a: make[1]: Entering directory '/home/mimooh/recastCLI.js-nodejs/main' CC build.o...
Hi, that's exactly what I need! I managed to get output from your script, just don't know how to pass it to xeogl: https://xeogl.org/docs/classes/Geometry.html. Perhaps if I could produce an...
There's '_test.blend' (not '_tests.blend'), therefore this command from readme.md doesn't work: blender async_tests.blend --python async_tests.py So, is this code suitable for having external editor to send python code to blender...
Hi, I have been using your extension for years, it is awesome! Can vimium be paused on elements like textarea or class='ace_editor' ? You know, there are extensions that make...