https://github.com/dnasdw/bflimtool
A tool for decoding/encoding bflim file.
https://github.com/dnasdw/bflimtool
2d 3ds bflim ctr dnasdw flim layout nintendo png snake texture tool
Last synced: about 2 months ago
JSON representation
A tool for decoding/encoding bflim file.
- Host: GitHub
- URL: https://github.com/dnasdw/bflimtool
- Owner: dnasdw
- Created: 2015-03-09T14:30:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T03:50:21.000Z (over 7 years ago)
- Last Synced: 2023-03-30T03:50:28.848Z (about 3 years ago)
- Topics: 2d, 3ds, bflim, ctr, dnasdw, flim, layout, nintendo, png, snake, texture, tool
- Language: C++
- Homepage:
- Size: 18.2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bflimtool
A tool for decoding/encoding bflim 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.14 - First release
- v1.0.1 @ 2017.07.29 - 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
~~~
bflimtool [option...] [option]...
~~~
### Other
~~~
bflimtool.sh [option...] [option]...
~~~
## Options
See `bflimtool --help` messages.