GithubHelp home page GithubHelp logo

fzg780 / imgui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r-lyeh-archived/imgui

0.0 0.0 0.0 12.81 MB

A small multiplatform immediate mode graphical user interface with OpenGL3.2 backend

C++ 99.48% C 0.52%

imgui's Introduction

imgui

Features

  • Lightweight immediate mode graphical user interface.
  • OpenGL 2.0 and 3.2 backends.
  • Multiplatform. Compiles on msvc/gcc/clang. Runs on Linux/Mac/Windows.
  • No external dependencies.
  • MIT licensed.

About

The OpenGL backend was ported from OpenGL immediate mode to OpenGL 3.2 mainly to be compatible with Mac OS X core profile.

This unofficial fork features cmake, smaller code base, cleanups, color handling, builtin fonts, different font handling, and many new widgets.

image

Build

The only depedencies are OpenGL and GLEW. GLFW is embedded with the samples.

  • Linux (Tested on Arch Linux, Ubuntu 12.10, Debian Wheezy with various versions of gcc)
cmake . && make
./sample
  • Mac OS X (Tested on 10.7 (Lion) with XCode 4.6. Only compatible with core profile contexts)
cmake . && make
./sample
  • Windows (Tested on Windows 7 with Visual Studio 2013)
cmake .. -G "Visual Studio 12" && imgui.sln && rem Most users want this
cmake .. -G "NMake Makefiles" && nmake && rem My personal choice

Usage

Check sample.cc for detailed usage examples.

imgui's People

Contributors

adrienherubel avatar stevensona avatar

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.