Create and display interactive graphics, build scenes and animated transitions, make cross-platform, responsive games and applications for multiple screen resolutions, and use Pixi.js's spectacular WebGL rendering effects. Learn how to create applications for desktop and touch-screen devices, and how to use the best open-source plugins to extend Pixi.js's capabilities in a myriad of exciting ways. If you've ever wondered what you need to know to start making games, or what technology you need to build high-performance mobile apps, this book will show you the way. Learn Pixi.js is your one-stop shop for everything you need to know to quickly start making spectacular cross-platform interactive games and animations.
2024-06-13 10:54:13 5MB Learn Pixi.js pixi graphic
1
锈-pixi-js 需要每晚的Rust工具集,wasm-bindgen和npm。 build.sh和clean.sh脚本可构建和清理项目。 run_server.sh在运行webpack-dev-server。
2023-07-19 11:06:36 109KB Rust
1
pixi-spine, 支持脊椎支持的Pixi.js 插件 pixi脊椎 pixi v3和 pixi v4的脊椎实现。用法预生成的文件如果只包含生成的文件,pixi脊椎将自身添加到pixi命名空间中:new PIXI.spine.Spine();基本示例var app
2023-06-09 11:17:40 320KB 开源
1
spine动画插入网页 找了一堆方法, 没一个好用的, 全是报错。最后在github上找到一个项目,整理优化了一下,把代码分享一下. 自己加了一个自适应。本地运行不行哦,可以放服务器上看. demo https://temp.ordylan.cn/spinetest/ 想支持我可以去csdn下 没有积分/登录的直接去把demo扣下来~
2023-04-01 11:12:31 828KB spine pixi js html
1
塔防 用pixi.js制作的塔防游戏,好玩!!!
2023-03-22 11:35:25 4.46MB JavaScript
1
基于pixi.js开发的连连看小游戏demo源代码
2022-11-03 19:07:21 87KB pixi 游戏开发
1
Ejecta-Pixi.js 这是在 Ejecta 上运行 Pixi.js 的小“hack” 如何使用: 下载并解压此文件 将“EjDOMParser.js”添加到您项目中的“App”文件夹 将此行添加到“index.js”的顶部 ejecta.include('EjDOMParser.js');
2022-07-20 10:38:50 2KB JavaScript
1
PIXI.TextInput-pixi.js的插件 关于 pixi.js的此插件提供了一种将文本输入添加到pixijs阶段的便捷方法。 输入本身是一个HTML <input>元素,根据PIXI-DisplayObject给出的转换,该元素位于舞台的上方。 该框在PIXI平台上绘制。 此外,您可以选择当文本字段没有焦点时,插件是否应使用本机pixi-Text替换<input> 。 演示版 正在安装 在dist/PIXI.TextInput.min.js之后将dist/PIXI.TextInput.min.js包含在html文档中,或通过以下方式npm install pixi-text-input : npm install pixi-text-input 文献资料 TextInput的行为与任何其他PIXI-DisplayObject一样。 它继承自PIXI.Container并具有所有关
2022-06-17 15:47:01 42KB html input css-styles pixi
1
Pixi-Pan-and-Zoom 这是什么: 关于如何在 PixiJS 中实现平移和缩放的快速且有些简洁的示例 建立在这些想法的基础上并使示例更好的好地方 旨在帮助从 KineticJS 迁移到 PixiJS,为 这不是什么: 没有依赖管理。 未在 Web 服务器中测试,在本地运行良好。 没有完全跨浏览器检查,我在 Ubuntu 14.01 上使用了最新版本的 Chrome 和 Firefox 未在手机上测试。 它可能不起作用,但可以很容易地扩展到触摸设备。
2022-05-25 13:52:51 14.62MB JavaScript
1
pixi后效应 通过pixi.js播放AfterEffects动画 特征 从JSON播放AfterEffects动画 支持AfterEffects组合作为PIXI.Container 在AfterEffects中将图像支持为PIXI.Sprite 可以在AfterEffects中独立播放每个动画 文件资料 参见 安装 npm install pixi-after-effects 将缩小的文件安装到node_modules/pixi-after-effects/dist/pixi-ae.js 演示 参见 或按照以下步骤运行计算机 yarn install # install dependencies yarn server # start simply server by webpack-dev-server (using port 5000) # access http://lo
2022-03-29 20:09:21 277KB javascript typescript pixijs after-effects
1