https://github.com/chunchunmorning/ascanime
OpenSiv3Dでパラパラ漫画のようなアニメーションを作成するモジュール
https://github.com/chunchunmorning/ascanime
c-plus-plus cpp opensiv3d siv3d
Last synced: 3 months ago
JSON representation
OpenSiv3Dでパラパラ漫画のようなアニメーションを作成するモジュール
- Host: GitHub
- URL: https://github.com/chunchunmorning/ascanime
- Owner: ChunChunMorning
- License: unlicense
- Created: 2015-04-16T15:43:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T14:37:46.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T09:42:47.337Z (5 months ago)
- Topics: c-plus-plus, cpp, opensiv3d, siv3d
- Language: C++
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AscAnime
OpenSiv3Dでパラパラ漫画のようなアニメーションを作成するモジュール1コマ1コマを横に連結した画像から簡単なアニメーションを作るクラスです。
1コマの大きさが統一されていない場合、正しく表示されません。***
Module to create animation like Flipbook Manga with OpenSiv3D
It is a class that creates simple animation from the image which one frame is connected horizontally.
If the size of one frame is not uniform, it will not be displayed correctly.