Giter Site home page Giter Site logo

ayush055 / libwallaby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kipr/libwallaby

0.0 1.0 0.0 12.78 MB

Library for interfacing with the Wombat firmware

License: GNU General Public License v3.0

CMake 1.15% C 25.73% C++ 63.98% Objective-C++ 7.31% CSS 1.15% Roff 0.17% Assembly 0.01% SWIG 0.52%

libwallaby's Introduction

Bob the Builder

libwallaby

Library for interfacing with hardware on the 2016-2020 KIPR Wallaby and 2020-PRESENT KIPR Wombat controllers.

Documentation can be viewed at https://www.kipr.org/doc/index.html or by clicking the "Help" button in the KIPR Software Suite IDE.

It was designed based on (and to be mostly compatible with) https://github.com/kipr/libkovan

Debian Package Install (.deb):

sudo dpkg -i libwallaby.deb

Build Instructions:

#Installing dependencies: 
sudo apt-get install libzbar-dev libopencv-dev libjpeg-dev python-dev doxygen swig

# Create a build directory (inside libwallaby/) and change directory to it
mkdir build
cd build

# Initialize CMake
cmake ..

# Build
make

# Install
sudo make install

Tarball Build:

tar -xvf libwallaby.tar.gz
cd libwallaby
sudo chmod 777 configure
sudo ./configure
cd build
sudo make -j4
sudo make install

Want to Contribute? Start Here!: https://github.com/kipr/KIPR-Development-Toolkit

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.