MindEase helps BMCC students find campus resources, take small self-care steps, engage calming tools, connect with an AI wellness assistant, and write positive future plans — all in one quiet, supportive space.
MindEase is a desktop Qt/C++ application built by YangonDevs for BMCC students. It combines campus resources, wellness tools, an AI assistant, and a private journal in a single thoughtfully designed application.
MindEase demonstrates all four core object-oriented programming concepts required for CSC211H Honors.
JournalEntry, JournalStorage — private data, clean public interfaces. The Screen base class hides m_title behind a const accessor.Home, Journal, Settings, Recommendations, Toolkit, AssistantChat all inherit from the Screen abstract base class.MainWindow holds QVector<Screen*> and calls onActivated() + onThemeChanged() on each — runtime dispatch without knowing the concrete type.Screen declares screenId() as a pure virtual — making it an ABC. Screen cannot be instantiated directly; every screen must supply its own identity.MindEase is a native Qt/C++ desktop app. Click through each screen below to explore how students navigate the app — the same experience running on macOS and Windows.
BMCC offers resources that can help you feel supported, connected, and heard. Click any topic below to see full details, locations, hours, and direct links.
Choose a toolkit topic for calming tools, reflection prompts, and supportive practices you can try at your own pace.
Ask the MindEase Assistant anything about student mental health, BMCC resources, or wellness strategies. It responds with warmth and directs you to the right support.
Demo mode — in the real app, responses are generated live by OpenAI. For emergencies, call 988 or BMCC Counseling at (212) 220-8140.
Write, save, and revisit personal journal entries. Search by keyword or date range. Export as PDF or plain text. Your entries stay on your device — always private.
MindEase was built by YangonDevs for CSC211H Advanced Programming Techniques (Honors) at Borough of Manhattan Community College.