+ 1
SDL ,SFML or Allegro? Which one is the best?
I want learn about c++ gui tool kit! Which one is the best for gui rendering!
10 Antworten
+ 8
Dilip ishara
some which are quick to get your app up and running and easiest are opensource projects .
I have starred few on github and they are amazing...
here are those :
- https://github.com/ocornut/imgui
- https://github.com/wjakob/nanogui
- https://github.com/vurtun/nuklear
- https://github.com/texus/TGUI
- https://github.com/juce-framework/JUCE
You may look at nanogui or imgui ( yes we can use it for simple apps not only games it has guts ).
+ 7
i would go with SDL .
No experience with Allegro ( seems like its game engine ? )
+ 5
Thank U ChillPill 🌶 ! What are the other best and fast cpp gui tool kits and game engines! since i havent any sense about them!?
+ 5
ChillPill 🌶 I need a gui tool kit that is fast, efficient and supports many operations.can work with c++ or c?
+ 5
I think SFML and FLTK are quite good choises!
+ 5
SFML for advanced and FLTK for simple projects!
+ 5
ChillPill 🌶 thank you for giving these resources and information ! 💜️⭐
+ 5
Thank U Prashanth Kumar!