gecko0307 / dlib

Allocators, I/O streams, math, geometry, image and audio processing for D
https://gecko0307.github.io/dlib
Boost Software License 1.0
217 stars 34 forks source link

More examples in the domument #187

Closed LukyGuyLucky closed 1 month ago

LukyGuyLucky commented 1 month ago

This is great and I like it very much!

Would be appreciated if more examples( just pieces of code snippets) to show the usage of the APIs,say,how to load and play a WAV file or how to load a BMP file and show in the screen,etc.

Thanks and best regards.

gecko0307 commented 1 month ago

Thank you for the feedback! There are a number of usage examples on the project's website, including an example of loading an image. As for displaying images on the screen and playing sounds, dlib does not currently provide such functionality. For this you can use a multimedia library such as SDL.

LukyGuyLucky commented 1 month ago

Thank you!