pixi.js tools
pixi群 881784250
Awesome pixi.js tools
A list of useful libs/resources/tools for renowned html5 rendering framework
Websites and forums
github organization. -pixi相关的git
github main repository - pixi git
pixijs.com – 官网.
docs – 官方文档
examples – 官方例子
html5gamedev forum section – pixi论坛
Scene, textures, sprites, other augmentations
pixi-richtext – SDF text plugin.
pixi-display – allows to change rendering order of pixi-v4 containers without changing the stage, z-index for the win.
pixi-picture – top-quality render for sprites, removes any artifacts that are present in basic sprite.
pixi-tilemap – tilemaps with ease.
pixi-tiled – import tile maps from Tiled Editor.
pixi-sdf-text – most efficient text rendering approach for webgl now in pixi.
pixi-multistyle-text – adds a MultiStyleText object inside pixi.js to easily create text using different styles.
pixicam – 2d camera for pixi.
pixi-super-atlas – create image atlas in your runtime, mipmaps supported.
pixi-heaven – runtime atlas, double tint for sprites, fastest glsl-calculated sprite masks.
pixi-viewport – a highly configurable viewport/2D camera designed to work with pixi.js.
canvas-latex – render latex formulas in pixi.js.
Essential
ee3-timer – addition to ee3 and works with PIXI >4.
pixi-timer – manage event timers easily.
Debug
pixi-inspector – awesome plugin for chrome, visually inspect and modify nodes in your scene graph.
fconsole – very powerful debugging tools, requires a custom setup in your project.
Animate
pixi-spine – port of official spine-ts runtime to pixi.
pixi-action – animations in Cocos2d-x style.
pixi-live2d – plugin for japanese animation tool live2d.
pixi-dragonbones – plugin for royalty-free animation tool dragonbones.
pixi-tween – tweens!
pixi-animate – plugin for Pixi.js which provides a runtime for content export using PixiAnimate Extension.
gsap-pixi – plugin for popular gsap animation library.
Filters, shaders, vfx
PixiGlitch – various glitch effects .
pixi-filters – some official filters.
pixi-extra-filters – even more official filters, some of these can be outdated.
GUI and interaction
EZGUI – bunch of crafted UI elements to use in your app.
gown.js – UI system for pixi.js inspired by feathers-ui.
pixi-keyboard – powerful keyboard handling for pixi.
text-input – text input add-on.
dat.gui – DOM-based GUI can be used as dev tools on top of pixi.
Audio
pixi-sound – official WebAudio API playback without any Flash shims or HTML Audio fallback.
pixi-audio – another great audio plugin with native pixi structure.
sound.js – a micro-library to load, play and generate sound effects and music for games and interactive applications.
PIXI.draggable – "easiest way to get drag & drop done in PIXI.js!"
Particles
pixi-particles – official particles plugin.
pixi-particles-editor – see online demo.
Game Engines
chocolatier – ClojureScript game/engine using Pixi.js for rendering.
qiciengine(abandoned) – rich unity-like game creation tool.
hexi – minimalistic game engine with pixi rendering.
pixi-engine - Provides a minimal engine-like structure for developing games with PixiJS
Integrations
pixi-haxe – externs for haxe compiler.
react-pixi – integration for facebook's framework.
pixi.scala.js – externs for scala.js compiler.
robotlegs-pixi – RobotlegsJS framework integration with PixiJS.
react-pixi-fiber – integration with react.js framework.
Books & Learning
The Book of Shaders – ✨ comprehensive book about glsl with examples in javascript and online sandbox.
WebGL How it Works – ✨ if you have zero computer graphics knowledge, the set of articles helps to get your hands on webgl api and fundamentals.
kittenattack – check that person github repositories, most of them are incredibly suited for learning.
learningPixi – definitive guide to game development with pixi.
Forks
gameofbombs – custom pixi 3.0 with static transforms, 2d camera and 2.5d transforms. Used in production on gameofbombs.com.
Tools
TexturePacker – sprite sheet packer for PixiJS with graphical user interface and command line. Optimizes sprite sheets for best render quality and low memory usage.
spritesheet.js – is command-line spritesheet (a.k.a. Texture Atlas) generator written in node.js. Support export to pixi.js
SpriteIlluminator – normal map generator for sprites. Allows creating awesome dynamic light effects.
Games
polyball – fast, multiplayer, physics-driven tennis in two dimensions..
bemuse – web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
breakout – breakout game made in JavaScript and Pixi.js.
duckhunt – DuckHunt ported to JS and HTML5.
doom-lgs – a multiplayer Node.js light gun shooter inspired on Doom.
rockvomit – ragdoll rhythm game.
railways – railways game.
tetris – just a tetris.
LegendOfMountainSea – 4X sandbox game with legend of Mountain and Sea Classics.
pixi.js tools的更多相关文章
- (原)用pixi.js 实现 方块阵点击后原地自转效果
源码 各位,请教一个问题,我这个还有BUG,我是想实现,点击一下可以 停止转动,然后再点一下重新转动.而不是一直加速,有没有什么好办法? PS:问题已经解决,谢谢评论的大神@Antineutrino ...
- 让hammer完美支持Pixi.js - 2D webG库
由于项目改造,采用2D webG的pixi库,那么基于canvas的结构上,事件就是最大的一个问题了 改造的原理很简单,把hammer里面的addEventListeners事件绑定给第三方库代替,事 ...
- 利用pixi.js制作精灵动画
CSS Sprites 技术对于广大的前端工程师来说应该是一点也不陌生.国内开发者昵称为CSS精灵,通过一定的技术手段,让精灵动起来,我称其为精灵动画,那么目前有哪些实现方式 呢?下面让我们详细的聊聊 ...
- pixi.js教程中文版--基础篇
前言 Pixi.js使用WebGL,是一个超快的HTML5 2D渲染引擎.作为一个Javascript的2D渲染器,Pixi.js的目标是提供一个快速的.轻量级而且是兼任所有设备的2D库.提供无缝 C ...
- node.js Tools for Visual Studio 介绍
node.js Tools for Visual Studio简称NTVS 项目 安装包地址:https://nodejstools.codeplex.com 目前支持2012和2013
- Node.js Tools 1.2 for Visual Studio 2015 released
https://blogs.msdn.microsoft.com/visualstudio/2016/07/28/node-js-tools-1-2-visual-studio-2015/ What ...
- [转]Getting Start With Node.JS Tools For Visual Studio
本文转自:http://www.c-sharpcorner.com/UploadFile/g_arora/getting-started-with-node-js-tools-for-visual-s ...
- Node.js tools for visual studio 在vs中使用Node.js
简单介绍 PTVS开发团队又开发出一款可以在VS里编写Node.js应用程序的插件——NTVS(Node.js Tools for Visual Studio),开发者可以在VS里轻松开发Node.j ...
- HTML5游戏开发引擎Pixi.js完全入门手册(一)框架简介及框架结构分析,作者思路剖析
前言: 最近无聊在淘宝弄了个小店,打算做一个兼职.遇到一个客户,要我帮忙拷贝一个html5游戏.. 我这人有一个习惯,拿到自己没见过的东西.都会去研究一番.去网上查了下发现,资料都是英文版.感觉极度不 ...
随机推荐
- 20155234 2016-2017-2 《Java程序设计》第1 周学习总结
20155234 2016-2017-2 <Java程序设计>第1 周学习总结 教材学习内容总结 第一周学习了第一章,第一章的内容等同于绪论,向我们介绍了jave的前世今生,以及三大平台. ...
- 20155328 《Java程序设计》实验三 敏捷开发与XP实践 实验报告
一.编码标准 编程标准包含:具有说明性的名字.清晰的表达式.直截了当的控制流.可读的代码和注释,以及在追求这些内容时一致地使用某些规则和惯用法的重要性. 下面是没有最基本的缩进的一个程序: publi ...
- Week6课下作业
课本练习p2.96 p2.97 浮点数 float 单精度浮点数(32位) double 双精度浮点数(64位) 练习对应书上内容P78--P81页 知识点是IEEE浮点表示 符号(sign):s决定 ...
- 【bzoj3991】[SDOI2015]寻宝游戏 树链的并+STL-set
题目描述 给出一棵树,初始每个点都是非必经的.多次改变某个点的必经状态,并询问从任意一个点出发,经过所有必经的点并回到该点的最小路程. 输入 第一行,两个整数N.M,其中M为宝物的变动次数. 接下来的 ...
- RegExp,实现匹配合法邮箱(英文邮箱)的正则表达式
邮箱列表:@qq.com.@vip.qq.com.@foxmail.com,数字邮箱暂时不考虑 以下邮箱列表用于测试: lihaha@qq.com lihaha@vip.qq.com lihaha@f ...
- bzoj4998 星球联盟
bzoj4998 星球联盟 原题链接 题解 先按照输入顺序建一棵树(森林),然后用一个并查集维护联盟的关系,对于不是树上的边\(a-b\),就把\(a-lca(a,b),b-lca(a,b)\)全部合 ...
- Java SE教程
第0讲 开山篇 读前介绍:本文中如下文本格式是超链接,可以点击跳转 >>超链接<< 我的学习目标:基础要坚如磐石 代码要十份规范 笔记要认真详实 一.java内容介绍 ...
- Cocoa Touch提供了哪几种Core Animation过渡类型?
过渡动画通过 type 设置不同的动画效果, CATransition 有多种过渡效果, 但其实 Apple 官方的SDK只提供了四种: fade 淡出 默认 moveIn 覆盖原图 push 推出 ...
- python实现lower_bound和upper_bound
由于对于二分法一直都不是很熟悉,这里就用C++中的lower_bound和upper_bound练练手.这里用python实现 lower_bound和upper_bound本质上用的就是二分法,lo ...
- leetcode个人题解——#48 rotage image
思路:本题要求不能利用额外的二维数组实现旋转,所以重点在于弄清矩阵旋转的数学方法. 我的方法是,首先按照副对角线进行对称,然后按照水平中轴线进行对称即可. class Solution { publi ...