Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (290)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  [preview] Sprite/Texture lib:reads GIF MNG AVI MPG  (Read 1394 times)
0 Members and 1 Guest are viewing this topic.
Offline tusaki

Junior Member




In a mad world only the mad are sane.


« Posted 2005-05-28 19:25:23 »

(click thumbnail to get large screenshot)
















Hia, I thought I would make a quick demo of the texture/sprite animation library I'v been building over the last couple of weeks. It's going to be free to use as in: do whatever you want with it, as long as you don't sue me if anything goes wrong.

Features:
* Read any MNG or GIF file (transparancy supported)
* Read any Animation file supported by the Java Media Framework
* Use such animation as a texture in JOGL
* Access all the frames in supported formats
* Fetch the frame for animation time 'x'.
* EASY to use.
* optimized for speed. (although this can probably always be improved)

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
   MNGAnimation ani = new MNGAnimation(new File("test.mng")); // or any inputstream
  JMFAnimation ani2 = new JMFAnimation(new File("test.mpg"));
   GIFAnimation ani3 = new GIFAnimation(new File("test.gif"));
  
   AnimationFrame frame = ani.getFrameForTime(60);

   frame.getBufferedImage();
   frame.getTextureCompatibleBuffer();

   // or even

   GLTool.updateTexture(gl, textureNum, frame);


For the demo to work, you will need the Java Media Frame work: http://java.sun.com/products/java-media/jmf/

Also, if you want support for more formats (since JMF's support for divx and xvid etc just plain sucks), install
FOBS (http://fobs.sourceforge.net) or JFFMpeg(http://jffmpeg.sourceforge.net/). (This is a pain the *** to do though...)

For a good example movie, download the Anime Music Clip "Linkin Park - In the end (Final Fantasy 9).mpg" from FilePlanet: http://www.fileplanet.com/81389/80000/fileinfo/Final-Fantasy-9-Tribute-w/Linkin'-Park. This is the movie in the screenshots.

An good example of a GIF animation is here. (right click to download): http://cal007300.student.utwente.nl/vincent/test.gif

I dont have any good example MNG's, you'll have to look for you yourself :\

Demo Program Features:
 open any GIF/AVI/MNG/MPG file.. enjoy. drag mouse to rotate and zoom the animation.

Anyway, it's still in development... a bit messy here and there.. and I think i'm going to create a webpage for it. Also, at this moment, GIF and MNG animations are not memory efficient, since they store both the original image, as well as a scaled texture-compatible version. There are some design choices left to make... but I'll keep you guys posted... I'll post a beta version next week.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (64 views)
2013-05-17 21:29:12

alaslipknot (73 views)
2013-05-16 21:24:48

gouessej (104 views)
2013-05-16 00:53:38

gouessej (101 views)
2013-05-16 00:17:58

theagentd (111 views)
2013-05-15 15:01:13

theagentd (101 views)
2013-05-15 15:00:54

StreetDoggy (146 views)
2013-05-14 15:56:26

kutucuk (169 views)
2013-05-12 17:10:36

kutucuk (168 views)
2013-05-12 15:36:09

UnluckyDevil (177 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.088 seconds with 20 queries.