Skip to content

A simple tool made for `libhydrix` designed to load large image files into the header files at compile time, reducing the lag while opening these header files.

License

Notifications You must be signed in to change notification settings

AzureianGH/loadbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$$\       $$$$$$\   $$$$$$\  $$$$$$$\  $$$$$$$\  $$$$$$\ $$\   $$\ 
$$ |     $$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\ \_$$  _|$$$\  $$ |
$$ |     $$ /  $$ |$$ /  $$ |$$ |  $$ |$$ |  $$ |  $$ |  $$$$\ $$ |
$$ |     $$ |  $$ |$$$$$$$$ |$$ |  $$ |$$$$$$$\ |  $$ |  $$ $$\$$ |
$$ |     $$ |  $$ |$$  __$$ |$$ |  $$ |$$  __$$\   $$ |  $$ \$$$$ |
$$ |     $$ |  $$ |$$ |  $$ |$$ |  $$ |$$ |  $$ |  $$ |  $$ |\$$$ |
$$$$$$$$\ $$$$$$  |$$ |  $$ |$$$$$$$  |$$$$$$$  |$$$$$$\ $$ | \$$ |
\________|\______/ \__|  \__|\_______/ \_______/ \______|\__|  \__|

Loadbin is a simple utility made for LibHydrix that allows you to load a binary file into another file at a specific line. There are versions for both Windows and Linux.

Uses

  • Injecting binary data into a file (Image, Fonts, Text, etc.)
  • Keeping file sizes small until compile time.

Usage

In the file you're injecting the binary data into, add a line with the following format:

#[LOADBIN] <from-file-name>

Windows

Then run the following command:

.\loadbinary <from-file> <to-file>

Linux

Then run the following command:

./loadbinary <from-file> <to-file>

About

A simple tool made for `libhydrix` designed to load large image files into the header files at compile time, reducing the lag while opening these header files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published