Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BlitterStudio/AnimPlayer
A simple multi-format, multi-platform Anim player
https://github.com/BlitterStudio/AnimPlayer
amiga animation multi-format multi-platform player
Last synced: 5 days ago
JSON representation
A simple multi-format, multi-platform Anim player
- Host: GitHub
- URL: https://github.com/BlitterStudio/AnimPlayer
- Owner: BlitterStudio
- License: gpl-3.0
- Created: 2018-02-26T19:19:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T14:11:30.000Z (about 2 years ago)
- Last Synced: 2024-08-02T16:45:41.876Z (3 months ago)
- Topics: amiga, animation, multi-format, multi-platform, player
- Homepage: HomePage
- Size: 70.3 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AnimPlayer
A multiplatform Amiga Anim player with playlist support
(c) 2016-2022 BlitterStudio / Dimitris Panokostas![Alt text](https://github.com/midwan/AnimPlayer/blob/master/AnimPlayer.png)
## Features
- Can play the following Amiga ANIM format files: ANIM5, ANIM7, ANIM8(L) ANIM16, ANIM32, YAFA.
- Can play the following non-Amiga formats: FLIC (FLC)
- Can save loaded Anims as GIF Anims
- Has playlist support. You can add a sequence of Anims and view them in the order you want.
- Has quick resize options for: Original, Double size. Also able to freely resize manually of course.
- Drag and drop support, adds files to playlist.
- Loop support.
- Runs on multiple platforms: AmigaOS3, AmigaOS4, AROS (x86), MorphOS, Linux (ARM, x86, PPC), MacOS, Win32.
Note: Although you can run it on AmigaOS3, a real Classic will be too slow for it. You will need something
faster than 060 and RTG to make use of it in real life (so either under emulation or a fancy FPGA accelerator).
However, since there are already various Anim players for the Classic which perform quite well, I don't see
this as a big problem.## Future
- Add support for audio in YAFA Anims (samples or MODs), maybe. :)
- Have a feature request? Please let me know!## Requirements
- The application was designed to be portable, no installation is necessary.
- On Amiga-like OS, it requires MUI (or Zune).### HISTORY
Version 2.4:
- Upgraded to latest Hollywood version (9.1)
- Added option to Save loaded Animation as a GIF Anim
- Updated VSCode configsVersion 2.3:
- Added Loop support
Version 2.2 (2018-11-09):
- Fixed bug where loading an Anim from File->Open also added an extra blank entry in the playlist
- Fixed bug which threw an error if loading an Anim, while another was open and was never played
- Now linked the required plugins to the executable, so no external files are needed anymore
- Compiled with Hollywood 7.1Version 2.1 (2017-05-01):
- Added drag and drop support now that the updated Hollywood 7 supports it
- Compiled with the newer Hollywood 7Version 2.0 beta (2016-07-17):
- Fixed bug when playing Anims from a playlist, where the application would try to finish an Anim playback which was already finished.
- Will now keep a resized window dimensions when playing through a playlist (so new anims will be scaled to the window dimensions automatically)
- Will now show the current Anim filename in the window titleVersion 2.0 beta (2016-07-05):
- First release for beta-testers! Please report any bugs.
- Added keyboard shortcuts for the various menu options.
- Repositioned some menu options in their most logical locations.
- Fixed "DEBUG was enabled" in previous build.Version 2.0 beta (2016-06-08):
- Fixed a bug while playing files in a sequence from a playlist.