Displaying text in lwjgl in java without using slick
NickName:user3364628 Ask DateTime:2014-04-04T03:55:47

Displaying text in lwjgl in java without using slick

I am trying to display some text in lwjgl in java but I dont want to use slick library, do you know if there is any other way to show some text in java using lwjgl ? If so, which external libraries I need to import ??

Copyright Notice:Content Author:「user3364628」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22847697/displaying-text-in-lwjgl-in-java-without-using-slick

Answers
Arrem 2014-04-03T20:00:54

Unfortunately it's not possible. Either draw it pixel by pixel or use a library. You'll only need slick-util for drawing text, so it shouldn't be a problem. You can find the javadocs here.",


More about “Displaying text in lwjgl in java without using slick” related questions

Displaying text in lwjgl in java without using slick

I am trying to display some text in lwjgl in java but I dont want to use slick library, do you know if there is any other way to show some text in java using lwjgl ? If so, which external libraries I

Show Detail

Text not displaying properly in LWJGL (2D over 3D)

I have a problem with the text not displaying properly on my screen, It appears as a blank rectangle with the same text color, Just no text... Everything else works fine though, Menus and crosshair...

Show Detail

Java lwjgl and slick are not displaying my textures

I have tried a lot of different things, but nothing worked so far. at first, the problem was that there was just a blank screen when the program was run. I finally got it to display a blank white s...

Show Detail

Java Slick2D & lwjgl

i try to write the boot screen to test the game. When I try to run this code, I have some errors. I was looking for some information on anything specific but not learned, besides, someone mentioned...

Show Detail

LWJGL Slick Java OS X Natives

I'm trying to make a jar out of my game written with LWJGL and Slick. My technique is to extract the natives out of the jar into a temporary directory and then change the org.lwjgl.librarypath to the

Show Detail

On slick or LWJGL, how do you display many lines of Unicode font fast?

I'm having trouble displaying Unicode font on opengl. I need to show like 20 lines of Unicode font text on my game and it has to be dynamically loaded(since the text is Japanese). The only unicode ...

Show Detail

Texture in LWJGL not displaying

I am trying to display a png as a texture in Eclipse using the LWJGL library. I made sure to bind the texture and to set the coordinates BEFORE drawing the vertexes, but the image still isn't displ...

Show Detail

Trying to set up Slick and LWJGL in Eclipse

I'm trying to run a test file for both Slick and LWJGL and I keep getting this error: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoa...

Show Detail

Java LWJGL Slick UnicodeFont acting up

I'm having some problems displaying text on the screen, in the past I have just used sprite based text, however this time I want to use UnicodeFont. TrueTypeFonts draw perfectly however its depreca...

Show Detail

Text error with LWJGL and Slick2D

I've been attempting to build a small program with the LWJGL just to go teach myself a bit of graphics, when I try to overlay text onto a 2D scene i'm drawing (this being a box that continuously bo...

Show Detail