VukMar / DataManipulator

This is my practice project. Program that reads and writes data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is my practice project. Program that reads and writes data.

License:MIT License


Languages

Language:C++ 99.7%Language:Makefile 0.3%