PINUS Hack 2026 | Track 4: AI for Virtual Viewing & Decision Support
An immersive art marketplace that lets you visualize artworks in your real space using AR and LiDAR technology.
- Browse curated artwork collections
- View detailed artwork information
- See real-world dimensions (Width × Height × Depth)
- Filter by category
- No marker required - Point and place anywhere
- Works on iOS (Safari) and Android (Chrome)
- Automatic LiDAR support on iPhone Pro/iPad Pro
- Real-scale artwork placement
- Accurate artwork measurements in centimeters
- Visual dimension breakdown
- Scale reference for your space
Visit: https://imnuza.github.io/pinusoverclock/
git clone https://github.com/ImNuza/pinusoverclock.git
cd pinusoverclock
python3 -m http.server 8000Open http://localhost:8000 on your phone.
- Browse - Scroll through the artwork gallery
- Select - Tap any artwork card to see details
- View in AR - Tap the "View in AR" button
- Place - Point your camera and tap to place the artwork
- Explore - Walk around to see the artwork from different angles
| Device | AR Support | LiDAR |
|---|---|---|
| iPhone 12 Pro+ | ✅ Full | ✅ Yes |
| iPhone 12/13/14 | ✅ Full | ❌ No |
| Android (ARCore) | ✅ Full | ❌ No |
| Desktop | ❌ No |
- Model-Viewer - Google's 3D/AR web component
- WebXR - Immersive web experiences
- AR Quick Look - Apple's native AR (iOS)
- Scene Viewer - Google's native AR (Android)
pinusoverclock/
├── index.html # Main application
├── models/ # 3D artwork models (.glb)
│ └── decor_wall.glb
├── markers/ # Legacy AR markers
└── README.md
- Export your 3D model as
.glbformat - Place in the
models/directory - Add entry to the
artworksarray inindex.html:
{
id: 5,
title: "Your Artwork",
artist: "Artist Name",
medium: "Medium Type",
year: "2024",
price: "$1,000",
dimensions: { width: 50, height: 70, depth: 10 },
model: "models/your_model.glb",
badge: "New",
category: "modern"
}| Name | Role |
|---|---|
| Nuza | Project Lead, UX |
| Matthew | Business Logic, Demo |
| Michael | Lead Developer |
| Bryan | Frontend Developer |
| Noah | Backend, AI Integration |
- PINUS Hack 2026 Organizers
- Manus & Xtremax (Sponsors)
- Google Model-Viewer Team
Made with ❤️ for PINUS Hack 2026