User contributions

Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

  • 15:11, 8 August 2013 (diff | hist) . . (+79). . Input Handling
  • 15:10, 8 August 2013 (diff | hist) . . (+1,298). . N Input Handling(Created page with "Slick input can handle keyboard, mouse and controller input (mostly just wrapped carefully around the existing LWJGL functionality). The input processing is handled by the [ht...")
  • 15:07, 8 August 2013 (diff | hist) . . (+1,873). . N Sound and Music(Created page with "Sounds and music are available in a similar manner to Images. You simple construct an object of the appropriate type (either Sound or Music) with a reference to the resource t...")
  • 15:05, 8 August 2013 (diff | hist) . . (+3,117). . N TrueType Font Support(Created page with "Slick has the capability to easily display True Type fonts on screen. True Type Fonts are loaded and rendered using the <code>org.newdawn.slick.TrueTypeFont</code> class. <p...")
  • 14:58, 8 August 2013 (diff | hist) . . (+2,032). . N Font Rendering(Created page with "There are currently two implementations of font rendering in Slick, both complying to one common Font interface. This interface allows us to render the text and also to determ...")
  • 14:54, 8 August 2013 (diff | hist) . . (+1,708). . N Rendering to an Image(Created page with "Sometimes you might want to create graphics procedurally using code. This is where rendering to an image fits perfectly. To render into an image you first need to create a ne...")
  • 14:52, 8 August 2013 (diff | hist) . . (+1,206). . N ImageBuffer(Created page with "Normally you'll load images from files in known formats. However, there are cases where you'd like to be able to generate an image based on a set of data you've created. Some ...")
  • 14:51, 8 August 2013 (diff | hist) . . (+1,067). . N Animation(Created page with "Animations are a collection of images being displayed one after another, each image (or frame) for a set amount of time. Slick provides a class to allow you to build animation...")
  • 14:49, 8 August 2013 (diff | hist) . . (+87). . XML Packed SpriteSheet
  • 14:48, 8 August 2013 (diff | hist) . . (+61). . XML Packed SpriteSheet
  • 14:48, 8 August 2013 (diff | hist) . . (+700). . N XML Packed SpriteSheet(Created page with "These kind of sprite sheets are generated by Pack-U-Like (Slick2D's Sprite Packer). Each XMLPackedSheet needs a base Image which contains the packed sprites and a XML-File for...")
  • 14:47, 8 August 2013 (diff | hist) . . (+29). . Packed Sprite Sheets(See Also)
  • 14:45, 8 August 2013 (diff | hist) . . (+1,338). . N Packed Sprite Sheets(Created page with "Basic sprite sheets are pretty useful if you're building a simple set of sprites into a sheet. However, sprite sheets can get more complicated, where multiple different size s...")
  • 14:43, 8 August 2013 (diff | hist) . . (+43). . SpriteSheet
  • 14:42, 8 August 2013 (diff | hist) . . (+933). . N SpriteSheet(Created page with "Sprite sheets are individual sprites (or images) put together to build one image. This is often done for performance reasons (it's faster to use one image than multiple sepera...")
  • 14:41, 8 August 2013 (diff | hist) . . (+2). . Images
  • 14:40, 8 August 2013 (diff | hist) . . (+1,715). . N Images(Created page with "Images are the most primitive drawing tool within Slick. They are the root of most of utilities for rendering. Each image will draw a rectangular area on the screen filled wit...")
  • 14:38, 8 August 2013 (diff | hist) . . (+27). . Clipping(Clipping within Slick)
  • 14:37, 8 August 2013 (diff | hist) . . (+2,486). . N Clipping(Created page with "Clipping is the term used within computer graphics for not displaying graphics which are outside of the users viewport. The viewport most commonly recognized is that of the sc...")
  • 14:34, 8 August 2013 (diff | hist) . . (+3,405). . N Controlling Game Updates(Created page with "It's important to understand that, by default, Slick calls the render() and update() method of your game on every frame. This obviously is necessary for the render() method, b...")
  • 14:31, 8 August 2013 (diff | hist) . . (+5,236). . N Game Containers(Created page with "The concept of containers isn't a particularly new one, the container provides environment in which your application (in this case a game) can run. It provides that game with ...")
  • 14:28, 8 August 2013 (diff | hist) . . (+101). . Getting Started(See Also)
  • 14:27, 8 August 2013 (diff | hist) . . (+3,982). . N Getting Started(Created page with "The information below will let you know what to get and how to get it. However, the first challenge with any new API is getting some idea of where to start code wise. Most use...")
  • 14:20, 8 August 2013 (diff | hist) . . (+931). . N Overview(Created page with "Slick2D is a simple set of tools wrapped around the [http://lwjgl.org/ LWJGL] OpenGL binding for Java. It's aims are as follows: * Provide a simple 2D API * Make transition fr...")
  • 14:18, 8 August 2013 (diff | hist) . . (+379). . N User:Sigtau(Created page with "Hi, my name is Will Preston, and I'm a CG artist, hobbyist programmer, and budding game developer. I found the old Slick Wiki in a web archive and I'm currently using this ac...")

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)