Community Art Gallery

From 21-11-2021 to 03-10-2023

The Discord Community Gallery is a 3D web art exhibition. My sibling, Koof, made the environment art for this project.

The project consists out of a frontend, server, and Discord bot. It was made to encourage members of our Discord server to share their art. Every monday, it picks five art submissions based on engagement (reactions, replies, pins) and displays them in the gallery.

The front end is vanilla JS. It uses three.js for model loading and 3D rendering, and the Web Audio API for audio. Both the server and the bot are written in C# .NET 7