Giter Club home page Giter Club logo

video_player's Introduction

allotemplate

Template for creating applications using allolib. This template is suitable for large projects wil multiple files and dependencies where you need more control. If you are prototyping single files or want to explore the allolib examples, use the allolib_playground repo.

Developed by:

AlloSphere Research Group

University of California, Santa Barbara

Installation

Dependencies

terminal to run bash

git

cmake version 3.0 or higher

How to setup

On a bash shell:

git clone https://github.com/AlloSphere-Research-Group/allotemplate.git <project folder name>
cd <project folder name>
./init.sh

Optional: Pushing to your own git repository

You can convert the folder into a git repository of your choice with the following commands. (Example is using a github repository: replace username and repository name)

git remote add origin [email protected]:username/new_repo

After the initial commit, set the upstream with the following command.

git push -u origin master

How to compile / run

src folder contains the initial test code you can replace.

Edit CMakeLists.txt and run.sh to match your code.

On a bash shell:

./configure.sh

This will execute cmake on the project

./run.sh

This will compile the project, and run the binary if compilation is successful.

How to perform a distclean

If you need to delete the distribution,

./distclean.sh

should recursively clean all the build directories of the project including those of allolib and its submodules.

video_player's People

Contributors

mantaraya36 avatar konhyong avatar

Stargazers

 avatar

Watchers

 avatar  avatar Timothy Wood avatar Graham Wakefield avatar Matt Wright avatar Lance Putnam avatar karl yerkes avatar  avatar  avatar Drew Waranis avatar  avatar Keehong Youn avatar Kurt Kaminski 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.