Coder Social home page Coder Social logo

swiftwinds / allolib_playground Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allosphere-research-group/allolib_playground

0.0 0.0 0.0 5.61 MB

Code playground for allolib

Shell 0.74% C++ 93.87% CMake 1.15% GLSL 0.90% Jupyter Notebook 3.34%

allolib_playground's Introduction

Allolib playground

Build Status

This repo provides a quick and simple way to build allolib applications. It also contains a set of tutorials and cookbook examples in addition to the examples in the allolib library.

Setup

Get all dependencies and tools required by allolib. See the readme file for allolib.

Run the init.sh script to get the allolib and al_ext libraries or execute in a bash shell:

git submodule update --recursive --init

Building and running applications

The allolib playground provides basic facilties for building and debugging single file applications. On a bash shell on Windows, Linux and OS X do:

./run.sh path/to/file.cpp

This will build allolib, and create an executable for the file.cpp called 'file' inside the '''path/to/bin''' directory. It will then run the application.

You can add a file called '''flags.cmake''' in the '''path/to/''' directory which will be added to the build scripts. Here you can add dependencies, include directories, linking and anything else that cmake could be used for. See the example in '''examples/user_flags'''.

For more complex projects follow the template provided in allotemplate https://github.com/AlloSphere-Research-Group/allotemplate. This requires some knowledge of Cmake but allows more complex workflows and multifile applications or multiple target binaries.

Allolib API documentation

You can find the allolib API doxygen documentation at: https://allosphere-research-group.github.io/allolib-doc/

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.