An open API service indexing awesome lists of open source software.

https://github.com/jcs090218/jcsegret

JCSEgret is a library for express game production. It provide tools that Egret Engine itself does not provide. For instance, 2D camera support, time handler to get the delta time between frames, etc.
https://github.com/jcs090218/jcsegret

egret game handy library productive tool

Last synced: about 1 year ago
JSON representation

JCSEgret is a library for express game production. It provide tools that Egret Engine itself does not provide. For instance, 2D camera support, time handler to get the delta time between frames, etc.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Egret](https://img.shields.io/badge/Egret%20Engine-5.2.29-blue.svg)](https://egret.com/)
[![Release Tag](https://img.shields.io/github/tag/jcs090218/JCSEgret.svg?label=release)](https://github.com/jcs090218/JCSEgret/releases/latest)

# JCSEgret

[![Build Status](https://travis-ci.com/jcs090218/JCSEgret.svg?branch=master)](https://travis-ci.com/jcs090218/JCSEgret)
[![Docs](https://github.com/jcs090218/JCSEgret/actions/workflows/docs.yml/badge.svg)](https://github.com/jcs090218/JCSEgret/actions/workflows/docs.yml)

JCSEgret is a library for express game production. It provide tools
that Egret Engine itself does not provide. For instance, 2D camera
support, time handler to get the delta time between frames, etc.

## TODO

- [ ] Tweener system in Egret.
- [ ] Collision/Collider system in Egret?
- [ ] UI system in Egret.
- [ ] Socket/Networking
- [ ] Shake effect, etc.

## Links

* *Manual/Scripting API:* [JCSEgret-Scripting-Manual](https://jcs090218.github.io/JCSEgret/)