From c9b12b3bae61f7242b73877b7bf2071944765ee5 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 29 Oct 2025 10:10:12 +0300 Subject: [PATCH] readme --- README.md | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02fc684..36151c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,37 @@ -# Aegnux - -A convenient way to install Adobe After Effects on Linux using Wine. \ No newline at end of file +# Aegnux + +A convenient way to install Adobe After Effects on Linux using Wine. Heavily inspired by [AeNux](https://github.com/cutefishaep/AeNux) by cutefish. + + +## License disclaimer + +This project is intended for educational and experimental use only. Please respect software licensing agreements and use responsibly. The primary objective is to explore Linux compatibility for creative applications. After Effects is a commercial software developed by Adobe. + + +## Known downsides + +- Limited hardware acceleration - NVIDIA GPUs only +- UI Rendering - Occasional flickering with certain plugins (e.g., Flow) +- Memory Management - Potential crashes under heavy RAM usage (need to tweak your system config) + +## How to install + +The only tested environment is Arch Linux on KDE Plasma Wayland. + +### Install dependencies +```bash +sudo pacman -Syu python-pyside6 python-requests # Arch Linux +``` + +### Clone the repository +```bash +https://github.com/relativemodder/aegnux +cd aegnux +``` + +### Run +```bash +./run.sh +``` \ No newline at end of file