Skip to content

Releases: icela/FriceEngine

Add simple animation system

15 Aug 03:43
Compare
Choose a tag to compare
Pre-release

Add a simple animation system, and you can extend from MoveAnim to define a custom movement.

Add double buffer

14 Aug 08:42
Compare
Choose a tag to compare
Add double buffer Pre-release
Pre-release

I've added double buffer into FriceEngine, now it will refresh the scene in a fluent way.
Also some stdlib added, but a little buggy.

First release

13 Aug 16:18
Compare
Choose a tag to compare
First release Pre-release
Pre-release

you can add images into a frame, but it is refreshed five times a second(very slow), deciding to used BufferedImage to replace hard drawing by a graphics object.

wanna know how to used, please view root/demo/Demo1.java