npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

chibiengine

v0.7.3

Published

Modern Web Game Engine based on PixiJS

Downloads

246

Readme

Chibi Engine (WIP)

npm version Maintainability Rating

Chibi Engine aims to offer a modern and simple approach to game development with web technologies. It takes advantage of TypeScript and ES6 features such as asynchronism, classes, and mixins for a flexible and maintainable programming methodology, inspired by popular game engines.

Its main objective is to pave the way for cross-engine game development. In this way it introduces an abstraction layer over existing engines to simplify the development process, gathering their common features under a unified API, while still allowing developers to leverage specific engine capabilities.

Additionally, Chibi Engine aims to integrate usual game creation features such as an entity component system, a physics engine and camera system.

Currently, the main target is PixiJS.

Objectives

  • Modern API, easy to use. Inspired by Flash and Cocos2d-x.
  • Focused on Object-Oriented Programming through an extensible node and component system.
  • Implicit dynamic assets loading.

Roadmap

  • [x] Event system
  • [x] Transparent resource loading
  • [x] Nodes
  • [x] Sprites
  • [x] Game loops
    • [x] Update loop
    • [x] Render loop
  • [x] Entity Component System (ECS)
  • [ ] Scenes ⚒️
    • [x] Basic implementation
    • [ ] Transitions between scenes
  • [x] Automated props interpolation (position, rotation, size)
  • [ ] Input ⚒️
    • [x] Keyboard
    • [x] Mouse
    • [x] Touch
    • [ ] Gamepad
  • [ ] Implement missing transformation attributes..
  • [ ] Audio: SFX and Music with volume control
  • [ ] English translation ⚒️
  • [x] Tweens and sequences (inspired by Cocos2d-x)
    • [x] Easing functions (penner / phaser)
    • [ ] Implement missing actions
  • [ ] Camera (inspired by pixi-viewport) ⚒️
    • [x] Bounds
    • [ ] Parallax ⚒️
    • [ ] Lerp
    • [ ] Effects
  • [ ] Physics engine
  • [ ] Refactoring & code cleanup
  • [ ] Documentation
    • [ ] API Reference
    • [ ] Getting Started
  • [ ] Custom animation engine
    • [ ] JSON Animation format
    • [ ] Frame-by-frame element integration
    • [ ] Animation editor 🔮
  • [ ] Tilemap
  • [ ] Masks
  • [ ] Meshes
  • [ ] Dynamic node loading (prefab) ❓
  • [ ] Atlas generation at runtime (for optimization) 🔮
    • [ ] Or ahead-of-time at compile-time? Or with a CLI?
  • [ ] 3D support with babylon.js or three.js 🔮
  • [ ] Native Desktop/Android/iOS version with cocos2d-x 🔮

⚒️ Work in progress...

🔮 Non-essential feature that will arrive in the distant future

❓ Potentially irrelevant feature


Chibiland - http://chibi.land/       •     Feavy 2023 - https://feavy.fr/