An AR library tour built for LibGuides
Go to file
Mark Eaton 23d12b5e53 fix font sizes for PA version 2024-04-26 16:10:22 -04:00
img add screenshot 2023-09-28 13:40:42 -04:00
static fix font sizes for PA version 2024-04-26 16:10:22 -04:00
templates fix error in meta tag 2024-04-26 15:39:13 -04:00
LICENSE Initial commit 2023-07-19 18:11:41 -04:00
README.md fix typo 2024-03-12 12:04:27 -04:00
app.py remove url_for, add main.js 2024-04-26 14:46:55 -04:00

README.md

An Augmented Reality library tour, built on LibGuides

Screenshot of the application

This is our AR tour game that we built for our library using LibGuides. It allows students to roam around the library and find colorful shapes floating in the virtual space. These shapes are found at important library service points. The students collect them all to "win" the game.

It is built on AR.js and LibGuides. I'll admit that this is a bit of a stretch of what LibGuides is normally used for, but for better or worse, it's our CMS, and we'll build what we can with it.

Some details

In our experience, the AR game works on ~95% of phones. It does not work on a small percentage of phones is because AR.js does not always identify the camera correctly (sometimes it picks the wrong camera when there are multiple outward-facing options). This problem has not been solved by the AR.js developers, so my odds of solving it are very low. At our library, we have worked around this issue by having students whose phones don't work either partner with other students or use a library-provided tablet. This has been a successful workaround, and has allowed us to proceed with the game as an orientation and instruction activity.

This project was built with the invaluable contributions of Prof. Carrie Jedlicka.