Enhancing mobility and independence through innovative technology
This project involves the development of a voice-controlled wheelchair that can be operated using simple voice commands. The system integrates mechanical, electrical, and electronic components to provide a hands-free solution for individuals with limited physical abilities.
The mechanical design includes a robust frame, friction gear wheels, and secure clamps to ensure stability and smooth operation. The setup involves integrating these components to create a functional and reliable wheelchair system.
The circuit design incorporates voice recognition, signal transmission, motor control, and safety measures. It ensures accurate interpretation of voice commands and reliable operation of the wheelchair.
The software development includes creating an Android application for voice recognition and control, integrating Bluetooth communication, and using Firebase for data collection and security features.
A comprehensive gaming experience developed using CMake and Visual Studio
The Tini Militia game project is a game development project structured using CMake and Visual Studio. It integrates various third-party libraries and custom modules to create a comprehensive gaming experience.
The project uses CMake for build configuration. The main CMakeLists.txt file sets up various build options and includes subdirectories for third-party libraries and custom modules.
The project includes several Visual Studio project files (.vcxproj) for different examples and configurations. These files define the build configurations for Debug and Release modes, as well as for different platforms (Win32 and x64).
The game development aspect of the project is handled through various custom modules and third-party libraries. The main game logic and rendering code are likely located in the src directory, while the include directory contains the corresponding header files.
This project is a well-structured game development project that leverages various third-party libraries and custom modules to create a comprehensive gaming experience. The use of CMake and Visual Studio allows for flexible build configurations and easy integration of different components. The project is organized into clear directories and files, making it easy to navigate and understand.