Hardcode assets into a beef executeable
Find a file
2024-05-12 00:56:38 +02:00
src initial commit 2024-05-11 17:02:07 +02:00
.gitignore Add .gitignore 2024-05-12 00:56:38 +02:00
BeefProj.toml initial commit 2024-05-11 17:02:07 +02:00
example.png initial commit 2024-05-11 17:02:07 +02:00
LICENSE initial commit 2024-05-11 17:02:07 +02:00
readme.md initial commit 2024-05-11 17:02:07 +02:00

BeefBrand

This program generates .bf files that contain a hardcoded version of your assets
by using the build in Generator component from corlib

Usage

Add the project to your Workspace.
Change your dependencies to BeefBrand.
Rightclick on your project.
Generate File.
Select BeefBrand from the dropdown.
Input the name and the path.
If relative is checked the path you input will be relative to the directory of your workspace.

An image of the generator window