Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 601 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 601 Bytes

allolib_tools

This repository holds a number of miscellaneous tools for allolib.

The simplest way to use these tools is to clone this repo within the allolib_playground repo. Then you can use the run.sh script to build the examples provided with each tool.

Contributing

Please submit pull requests with your ideas.

You should submit your code as a folder within this repo. The folder should contain a README file with details of the tools and any number of .cpp files that show usage of the tool. The source for the tool itself should be placed in a src/ folder within the tool's directory.