Disclaimer: This repository contains code developed during a hackathon and does not represent the quality of code produced in a professional environment.
Flook is a project built during HackGenY London 2015 which won the third place prize and the Best 3D Project prize. Built using PHP/Laravel, it is a search engine for 3D models which works by scraping Youmagine's search results. It then retrieves the 3D models and displays them interactively using the Autodesk View and Data API.
To install this on your own machine:
- Clone this repository to the desired folder
- Run
composer install
- Run
php artisan key:generate
- Rename
.env.example
to.env
- Get your Autodesk View and Data API keys and paste them as appropriate
The MIT License (MIT). Please see License File for more information.