AclUnity | Unity Native Plugin for ACL
kandi X-RAY | AclUnity Summary
kandi X-RAY | AclUnity Summary
AclUnity is a C++ library. AclUnity has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Animation Compression Library, or ACL, is a C++11 library written by Nicholas Frechette and has been utilized in multiple AAA titles. It uses variable bit-rate compression of fixed-rate sampled poses for fast and highly accurate compression and decompression of both short and long clips. It is hierarchy-aware, further increasing its accuracy. It supports many platforms and can be compiled to utilize various levels of SIMD instructions.
Animation Compression Library, or ACL, is a C++11 library written by Nicholas Frechette and has been utilized in multiple AAA titles. It uses variable bit-rate compression of fixed-rate sampled poses for fast and highly accurate compression and decompression of both short and long clips. It is hierarchy-aware, further increasing its accuracy. It supports many platforms and can be compiled to utilize various levels of SIMD instructions.
Support
Quality
Security
License
Reuse
Support
AclUnity has a low active ecosystem.
It has 19 star(s) with 3 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
AclUnity has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of AclUnity is v0.7.0
Quality
AclUnity has no bugs reported.
Security
AclUnity has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
AclUnity is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
AclUnity releases are available to install and integrate.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of AclUnity
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of AclUnity
AclUnity Key Features
No Key Features are available at this moment for AclUnity.
AclUnity Examples and Code Snippets
No Code Snippets are available at this moment for AclUnity.
Community Discussions
No Community Discussions are available at this moment for AclUnity.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install AclUnity
You can download it from GitHub.
Support
Disclaimer: I am not very good with DevOps and am pretty happy I even got this project this far. Adding support for a new platform should not require any C++ code changes. Instead, you will need to modify the top-level CMakeLists.txt to detect your target platform and specify the correct compiler flags for the different supported CPU architectures. The current CMakeLists.txt assumes your target platform is the same device that you are compiling for (either Windows or Linux). Once you have successfully compiled the library, import it into Unity as a native plugin. Depending on your target platform, you may need to modify the Kinemation/ACL_Unity C# files to load the correct version of the compiled library plugin for a given architecture. Note that when Burst is disabled, the code will always use the base version of the plugin with no extra CPU features. Lastly, if your target platform is not constrained by NDA, you can support it in GitHub actions by modifying .github/workflows/acl-cross-platform-build.yml and adding a dedicated job with your platform. Every time you push changes, the jobs will run and you will be able to download and inspect artifacts. Test the artifacts to ensure they work correctly. Then create a pull request.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page