https://github.com/explooosion/egret-scrollscene
this is a demo for egret with scroll scene
https://github.com/explooosion/egret-scrollscene
background bitcoin egret scenekit scrolling
Last synced: about 1 month ago
JSON representation
this is a demo for egret with scroll scene
- Host: GitHub
- URL: https://github.com/explooosion/egret-scrollscene
- Owner: explooosion
- Created: 2018-02-13T21:35:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T22:08:20.000Z (over 8 years ago)
- Last Synced: 2025-01-24T22:11:50.691Z (over 1 year ago)
- Topics: background, bitcoin, egret, scenekit, scrolling
- Language: JavaScript
- Homepage: https://dotblogs.com.tw/explooosion/2018/02/13/202500
- Size: 562 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egret-ScrollScene
This is a demo for egret with scroll scene
## Blog
[Egret - Bitmap 無限の滾動背景實作](https://dotblogs.com.tw/explooosion/2018/02/13/202500)
## Clone
```bash
git clone https://github.com/explooosion/Egret-ScrollScene.git
```
## Install Engine
This engine based on `5.0.14`
Or you can edit `egretProperties.json`
```json
{
"egret_version": "your_engine_version",
}
```
## Deploy
+ Create `/debug` folder
+ Copy `index.html` from `/web` to `/debug`

## Build
Please use [Egret Wing](https://www.egret.com/products/wing.html) to open the project
`Shift` + `Ctrl` + `B`
