Zer..om cf66bd4d45 Updated font creator too:
1. Not create an entry for glyphs that cannot be rendered
2. Look at the pixel bounds of an image when allocating space for it to prevent overlaps and prevent wasted space
3. Allow a character range to be selected (0->256 is default) when creating the font

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10245 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-30 14:12:26 +00:00
..
2013-01-27 00:40:11 +00:00
2013-01-27 00:42:47 +00:00
2012-10-03 13:49:11 +00:00
2011-03-14 12:55:55 +00:00
2013-01-25 19:57:18 +00:00
2013-01-28 02:00:03 +00:00
2013-01-30 14:12:26 +00:00
2013-01-28 02:00:03 +00:00
2013-01-30 13:54:37 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-30 12:46:13 +00:00
2012-10-02 15:45:58 +00:00
2012-10-07 23:46:58 +00:00
2013-01-28 02:00:03 +00:00
2013-01-27 01:35:27 +00:00
2013-01-26 15:55:31 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 01:54:14 +00:00
2013-01-30 03:54:40 +00:00
2013-01-27 01:35:27 +00:00
2013-01-28 02:00:03 +00:00
2013-01-30 12:43:53 +00:00
2013-01-28 02:00:03 +00:00
2012-10-30 16:30:31 +00:00
2012-10-02 15:45:58 +00:00
2012-10-02 15:45:58 +00:00
2013-01-28 02:00:03 +00:00
2013-01-27 01:35:27 +00:00
2013-01-28 02:00:03 +00:00
2013-01-27 01:35:27 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:00:03 +00:00
2013-01-28 02:02:04 +00:00
2012-06-09 18:29:52 +00:00
2013-01-28 05:30:39 +00:00
2013-01-27 01:09:22 +00:00
2013-01-27 00:40:57 +00:00
2011-09-04 11:16:05 +00:00
2012-10-10 21:37:31 +00:00
2011-09-04 11:16:05 +00:00
2012-02-01 20:11:43 +00:00
2013-01-26 03:25:02 +00:00
2011-03-14 12:55:55 +00:00

What is the jMonkeyEngine SDK?
------------------------------

The jMonkeyEngine 3 SDK is a software development kit for Java 3-D game developers.
It contains the jMonkeyEngine3 library and the jMonkeyPlatform, a game development environment.
The jMonkeyEngine and the jMonkeyPlatform are platform-independent, open-source and free.

This is an alpha release (May 2010). If you encounter any issues, please tell us!
http://www.jmonkeyengine.com/wiki/doku.php/report_bugs
We are looking forward to your feedback.


Starting the jMonkeyPlatform
----------------------------

Windows:   Double-Click the "bin/jmonkeyplatform.exe" file

Mac OS:    Double-Click the "jmonkeyplatform.app" Application

Linux:     chmod u+x bin/jmonkeyplatform; ./bin/jmonkeyplatform &


Running jMonkeyEngine Demos
---------------------------

Choose File > New Project in the jMonkeyPlatform and create a "JME3 Tests" project. 
Run the test project to see JME3 feature demos. 
Browse the demo source code to learn from examples.


Creating 3-D Games with the jMonkeyPlatform
-------------------------------------------

Using the jMonkeyPlatform is the easiest method to develop jMonkeyEngine-based 3-D games. 
Choose File > New Project and create a "Base Game" project to get started. 

See the online Documentation for jMonkeyPlatform at
http://www.jmonkeyengine.com/wiki/doku.php/jme3:jmonkeyplatform

Get jMonkeyEngine 3 tutorials at
http://www.jmonkeyengine.com/wiki/doku.php/jme3