Pixi-native — Cross-platform implementation of PIXI.js
The aim of this project is to provide a fast lightweight 2D library that works
across all devices. The Pixi renderer allows everyone to enjoy the power of
hardware acceleration without prior knowledge of WebGL. Also, it's fast. Really fast.
Demos
Bunnymark is slightly slower than in pixi.js
Workflow
- Prototype with KotlinJS, using IntelliJ IDEA
- Perform a cleanup: place types everywhere, make almost everything type-safe
- Create or use existing generators to get native code for dynamic structures, such as: shader uniforms, SQL tables, game metadata
- Build it for Android
- Build it for iOS