gwald

Results 37 comments of gwald

Spent halve a day hacking this out lol Yours worked on first build and deployment Thanks man!

oh cool. linux, using develop branch. SDL2 build well and they were simple bugs... I tried glfw with replacing the SDL command above and it didn't build for me. I'll...

ha, I didn't mean to close it :/ sorry

Hi Sorry, I got really distracted! I got Horde3D (and Assimp converter and viewer) compiled in windows XP and using the dll's with Tiny C Compiler... it works very well...

I'm testing emscripten again, but without the cmake or makefile stuff, just using a batch file based on this project: https://github.com/bosoni/Horde3D_em (I wasn't able to build it with the current...

Emscripten targets the "WebGL-friendly subset of OpenGL ES 2.0" parts of ES2 & ES3 is emulated. I wasn't able to build with ES3, using the batch above with: Y3D_API.c ^...

These are undefines, so it doesn't link/build. I've set the unsupported features as info so it doesn't stop, but it usually crashes in the browser right after. I read that...

Hey thanks, I appreciate your help :) it's not urgent but it is an important target for me, so I'm happy to test anything you find.

I tried a few time in win7/win10 VM's. I couldn't get QT to register in cmake and tried using the binary v.0.8.0 code base with replaced the new src files,...

Thanks that helped! But it couldn't find glu32... it was an old version I downloaded 5.1, apparently that was a common thing, found the patch, but it didnt fix it...