LDraw.org Discussion Forums

Full Version: ldrawloader - C/C++ open-source loader
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
if anyone is searching for a self-contained ldraw loader, I have recently open-sourced a hobby project. It doesn't come with all the bells and whistles to the various Ldraw features yet, but should be useful nevertheless.

https://github.com/pixeljetstream/ldrawloader

It also implements chamfered hard edges for better rendering quality, for that purpose additional "fixes" are done to the models.

[Image: ldrawloader.png]

[Image: ldrawloader2.png]
Thanks! This looks like really useful.

Is it possible to get the full example? In the repository you just show how to load the model, is it possible to get the extra code you use to actually render the part/model?