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

Code: [Select]
ant make-jar
or preferably

Code: [Select]
ant clean make-jar