three.cpp icon indicating copy to clipboard operation
three.cpp copied to clipboard

yet another C++ port of three.js, based on r86+

Results 5 three.cpp issues
Sort by recently updated
recently updated
newest added

Not a real problem but I got plenty of makefile rules (generated by CMake) depending on the "assimp::assimp-NOTFOUND" file making failed the build. Removing them and adding the `-lassimp` in...

Can you add a plain Qt C++ example please?

nice code. please sample without "QML script" . qt code c++

I'm converting a three.js InstanceBufferGeometry vertex and fragment shader to run with this great library, but I'm not seeing how to add custom attributes. It's a grid of tiles that...

Nice to see another attempt a few years later! Is it possible to use it through web assembly and render with OffscreenCanvas?