Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 4.64 KB

README.md

File metadata and controls

99 lines (69 loc) · 4.64 KB

AnimeGen Banner

Build and Release IPA Platform Commit Version Testflight

AnimeGen

AnimeGen, an iOS/iPadOS app to generate and save anime images, using public APIs. GPLv3 Licensed.

Copyright © 2023-2025 cranci. All rights reserved.

AnimeGen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

AnimeGen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AnimeGen. If not, see <https://www.gnu.org/licenses/>.

Index

Screenshot

Yeah i need to add them

Download

You can download the IPA file for installation via TrollStore, AltStore, or Sideloadly. Alternatively, you can install the app via TestFlight. Please note that the nightly-IPA may be unstable. The Testflight beta build is recommended.

APIs

Thanks to all the Developer that are providing this apis for public use! By cliccking the name of each API, you will be able to see the API website. Without them this project wouldn't exist, so thanks very much to all of them!

APIs Type Format Status
pic.re SFW IMG
waifu.im SFW IMG
waifu.pics SFW IMG
nekos.best SFW IMG
nekos.life SFW IMG
nekos api SFW IMG
nekos.moe SFW IMG
nekobot.xyz SFW IMG
purrbot.site SFW IMG

Third Party Software

  • KingFisher: This software is used to handle image caching and gif images rendering, licensed under the MIT License

Build

If you want to build the app yourself, follow these steps:

  1. Ensure you have Xcode installed on your machine.

  2. Clone the repo:

git clone https://github.com/cranci1/AnimeGen
  1. Navigate to the directory:
cd AnimeGen
  1. Run the script:
chmod +x ./ipabuild.sh & ./ipabuild.sh

If the build was successful, you should see a "build" folder with a subfolder "DerivedDataApp" and the AnimeGen.ipa file in the AnimeGen/build directory. You can now use any IPA installer like xCode, TrollStore, AlStore/SideStore, Scarlet, LiveContainer, Feather, ESign or sideloadly to install the IPA on the desired device.

Note: If you encounter any issues during the build, please create an issue I will try my best to help!