Quentin Quadrat

Results 155 comments of Quentin Quadrat

I will test it with pleasure and give you feedback, but the Mac is not mine ... I cannot test it before August 2023 ... when I'll be in holidays...

@Neustradamus sebastian no longer maintain or reply. And because of slip vulnerability I had to break the API so added major changes. I dunno if master branch shall keep the...

@Kingcitaldo125 this warning is because `if then else` are poorly indented and can be misinterpreted by a human but definitively not an error inside the code. Try compiling without `-Werror`...

Yes your remark is true but this is a dead project (no longer maintained for 7 years). Probably this warning has been added in recent g++. On my side I...

"For the kids." => What I dislike about three.js code is that the renderer holds all stuffs from the Earth, making it difficult to read and understanding the code. The...

@jdduke Yes that does not make us younger :) Your project is still, as far as I could see, the best of three.js 'as it' portage. I'm pretty sure that...

Already opened in https://github.com/jdduke/three_cpp/issues/19

Just if someone knows how to create OpenGL context in CI (Travis-CI ie) I would like to know how to do that. I already tried but you cannot create OpenGL...

@kbranigan of course https://stackoverflow.com/questions/5541946/cflags-ccflags-cxxflags-what-exactly-do-these-variables-control the goal is to let you do stuff like `make CC=clang CFLAGS=-Wdesired-options` (in my case my main Makefile calls other Makefile (third parts) passing my CXX...

@kbranigan While not perfect, I adapt mine https://github.com/Lecrapouille/SOIL/blob/master/Makefile