BadEcho.ResourceCreator
1.0.12
dotnet tool install --global BadEcho.ResourceCreator --version 1.0.12
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local BadEcho.ResourceCreator --version 1.0.12
#tool dotnet:?package=BadEcho.ResourceCreator&version=1.0.12
nuke :add-package BadEcho.ResourceCreator --version 1.0.12
Bad Echo Resource Creator
The BadEcho.ResourceCreator
tool is used to generate resource files for assets we wish to bundle as resources for a program. The resulting .resources files created by this tool can then be embedded into an assembly using a language compiler, and loaded at run-time through the use of a ResourceManager
.
Visual Studio's built-in code generator for .resx files fails to function correctly when it comes to embedding audio (and possibly other types of) resources. Manual creation of a .resources file with this tool allows the loading of audio assets by an application to be both possible and fairly simple.
This package exists to aid in the development of Bad Echo applications, but is licensed under the GNU Affero General Public License so that others may enjoy it as well; see the accompanying license for details.
Usage
resource-creator <RESOURCES_PATH> [options]
To view detailed usage information, simply execute:
resource-creator --help
About Bad Echo
Bad Echo is a collection of software technologies and various writings by Matt Weber: a software designer, partnered Twitch streamer, and game developer.
While Bad Echo code concerns itself a great deal with the "best approaches" to general software problems, it also focuses on game development and providing entertainment through the clever manipulation of games (the results of which are streamed by myself).
Getting in Contact
I'm a partnered Twitch streamer, and talking to me during one of my Omnified streams, on the off chance that I actually am streaming, is most definitely the quickest way to get my attention!
You may also reach me via email.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.