Coder of Salvation / Leon van Kammen

Results 181 comments of Coder of Salvation / Leon van Kammen

Although I do understands the concerns, I agree with @AlbertoElias. I'm afraid, with current user-numbers, it's still a theoretical problem, not a practical one (we don't have data). Two practical...

i tried rewriting `models/quad.js` to `https://cdn.jsdelivr.net/gh/BKcore/Shdr/sources/models/quad.js` in shdr.js, but even when it found the file it crashes. > I'll stick with the cube :)

thank you for that shellscript, I think it'll be a nice starting point (adding some dependencies etc) to build something inside dietpi.

I will test this asap. Could be a nice improvement compared to https://github.com/coderofsalvation/kanban.bash/pull/33

I succesfully got it to work using SOKOL (https://github.com/floooh/sokol) which can also compile to ANDROID: ``` // INIT #define SAMPLE_SIZE sizeof(float) #define NUM_SAMPLES (64) // FLUID_BUFSIZE is 64 fluid_synth_t* synth;...

No worries, I'm not much around #buze tbh. Email will do fine. Are you still using blender,blendersciviz & sverchok for 3d these days? Eevee got me back to blender, so...

`app.use( logio({url:'/logview') )` would indeed be nice

Ok, here's my attempt: https://www.npmjs.com/package/express-logio The idea is that the middleware also takes care of starting the log.io webserver. In other words: you don't need to run the webserver manually.

> The default is 1. You can change this for your deployment. Right, so above you can see im trying to change it. How would one do that given the...