Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 993 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 993 Bytes

DataManipulator - GUI

A simple GUI-based data manipulator program that reads and writes data in the form of hex values and in binary form.

Features

  • Reads and writes data in hex and binary formats.
  • Built with C++ using the SFML library and VUI for the UI.
  • Uses the SFMLUI(VUI) library, implying dependency on SFML.

Installation

NOTICE:

This will not be able to build without SFML and the SFMLUI(VUI)

  1. Clone this repository to your local machine:
git clone https://github.com/YourUsername/DataManipulator-GUI.git
  1. Navigate to the repository directory:
cd DataManipulator-GUI
  1. Build the project using the provided makefile. Ensure you have the necessary dependencies installed, including SFML.
make

LICENCE

This project is licensed under the MIT License. See the LICENSE file for details.