raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.26k stars 280 forks source link

missing .c file in src ? #403

Closed Ronin15 closed 2 months ago

Ronin15 commented 2 months ago

no .c file in src ? Or is that expected ?

raysan5 commented 2 months ago

@Ronin15 Yes, it's expected. raygui is a single-file header-only library, this is a new trend from the last few-years to include the library implementation inside the .h for easy distribution and integration of C libraries. You can check raygui.h implementation section and raygui examples for usage.

Ronin15 commented 2 months ago

@raysan5 Thanks for the reply I'll check it out. Mainly trying to get raygui into odin.