Git Product home page Git Product logo

imgui_with_opengl3's Introduction

Example working integration of ImGUI with OpenGL3

Build Status

Introduction

This repository is an example of working integration of ImGUI with OpenGL3 that contains all dependencies but OpenGL3's system library inside of project's file structure.

Building

mkdir build
cd build
cmake ..
make

If you're on UNIX/Linux you might need to install xorg-dev and RandR. If you're on Windows you might need to install GLUT.

For more information regarding project dependencies, read dependencies/README.md.

Notes / TODO

  1. Improve dependency management.

Along with fixing JMendyk#1 new improved dependency management process was introduced. Instead of including complete repositories of dependencies, dependencies/setup_dependencies.sh clones and organizes each dependency. While it's not perfect, it does better job than previous solution and fixes mentioned issue which made out-of-source builds impossible.

Dependencies are still included in the repository, thus no actions are required to download them.

  1. GL3W (solved with new dependency management)

    • requires python to be built (partially solved by distributing build version)
    • requires cmake & make after cloning from repository (partially solved by distributing build version)
    • when trying to do an out-of-source build, GL3W gets copied to build folder but does not get properly built, thus currently out-of-source build is impossible
  2. Improve CMake build system.

Credits

Created by JMendyk.

Includes libraries and source codes from:

imgui_with_opengl3's People

Contributors

jmendyk avatar

Watchers

James Cloos 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.