An open API service indexing awesome lists of open source software.

https://github.com/dnasdw/bclimtool

A tool for decoding/encoding bclim file.
https://github.com/dnasdw/bclimtool

2d 3ds bclim clim ctr dnasdw layout nintendo png snake texture tool

Last synced: about 2 months ago
JSON representation

A tool for decoding/encoding bclim file.

Awesome Lists containing this project

README

          

# bclimtool

A tool for decoding/encoding bclim file.

## History

- v1.1.0 @ 2018.01.04 - A new beginning
- v1.1.1 @ 2018.07.27 - Update cmake

### v1.0

- v1.0.0 @ 2015.03.11 - First release
- v1.0.1 @ 2017.07.27 - Commandline support unicode

## Platforms

- Windows
- Linux
- macOS

## Building

### Dependencies

- cmake
- zlib
- libpng

### Compiling

- make 64-bit version
~~~
mkdir build
cd build
cmake -DUSE_DEP=OFF ..
make
~~~

- make 32-bit version
~~~
mkdir build
cd build
cmake -DBUILD64=OFF -DUSE_DEP=OFF ..
make
~~~

### Installing

~~~
make install
~~~

## Usage

### Windows

~~~
bclimtool [option...] [option]...
~~~

### Other

~~~
bclimtool.sh [option...] [option]...
~~~

## Options

See `bclimtool --help` messages.