TWiki . Games . WebHome (search result)

The Source for Java Technology Collaboration


Search: FAQ[^A-Za-z]

Topics in Games web: Changed: now 14:23 Changed by:
AILibs %LOCKED% 24 Oct 2005 - 20:18 - NEW Main.kevglass
There are a few, however none have been utilised in games thus far: JOONE Joone is a FREE Neural Network framework to create, train and test artificial neural networks ...  
AILinks %LOCKED% 24 Oct 2005 - 20:22 - NEW Main.kevglass
conversation about AI APIs A Star Implementation combat AI Main.kevglass 24 Oct 2005  
AcurateTiming %LOCKED% 24 Oct 2005 - 17:24 - NEW Main.kevglass
Accurate Timing Up until and include Java 1.4.2 the only way of determining the system time is System.currentTimeMillis(). Unfortunately on some Windows operating ...  
AgencyFX %LOCKED% 24 Oct 2005 - 19:16 - NEW Main.kevglass
AgentFX (http://www.agency9.com) AgentFX is an advanced toolkit for developing interactive 3D applications. The AgentFX™ 3D engine is one of the world's most powerful ...  
DifferenceBetweenOpenGLandScenegraphs %LOCKED% 27 Oct 2005 - 12:06 - NEW Main.kevglass
OpenGL Bindings only give direct API access to the OpenGL API/library. OpenGL is a low level API for rendering primitives in particular ways (see OpenGL ). OpenGL ...  
DistributingJRE %LOCKED% 24 Oct 2005 - 20:57 - NEW Main.kevglass
Yes, you can distribute the JRE with your game as long as its not modified in any way. The current JRE is fairly large at ~20 mb which makes it unlikely you'd want ...  
DistributionOptions %LOCKED% 24 Oct 2005 - 21:07 - NEW Main.kevglass
How you distribute your Java game depends on whether you expect your audience to already have Java installed. If you don't expect Java to be installed you need to ...  
FAQ %LOCKED% 03 Apr 2006 - 23:10 - r17 Main.pkeod
The Java Gaming FAQ If you can think of questions that arn't here, add it. Please don't add projects that are not complete to some extent. This is not a place to advertise ...  
FMODBindings %LOCKED% 24 Oct 2005 - 19:54 - NEW Main.kevglass
LWJGL provides an optional package including a limited native binding to the FMOD library. More details on FMOD can be found at http://www.fmod.org. Main.kevglass ...  
HardwareSupport %LOCKED% 24 Oct 2005 - 20:01 - NEW Main.kevglass
On Windows anything that supports DirectInput should be support by the Java native bindings. No details are currently available for Linux and MacOSX. Main.kevglass ...  
HowDoIUseThisSite %LOCKED% 24 Aug 2003 - 07:44 - r2 Main.troggan
Java.net How to find something in the shared files area. How to vote on a project. How to report a bug or feature request This Wiki ...  
Installer %LOCKED% 24 Oct 2005 - 21:00 - NEW Main.kevglass
There are plenty of installers system available. To use one with Java you simply need to package the JRE with your game files and point the installers executable at ...  
J2MEResources %LOCKED% 24 Oct 2005 - 20:08 - NEW Main.kevglass
Tutorials: http://wireless.java.sun.com/midp/articles/game/ http://www.gamedev.net/reference/programming/features/j2me1/default.asp Content Sites and Resources: Forum ...  
JInput %LOCKED% 24 Oct 2005 - 19:50 - NEW Main.kevglass
JInput (http://jinput.dev.java.net) The JInput Project hosts an implementation of an API for game controller discovery and polled input. It is part of a suite of open ...  
JOAL %LOCKED% 24 Oct 2005 - 19:51 - NEW Main.kevglass
JOAL (http://joal.dev.java.net) The JOAL Project hosts a reference implementation of the Java bindings for OpenAL API, and is designed to provide hardware supported ...  
JOGLandLWJGL %LOCKED% 24 Oct 2005 - 19:39 - NEW Main.kevglass
Jeff wrote: People will claim one API is faster or slower then another, usually with a vested interest in one or the other, but at the end of the day no really reliable ...  
JXInput %LOCKED% 24 Oct 2005 - 20:13 - NEW Main.kevglass
JXInput (http://www.hardcode.de/jxinput/) JXInput provides access to game controllers under Win32. It also provides an input wrapping layer that is useful on all ...  
Java2DSystemProperties %LOCKED% 24 Oct 2005 - 14:19 - NEW Main.kevglass
Check out this document for a full list http://java.sun.com/j2se/1.5.0/docs/guide/2d/flags.html Main.kevglass 24 Oct 2005  
Java3DTutorials %LOCKED% 26 Oct 2005 - 08:28 - NEW Main.kevglass
Sun have some good resources, include some online chapters from the "Getting Started with the Java 3D API" book. see: http://java.sun.com/products/java media/3D/collateral ...  
JavaSlow %LOCKED% 28 Nov 2005 - 21:20 - r2 Main.samkass
Adam (blahblahblahh) once wrote: There is a mistaken belief amongst many commercial and hobbyist games developers that java is not suitable for games development. ...  
JavaSound %LOCKED% 26 Oct 2005 - 08:48 - r2 Main.kevglass
JavaSound (http://java.sun.com/products/java media/sound/index.jsp) Purpose JavaSound is a "low level" API for sound capture and playback. At present, the API does ...  
JeffFAQ %LOCKED% 18 Feb 2006 - 01:51 - r13 Main.jeffpk
Welcome to the Java Game Development community My name is Jeff Kesselman and I am one of the founders of JGO, which became games.dev.java.net. I worked in the games ...  
JeffGems %LOCKED% 18 Feb 2006 - 01:57 - r6 Main.jeffpk
Jeff's Game Gems This page contains reasonably short explainations of various techniques that beginning game programmers often need to know about. Reducing angles ...  
JeffOn3D %LOCKED% 10 Apr 2007 - 23:21 - r9 Main.jeffpk
Jeff on 3D Can Java do 3D games? Absolutely. There are quite a few demos and independent 3D games out there written in pure Java that are every bit as good and ...  
JeffOnInput %LOCKED% 12 Feb 2006 - 21:10 - r2 Main.jeffpk
Jeff on Input How do I detect and read joysticks in Java? There are two steps to game style input. The first is "discovery". This is how you find out what input ...  
JeffOnJava %LOCKED% 12 Feb 2006 - 20:54 - r6 Main.jeffpk
Jeff on Java What do we mean when we say Java? Often people will show up at JGO/games.dev.java.net and start making statements that begin "Java Is...", but what ...  
JeffOnPerformance %LOCKED% 21 Mar 2006 - 06:08 - r10 Main.jeffpk
Jeff On Performance Is Java Slow? No. Once upon a time, when Java was brand new, there were some real performance issues. Today however modern Desktop VMs have ...  
MMORPGisHard %LOCKED% 24 Oct 2005 - 20:56 - NEW Main.kevglass
If you post topics of the type "I'm going to write a MMORPG, how should I start?" you'll generally get some pretty negative feedback. For instance, many people get ...  
NativeBindings %LOCKED% 24 Oct 2005 - 15:26 - NEW Main.kevglass
Native Bindings Modern game development relies on many libraries (for physics, rendering, sound) and engines (complete systems for producing games). These libraries ...  
NetworkingInJava %LOCKED% 24 Oct 2005 - 20:29 - NEW Main.kevglass
Java provides access to networking through the IO and NIO packages. IO http://java.sun.com/j2se/1.4.2/docs/api/java/io/package summary.html JavaDoc IO is the ...  
NetworkingLibs %LOCKED% 24 Oct 2005 - 20:46 - NEW Main.kevglass
There have been efforts started: https://javagamenetworking.dev.java.net/ https://odenetworking.dev.java.net/ Main.kevglass 24 Oct 2005  
ODEJava %LOCKED% 13 Apr 2005 - 10:34 - r2 Main.jada
ODEJava (http://odejava.org) What is ODE? ODE stands for Open Dynamics Engine. It is an open source (BSD/LGPL) rigid body physics library written in C. In the authors ...  
OpenALBindings %LOCKED% 24 Oct 2005 - 19:53 - NEW Main.kevglass
OpenAL can be used from Java using the native bindings provided by both JOAL and LWJGL. Main.kevglass 24 Oct 2005  
OpenGLInJava %LOCKED% 24 Oct 2005 - 19:34 - NEW Main.kevglass
You can use OpenGL directly in Java through either JOGL or LWJGL. OpenGL is also utilised by some of the scenegraphs. Main.kevglass 24 Oct 2005  
OpenGLIsBoth %LOCKED% 24 Oct 2005 - 19:33 - NEW Main.kevglass
OpenGL is a general graphics library. It just gets used for 3D alot. Its equally good for 2D rendering. Main.kevglass 24 Oct 2005  
OpenGLvsScenegraph %LOCKED% 25 Oct 2005 - 10:22 - r2 Main.kevglass
The short answer is if you don't know OpenGL, and you want to get going quick, your game is pretty normal then go for a Scenehgraphs. Good examples are Java3D ...  
PhysicsInJava %LOCKED% 27 Jun 2007 - 17:18 - r2 Main.irbaboon
ODEJava provides a native binding to the Dynamics Engine (ODE) which is used by many games in the indie arena. An effort is under way to port the ODE C codebase into ...  
Rendering2D %LOCKED% 24 Oct 2005 - 17:42 - NEW Main.kevglass
Rendering 2D Games in Java There is no "best" way to approach rendering 2D games in Java, there are a few options with different pros and cons. Java 2D Direct Java2D ...  
Rendering3D %LOCKED% 24 Oct 2005 - 19:15 - NEW Main.kevglass
You can approach rendering 3D graphics in several different ways. Use OpenGL Directly Many programmers find using OpenGL (via JOGL or LWJGL) directly the only way ...  
Resources %LOCKED% 08 Mar 2006 - 17:19 - r2 Main.endolf
Game Coding Resources Fundementals of Java Game Coding Game Coding Tutorials A great set of beginner's tutorials that will help you understand how game coding ...  
ScenegraphLibs %LOCKED% 28 Nov 2005 - 20:58 - r2 Main.samkass
The pur scenegraphs available for Java include: Java3D Xith3D JME Aviatrix3D Main.kevglass 24 Oct 2005  
Software3D %LOCKED% 24 Oct 2005 - 19:32 - NEW Main.kevglass
Rendering without hardware can be slow. However, its quite useful if you don't want to get dependent on native libraries or want to run as a Java 1.1 compatible engine ...  
SupportedByJInput %LOCKED% 10 Aug 2007 - 17:05 - r2 EndolF
JInput JInput is intended to support the following devices Windows Anything with direct input drivers Linux Anything that the event interface exposes as a ...  
UDPvsTCP %LOCKED% 24 Oct 2005 - 20:39 - NEW Main.kevglass
This post has a lot of discussion on the topic. The short answer is TCP is normally good enough. If you're not implementing any sort of packet recieved acknowledgement ...  
UsingControllers %LOCKED% 24 Oct 2005 - 20:16 - NEW Main.kevglass
Sure you can! Game controllers can be accessed via JXInput, JInput or LWJGL (which wraps JInput). Main.kevglass 24 Oct 2005  
VMOptimization %LOCKED% 20 Aug 2003 - 19:11 - r3 Main.swpalmer
ObjectPools Why and when do they pay off. CompatibleImages Blits aren't fast enough? Make sure your images are the "right" format. TileBased2DMaps Fast ...  
VolatileVsManagedImages %LOCKED% 03 Oct 2003 - 17:30 - r2 Main.troggan
Chet Hasse writes: Thanks for checking out the blog: It's so nice to get noticed! Let me clarify a couple of things about VolatileImages and the issues that were ...  
WebHome %LOCKED% 16 Jul 2009 - 02:17 - r52 Main.kbt
Java Gaming A wiki is as useful as the content added to it. If you have something to add, then please do. Even if you don't have time to fully develop your thoughts ...  
WebStatistics %LOCKED% 21 Aug 2009 - 07:00 - r1576 TWikiAdminGroup
Statistics for Games Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads ...  
WhatIsJ2ME %LOCKED% 24 Oct 2005 - 19:52 - NEW Main.kevglass
J2ME (http://java.sun.com/j2me/index.jsp) Essentially, J2ME allows you to write software and games to run on mobile phones using Java. It uses a different JDK and ...  
WhatMeansCompileAndInterpret %LOCKED% 21 Dec 2003 - 06:20 - r2 Main.ericthered
What do compile and interpret mean? (This was written in Thread by princec) To, er, avoid any further "interesting" interpretations of what "compile" and "interpret ...  
WhichOpenGLBindingShouldIUse %LOCKED% 28 Nov 2005 - 21:09 - r2 Main.samkass
Should I use JOGL or LWJGL? Now, thats a good question! With respect to OpenGL they provide the same thing with a slightly different API. Performance wise its too ...  

Number of topics: 52

Topic WebHome . { }
 XML java.net RSS