Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/journey-ad/slime-pixi

使用 PIXI.JS 复刻的原神史莱姆乐园活动
https://github.com/journey-ad/slime-pixi

pixi-js pixi-spine tweenmax

Last synced: about 1 month ago
JSON representation

使用 PIXI.JS 复刻的原神史莱姆乐园活动

Awesome Lists containing this project

README

        

chat-room

![preview](preview.jpg)

# 史莱姆乐园 - PIXI.JS实现

使用 PIXI.JS 复刻的原神史莱姆乐园活动~~私服~~ [Demo](https://lab.getloli.com/slime-pixi/)

## 技术栈

- Vue.js
- Pixi.js
- Pixi Spine
- GSAP(TweenMax)

## 复刻进度

- [x] 主场景
- [x] 装饰品
- [x] 来访客人
- [x] 史莱姆
- [ ] 雪山点击动画
- [ ] 动画 bug
- [ ] 优化体验

## 原项目

[https://webstatic.mihoyo.com/ys/event/e20210122-slime/index.html](https://webstatic.mihoyo.com/ys/event/e20210122-slime/index.html)

#### 加载页面样式来源

[https://codepen.io/wabeshew/pen/XdbBdM](https://codepen.io/wabeshew/pen/XdbBdM)

## 参考

[如何选取合适的前端动效方案?](https://juejin.cn/post/6844903830094610446)

[webGL动画](https://www.cnblogs.com/Unknw/p/6689176.html)

[H5场景小动画实现之PixiJs实战](https://zhuanlan.zhihu.com/p/31293136)

[Zainking/LearningPixi](https://github.com/Zainking/LearningPixi)

[pixijs/pixi-spine](https://github.com/pixijs/pixi-spine)

[TweenMax中文手册](https://www.tweenmax.com.cn/api/tweenmax/)

## 免责声明

本项目仅为学习 Pixi.js 和 Spine 骨骼动画编程所用

源码中包含的 Spine 动画资产版权为米哈游公司所有,不得出于商业目的或提供付费支持服务而复制或传播此出版物的任何部分,由此造成的一切后果本代码仓库建立者概不负责

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).