Skip to content

neilmewada/ResourceCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResourceCompiler

A simple & easy to use resource compiler for C/C++ using JSON. Embed your icons, textures, images, shader code, or any kind of resource in your C/C++ binary with this easy to use ResourceCompiler!

Usage

Compile the resources into .c & .h files using the following command:

ResourceCompiler.exe path/to/Resources.rc.json

Check the resources folder in the repo for more information on how to set up the resources and JSON files. Please note that all the .c & .h files inside the resources folder in repo are generated by the ResourceCompiler.

There should always be a resources.rc.json file in the path/to/resources folder. This file defines the structure of all the resources and sub-resources.

There's also a json schema file in this repo to use with an IDE for auto-complete and validation.

About

A simple & easy to use resource compiler for C/C++.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages