Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfrechette/acl-ue4-plugin
The official Animation Compression Library Unreal Engine 4 and 5 plugin
https://github.com/nfrechette/acl-ue4-plugin
animation-3d animation-compression compression game-engine unreal-engine-4 unreal-engine-5
Last synced: 3 days ago
JSON representation
The official Animation Compression Library Unreal Engine 4 and 5 plugin
- Host: GitHub
- URL: https://github.com/nfrechette/acl-ue4-plugin
- Owner: nfrechette
- License: mit
- Created: 2018-05-17T01:27:23.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-09T03:12:23.000Z (about 1 year ago)
- Last Synced: 2025-02-01T22:09:30.364Z (10 days ago)
- Topics: animation-3d, animation-compression, compression, game-engine, unreal-engine-4, unreal-engine-5
- Language: C++
- Homepage:
- Size: 2.28 MB
- Stars: 472
- Watchers: 25
- Forks: 60
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-unreal - acl-ue4-plugin - The official Animation Compression Library Unreal Engine 4 plugin (Plugin)
- awesome_unreal_engine_4_-_5 - Animation Compression Library
- awesome_unreal_engine_4_-_5 - Animation Compression Library
README
[![CLA assistant](https://cla-assistant.io/readme/badge/nfrechette/acl-ue4-plugin)](https://cla-assistant.io/nfrechette/acl-ue4-plugin)
[![All Contributors](https://img.shields.io/github/all-contributors/nfrechette/acl-ue4-plugin)](#contributors-)
[![GitHub release](https://img.shields.io/github/release/nfrechette/acl-ue4-plugin.svg)](https://github.com/nfrechette/acl-ue4-plugin/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nfrechette/acl-ue4-plugin/master/LICENSE)
![UE](https://img.shields.io/badge/UE-4.25+-orange)
[![Discord](https://img.shields.io/discord/691048241864769647?label=discord)](https://discord.gg/UERt4bS)# IMPORTANT NOTICE
As of Unreal Engine 5.3, this plugin comes out of the box and is distributed and maintained by Epic in their fork. See [here](https://nfrechette.github.io/2023/09/17/acl_in_ue/) for details.
This repository will remain mostly read-only following the next minor release and only accept critical fixes. Contributions should instead be directed to the Unreal Engine main development repository where the ACL Plugin fork lives (under **Engine/Plugins/Animation/ACLPlugin**).
Support questions and requests should be directed to the Unreal Developer Network (UDN).
====================================================
# Animation Compression Library Unreal Engine Plugin
This plugin integrates the [Animation Compression Library](https://github.com/nfrechette/acl) version [v2.1.0](https://github.com/nfrechette/acl/releases/tag/v2.1.0) within [Unreal Engine 4 and 5](https://www.unrealengine.com/en-US/blog). It is suitable for every animation clip and platform as it features a low memory footprint, high accuracy, and very fast compression and decompression.
Compared to **UE 5.2.0**, the ACL plugin compresses up to **2.9x smaller**, is up to **2x more accurate**, up to **2x faster to compress**, and up to **6.3x faster to decompress** (results may vary depending on the platform and data).
The documentation on how to use it can be found [here](./Docs/README.md) along with performance results.
You can find the ACL plugin on the Unreal Marketplace [here](https://www.unrealengine.com/marketplace/en-US/product/animation-compression-library).
## Getting started
If you would like to contribute to the ACL UE Plugin, make sure to check out the [contributing guidelines](CONTRIBUTING.md).
**NOTE: If you clone this repository, you MUST run the script under [.\Tools\prepare_release.py](./Tools/prepare_release.py) to package the plugin. It pre-processes some required files.**
## License, copyright, and code of conduct
This project uses the [MIT license](LICENSE).
Copyright (c) 2018 Nicholas Frechette
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Meradrin
💻 📦
r-lyeh
📖
nucleiis
🐛
fjoanisPhxlabs
💻
EAirPeter
💻
pmsimardeidos
💻 🐛
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!