john-chapman / im3d

Immediate mode rendering and 3d gizmos.
MIT License
1.18k stars 63 forks source link

is it possible to make this tools usable for qt? #55

Closed GuangfuWang closed 2 years ago

GuangfuWang commented 2 years ago

i am using qt5 for ui interface, and wander how to make this effective tool available for qt

john-chapman commented 2 years ago

Hi - it's certainly possible, Im3d is fully platform/graphics API agnostic so it would just be a question of integrating the library into your qt application. You can take a look at the integration overview.