For my senior capstone project at Cal Poly, I developed the Reality Market. The goal of this app was to create a unique marketplace while learning and applying good software devleopment practices along the way. The Reality Market allows users to transform everyday items into detailed 3D models, which can then be listed on the marketplace. Sellers can manage their listings by editing, deleting, or organizing them into categories. The app also allows users to save their favorite listings for later viewing. The main shopping feed consists of robust search functionality, sorting options, and filters to help users discover exactly what they’re looking for efficiently.
Shop 3D Models
Scan items using object capture
Preview listings with augmented reality
View listings details
Manage your listings
What makes the Reality Market unique is the incorperation of augmented reality within the shopping and selling experience. Users are able to scan their items into 3D models. This was made possbile by utalizing the object capture sample project provided made by apple. This flow returns a 3D Model in USDZ format, which then gets sent to storage. In order to scan an item, users will need to have a phone with LiDAR hardware. This is found only on pro models of the iPhone. Shoppers are also to view items in AR, in their own space. This is made possible by using apples quick look preivew view.
Using vapor to build the apps backend was a great experince. Using swift on the front-end and the sever was a great experience and I felt it kept the codebases very consistent and clean. I also used the Fluent ORM to interact with the postgres database.