www.jpct.net

Bones - Skeletal and Pose Animations for jPCT/jPCT-AE => Bones => Topic started by: Thomas. on May 17, 2012, 08:43:18 PM

Title: minimal library
Post by: Thomas. on May 17, 2012, 08:43:18 PM
Is there any minimal library, that contains all what is needed? 2.35MB isn't good...
Title: Re: minimal library
Post by: raft on May 17, 2012, 08:51:37 PM
indeed there is: none ;) once you converted to Bones' native format, you only need bones.jar and of course jpct.jar at runtime.
Title: Re: minimal library
Post by: Thomas. on May 17, 2012, 08:58:57 PM
so I have another problem... where I get bones.jar? :D I found just sources
edit: sorry directory "build"...
Title: Re: minimal library
Post by: raft on May 17, 2012, 09:02:17 PM
it's in the build/ directory of the zip file. you can also re-build it with the command

ant make-jar

or preferably

ant clean make-jar