Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

bggd/a5imgui_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This example is obsolete!

This is merged by official dear-imgui's repository. See https://github.com/ocornut/imgui/tree/master/examples

example of allegro 5 with ImGui (https://github.com/ocornut/imgui)

How to Build

git clone git://github.com/ocornut/imgui
git clone git://github.com/bggd/a5imgui_example
cd a5imgui_example
  • On Ubuntu 14.04+
g++ -I ../imgui ../imgui/imgui.cpp main.cxx imgui_impl_a5.cxx -lallegro -lallegro_primitives
  • On Windows with Visual Studio's CLI

<a5path> is your allegro5 folder.

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

public domain.

About

example of allegro 5 with ImGui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages