Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

pixijs/pixi-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Prototype with KotlinJS, using IntelliJ IDEA
  2. Perform a cleanup: place types everywhere, make almost everything type-safe
  3. Create or use existing generators to get native code for dynamic structures, such as: shader uniforms, SQL tables, game metadata
  4. Build it for Android
  5. Build it for iOS

Releases

No releases published

Packages

No packages published

Languages