Skip to content

btigi/iiFLC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iiFLC

iiFLC is a C# library for interacting with FLC files, originally created by Autodesk Animator.

Usage

  var input = @"D:\Games\MAX\ATRANS02.FLC";
  var output = @"D:\data\max\ATRANS02.avi";
  var avi = FlicReader.Read(input);
  File.WriteAllBytes(output, avi);

Download

Compiled downloads are not available.

Compiling

To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/btigi/iiFLC

# Go into the repository
$ cd src

# Build  the app
$ dotnet build

Licencing

iiFLC is licenced under the MIT License. Full licence details are available in licence.md

References

About

A C# library to interact with legacy FLC files, as used in M.A.X and Ascendancy.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages