Hi, GWT-GRIN is a very simple scene graph framework for GWT. It is based on:
https://hdcookbook.dev.java.net/grin.html GWT-GRIN is using a GWT generator to parse the GRIN show file. The scripting language for a GTW-GRIN show file is Java. Demo1 (shows translator and fade show features in action): http://mosaic.arkasoft.com/GRIN/ the GRIN show file for demo1 is: http://mosaic.arkasoft.com/GRIN/GRIN.txt Demo2 (shows scaling_model and clipped show features): http://mosaic.arkasoft.com/GRIN2/ the GRIN show file for demo2 is: http://mosaic.arkasoft.com/GRIN/GRIN-02.txt Demo3 (shows dynamic layouts by using a scaling_model, try resizing your browser window): http://mosaic.arkasoft.com/GRIN3/ the GRIN show file for demo3 is: http://mosaic.arkasoft.com/GRIN3/GRIN.txt All easing functions from http://robertpenner.com/easing/easing_demo.html are implemented and used by the GWT generator to create the Java source code for the show. For example the generated Java source code for demo3 is: http://pastebin.org/423479 (as you see the generator calculates all the values needed for the scaling animation at compile time) Homepage: https://code.google.com/p/gwt-grin/ Please let me know what you think about it. Thanks, George. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
