bitluni / ESP32VGA

http://bitluni.net/esp32-vga
128 stars 24 forks source link

make a model #1

Closed techno94 closed 5 years ago

techno94 commented 5 years ago

Hello, great job, it's an awesome librarie. i arrived to display the thinker and the venus just by connecting the rgb pin and vsync, hsync i would like to display my own model i know how to produce stl or obj file of my 3dmodel but i don' know to transforme them in vertices. which software could i use to do it ? thanks a lot img_20190205_225618 img_20190205_230105

techno94 commented 5 years ago

thanks a lot,

i found you're stl convertor http://bitluni.net/esp32-composite-video/ it's really a great job img_20190205_235535

bitluni commented 5 years ago

you found it.. nice! Good work! sorry my bad response time. I'm working hard on the Arduino library. It has a major redesign to better support other pixel formats. the 3Bit mode only takes half a byte per pixel frame buffer https://github.com/bitluni/ESP32Lib

techno94 commented 5 years ago

Thanks you for the link it's an awesome job