Giter Site home page Giter Site logo

fengrussell / pangolin-py Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yunyang1994/pangolin

0.0 1.0 0.0 2.19 MB

a lightweight portable library for 3D visualization

Home Page: https://github.com/stevenlovegrove/Pangolin

C++ 85.71% Python 1.00% C 7.48% Objective-C 0.28% Objective-C++ 1.31% CMake 4.22%

pangolin-py's Introduction

About pangolin

Pangolin is a lightweight portable library for managing OpenGL display and interaction. For convenience, I start up a project to implement a python binding for 3D visualization library Pangolin.

Required dependencies

  • OpenGL
    • (linux) sudo apt install libgl1-mesa-dev
  • Glew
    • (linux) sudo apt install libglew-dev
    • (mac) brew install glew
  • pybind11
    • sudo python -mpip install numpy pyopengl Pillow pybind11
  • eigen
    • (linux) sudo apt-get install libeigen3-dev
    • (mac) brew install eigen

Installation guide

Pangolin uses the CMake portable pre-build tool. To checkout and build pangolin in the directory 'build', execute the following at a shell (or the equivelent using a GUI):

$ git clone https://github.com/YunYang1994/pangolin.git
$ cd pangolin
$ mkdir build && cd build 
$ cmake ..
$ make -j8
$ cd ..
$ python setup.py install

Example gallery

We have provided many exmaples of useage here, enjoy it !

image

pangolin-py's People

Contributors

yunyang1994 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.