Giter Site home page Giter Site logo

imtoolkit's Introduction

Immediate-Mode Toolkit (imtoolkit)

GitHub Workflow Status

This repository constains a set of packages built on top of the imgui library. The targeted use case is creating data visualization and basic UI for assisting development and debugging of robotics software. This toolkit is designed to be very lightweight (minimal dependent libraries required, easy to be integrated and built), which differentiates it from other more feature-rich but much heavier libraries (such as OpenCV, VTK, ROS/RViz). It's expected that this toolkit is integrated into an existing project and used to build application-specific visualization tools, rather than used as a standalone and general-purpose visualization application.

Currently the following features are supported:

  • Data Plot: ImGui + ImPlot
  • Cairo Canvas: ImGui + Cairo 2D graphics library

Build

The code in this repository should build on any recent linux distributions with a compiler supporting C++11/14.

Setup toolchain

$ sudo apt install build-essential cmake

If the version of cmake bundled with your system is too low, you can install a newer version from kitware ppa or build and install from source.

Install dependencies

$ sudo apt-get install libgl1-mesa-dev libglfw3-dev libcairo2-dev

Download code

$ git clone --recursive https://github.com/rxdu/imtoolkit.git

Or you can clone and then update the submodules manually

$ git clone https://github.com/rxdu/imtoolkit.git
$ cd imtoolkit
$ git submodule update --init --recursive

Configure and compile

$ cd imtoolkit
$ mkdir build && cd build
$ cmake ..
$ make -j8

Use the toolkit

This toolkit offers a number of convenience wrappers/helper functions to allow you create more specialized visualization/UI tools for your project easily. Initially it helps you put all pieces together and get started quickly, but eventually you would probably need to get familar with the underlying building blocks in order to create tools that fits your hand most.

Online demo

imtoolkit's People

Contributors

rxdu avatar

Stargazers

Albert Luo avatar

Watchers

James Cloos avatar  avatar

Forkers

linecode aizhiluo

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.