Difference between revisions of "Main Page"

From JPCT
Jump to: navigation, search
(Code Snippets)
Line 62: Line 62:
  
 
[[ FPS-like camera controls ]]
 
[[ FPS-like camera controls ]]
 
** [http://www.college-paper.org/custom-research-paper.html research paper writing]
 

Revision as of 23:08, 18 May 2010

The jPCT wiki


jPCT is a free, small, fast and easy to learn 3D engine for Java. It offers support for software and hardware rendering. This Wiki should help people with tutorials, instructions and samples. If you think that you have something to contribute, just create an account and go for it...


jPCT ressources

The jPCT homepage

The jPCT community


Installation

Requirements

How to install


How to start

First steps

Coordinate system

Hello World

Loading models

Lighting

Advanced example

Applets


Advanced topics

The different renderers

Collision detection

Multithreading

Compiled objects

Shaders

Physics

Reducing high-poly models

Mip mapping


Code Snippets

Applet using the lwjgl joystick

Changing applet's heap size via HTML

FPS-like camera controls