Skip to content

matrix3d/spriteflexjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a4195c · Dec 18, 2023
Dec 30, 2020
Feb 12, 2020
Dec 23, 2020
Dec 23, 2020
May 18, 2020
Sep 11, 2018
Nov 27, 2015
Dec 18, 2023
Feb 12, 2020

Repository files navigation

spriteflexjs

a html5 engine build with apache-royale.

the spriteflexjs support most flash runtime api.

support canvas and webgl.

100% ActionScript written code base

Quick Links

Roadmap

Roadmap

微信小游戏适配

更改game.js

import './js/libs/weapp-adapter'
import "TestMinGame"
var canvas = window.canvas;
canvas.id = "spriteflexjsstage";//小游戏只有一个画布显示 如果是stage3d用这个id "spriteflexjsstage3d0"
new TestMinGame();

更改代码的 xxx=this ,变成 xxx=window

因为小游戏this为null

代码要大于500k,如果小于500k。小游戏进行es6转换,会导致编辑器卡死

视频教程

IMAGE ALT TEXT HERE

IMAGE ALT TEXT HERE

About

spriteflexjs ,a html5 engine build with apache-royale.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published