Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
ocornut 9a0650dbd0 Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL ago%!(EXTRA string=10 years)
..
README.md Fixed documentation ago%!(EXTRA string=10 years)
imgui_impl_a5.cpp Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ago%!(EXTRA string=10 years)
imgui_impl_a5.h Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL ago%!(EXTRA string=10 years)
main.cpp Fonts: added Cousine-Regular.ttf ago%!(EXTRA string=10 years)

README.md

How to Build

  • On Ubuntu 14.04+
g++ -I ../imgui main.cpp imgui_impl_a5.cpp ../imgui/imgui*.cpp -lallegro -lallegro_primitives
  • On Windows with Visual Studio's CLI

<a5path> is your allegro5 folder.

cl /MD /I <a5path\include> /I ..\imgui main.cpp imgui_impl_a5.cpp ..\imgui\imgui*.cpp /link /LIBPATH:<a5path\lib> allegro-5.0.10-monolith-md.lib user32.lib