john-chapman / im3d

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

Plug into existing application #53

Closed jacquesvaneeden closed 2 years ago

jacquesvaneeden commented 2 years ago

I have an existing opengl / CUDA app doing volumetric rendering, now need to add grids, rulers and text. Since I am not a opendgl fundi you lid seems quite ideal for my development.

May I please get a little guidance here on how to plug im3D into existing systems and drawing to already defined lg screen textures Thanks

john-chapman commented 2 years ago

Please refer to the "Integration" section of README.md. You can also find a complete OpenGL integration example in examples/OpenGL33/.