Giter VIP home page Giter VIP logo

a5imgui_example's Introduction

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.

a5imgui_example's People

Contributors

bggd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

a5imgui_example's Issues

Inclusion in imgui's example

Hello,

I'd like to include your example in the imgui/examples/ is that's ok.
Would you mind if it went there under the MIT license used in ImGui, as opposed to public domain?
Not a big difference but it'll just be simpler if all the code is using the same license.

Thanks,
Omar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.