Skip to content

itsokk/ffviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffviewer

ffviewer is a simple and easy-to-use cross-platform farbfeld viewer made with raylib and Go.

What is farbfeld?

Farbfeld is a lossless image format which is easy to parse, pipe and compress. It has the following format:

Bytes Description
8 "farbfeld" magic value
4 32-Bit BE unsigned integer (width)
4 32-Bit BE unsigned integer (height)
[2222] 4x16-Bit BE unsigned integers [RGBA] / pixel, row-major

Usage

Grab the latest release for your OS from GitHub Actions or build it with go build. Then run ffviewer filename, where ffviewer is the path to the ffviewer executable and filename is the path to your farbfeld file. On Windows, you can just drag and drop the image onto the executable.

Build requirements

Go

The raylib-go requirements for each OS are listed here

About

Cross-platform farbfeld viewer made with raylib and Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages