Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arch-inc/anitech2020-spring-sample
Fabric.jsを使ったレイヤー実装のサンプル / An example implementation of a layer system in Fabric.js utilizing fabric.Group
https://github.com/arch-inc/anitech2020-spring-sample
fabricjs techbookfest techbookfest8
Last synced: 9 days ago
JSON representation
Fabric.jsを使ったレイヤー実装のサンプル / An example implementation of a layer system in Fabric.js utilizing fabric.Group
- Host: GitHub
- URL: https://github.com/arch-inc/anitech2020-spring-sample
- Owner: arch-inc
- License: other
- Created: 2020-02-04T01:29:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T07:21:57.000Z (over 3 years ago)
- Last Synced: 2024-11-19T09:56:13.512Z (2 months ago)
- Topics: fabricjs, techbookfest, techbookfest8
- Language: TypeScript
- Homepage: https://arch-inc.github.io/anitech2020-spring-sample/
- Size: 558 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### anitech2020-spring-sample
[![build](https://github.com/arch-inc/anitech2020-spring-sample/workflows/github%20pages/badge.svg)](https://github.com/arch-inc/anitech2020-spring-sample/actions?query=workflow%3A%22github+pages%22)
**anitech2020-spring-sample** is an example implementation of a layering system in Fabric.js utilizing `fabric.Group`.
This code is written as supplemental material for the article "News from the Griffith Developers 2020 Spring" in [Animation Technology 2020 Spring](https://research.archinc.jp/en/anitech/2020spring/).**anitech2020-spring-sample** は Fabric.js で `fabric.Group` を利用してレイヤー機能を実装するサンプルコードです。 [アニメ技術 2020 春](https://research.archinc.jp/anitech/2020spring/) の記事「Griffith 開発だより 2020 春
」にあわせて公開されました。### Usage / 使い方
```sh
git clone https://github.com/arch-inc/anitech2020-spring-sample.git
cd anitech2020-spring-sample
yarn # or `npm install`
yarn dev # or `npm run dev`
```For more information, please refer to the following websites:
以下のサイトも参考にしてみてください。
- Demo site: https://arch-inc.github.io/anitech2020-spring-sample/
- `fabricjs-psbrush`: https://github.com/arch-inc/fabricjs-psbrush/### Credits / 開発者
- [Kenta Hara](https://twitter.com/mactkg), developer
- [Jun Kato](https://junkato.jp), reviewer### License / ライセンス
MIT License
### Staying in touch / 開発者に連絡
- Arch Research Website: https://research.archinc.jp/ ([English](https://research.archinc.jp/en/))
- Twitter: [@ArchResearchJp](https://twitter.com/ArchResearchJp)---
Copyright (c) 2020 Arch Inc. (Jun Kato, Kenta Hara)