fauxgl icon indicating copy to clipboard operation
fauxgl copied to clipboard

Python port

Open karimbahgat opened this issue 7 years ago • 3 comments

Hi @fogleman. First off, really great job with this library, it's so simple and educational. This probably shouldn't be raised as an issue, but just wanted to let you know that I made a direct port of fauxgl for Python (with full credits to you), called phauxgl. It's obiously much slower since it's pure Python, and I will optimize and add remaining features in the future. Although slow, I can think of quite a few use-cases and projects where it will be directly useful, so thanks for writing this library. I thought this may or may not be interesting for you and/or fauxgl users.

karimbahgat avatar Sep 12 '18 16:09 karimbahgat

Cool!

fogleman avatar Sep 12 '18 18:09 fogleman

In that case you may also like this 100 line Python/numpy tinyrenderer, including texture mapping, obj loading etc: https://github.com/rougier/tiny-renderer

erwincoumans avatar Mar 07 '21 20:03 erwincoumans

Love it! That's pretty fast for a lot of visualization purposes, well worth the numpy dependency. Will definitively look into using that for geospatial work down the road.

karimbahgat avatar Apr 09 '21 07:04 karimbahgat