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.
- Host: GitHub
- URL: https://github.com/jcs090218/jcsegret
- Owner: jcs090218
- License: mit
- Created: 2018-10-13T17:41:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T17:13:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T11:27:36.753Z (over 1 year ago)
- Topics: egret, game, handy, library, productive, tool
- Language: TypeScript
- Homepage: https://jcs090218.github.io/JCSEgret/
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://egret.com/)
[](https://github.com/jcs090218/JCSEgret/releases/latest)
# JCSEgret
[](https://travis-ci.com/jcs090218/JCSEgret)
[](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/)