Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 789 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 789 Bytes

FileToByte

The FileToByte program is designed to accept a full file path as input and efficiently convert the file into a byte array. This functionality offers versatile capabilities, enabling the convenient storage of fonts and/or images directly in memory.

Dependencies:

gcc and g++ compilers.

CMake is an open-source, cross-platform family of tools designed to build, test and package software.

imgui is a bloat-free Graphical User interface for C++ with minimal dependencies.

GLFW is a multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.

Vulkan is a low-overhead, cross-platform API, open standard for 3D graphics and computing.