dxfjs / parser

A dxf parser it parse dxf content to a readable javascript object.
MIT License
10 stars 0 forks source link

Converts this parser results into three. js graphics and displays them #6

Open wuzejinCN opened 7 months ago

wuzejinCN commented 7 months ago

Hello Tarik, do you have an example that converts this parser results into Three. js graphics and displays them? Thank you for your selfless dedication.

vasco3 commented 4 months ago

@wuzejinCN I would use the npm lib three-dxf-loader

tarikjabiri commented 4 months ago

Hi

I think the three-dxf-loader has its own parser not sure if this possible, I am not sure whats the point using my parser knowing that lib is capable of rendering the dxf content in three.js my parser only give you an object to manipulate no rendering.