raysan5 / rres

A simple and easy-to-use file-format to package resources
MIT License
391 stars 34 forks source link

[rrem] Implement command line utility #2

Closed raysan5 closed 3 years ago

raysan5 commented 6 years ago

Implement rREM tool usable from command line, at least .rres generation for basic types of data:

RRES_TYPE_RAW = 0,  // Basic raw type, no parameters
RRES_TYPE_IMAGE,    // Basic image type, [4] parameters: width, height, mipmaps, format
RRES_TYPE_WAVE,     // Basic wave type, [4] parameters: sampleCount, sampleRate, sampleSize, channels
RRES_TYPE_VERTEX,   // Basic vertex type, [4] parameters: vertexCount, vertexType, vertexFormat
RRES_TYPE_TEXT,     // Basic text type, [2] parameters: charsCount, cultureCode
raysan5 commented 3 years ago

Tool was removed from the repo and actually redesigned from scratch...