Layendanimator

screenshot of Layendanimator
svelte
vite
tailwind
daisyui

Anime Viewing app for Desktop

Overview

Layendanimator is a free and open-source anime watching app for Desktop (Windows, MacOS, Linux). It allows users to watch anime on their favorite anime websites with its simple yet elegant interface. The app is built using Sveltekit and Tauri.

Features

  • Picture in Picture Playback: Watch anime in a small window while doing other tasks on your computer.
  • Notifications & Subscription: Receive notifications when new episodes of subscribed anime are released.
  • Download Episodes: Download episodes to watch offline.
  • Google Cast: Integration with Chromecast/Google Cast for seamless streaming to other devices.
  • Discord Rich Presence: Integration with Discord for displaying anime watching status.
  • Screenshots: Capture screenshots of the anime while watching.
  • Dark Theme: Choose between a dark and light theme for the app.
  • Custom Themes: Ability to customize the app's theme according to user preference.

Windows

  1. Download the latest version of Layendanimator from the releases page.
  2. Run the Layendanimator_<version>x64-setup.exe or Layendanimator<version>_x64_en-US.msi file.

MacOS

  1. Download the Layendanimator_<version>_x64.dmg file.
  2. Open the downloaded file and drag the application to your Applications folder.
  3. If the application does not open, navigate to your Applications folder, right-click on the application, and click "Open".

Linux

  1. Download the Layendanimator_<version>_amd64.AppImage file.
  2. Run the downloaded file.
  3. For Debian based distributions, download the Layendanimator_<version>_amd64.deb file and run it.

Note: Linux version is not fully tested and may not work perfectly. If you encounter any issues, please create an issue on Github.

Summary

Layendanimator is an anime watching app that provides a simple and elegant way to watch anime on desktop devices. With features like Picture in Picture Playback, Notifications & Subscription, and the ability to Download Episodes for offline viewing, Layendanimator offers a convenient and user-friendly experience for anime enthusiasts. The app also includes integrations with Google Cast and Discord Rich Presence, enhancing the overall watching experience. Additionally, users have the option to choose between a Dark or Light theme, and even customize the app's theme according to their preference. Installing Layendanimator is easy and available for Windows, MacOS, and Linux, making it accessible to a wide range of users.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.