A simple implementation of a Minecraft-inspired user interface using SFML and C++.
This project is a small-scale implementation of a Minecraft-inspired user interface using the SFML library and C++. It includes features such as main menu screens, loading screens, and a game screen. The project aims to showcase basic UI interactions, button hover effects, and loading progress updates.
- Main menu screen with interactive buttons
- Loading screen with progress bar
- Basic UI interactions and button hover effects
- Easy-to-understand C++ codebase with comments