LWJGL 3D picking Programming Software Development by Viped …import org.lwjgl.BufferUtils; import org.lwjgl.LWJGLException; import org.lwjgl.input.Cursor; import org.lwjgl.input.Keyboard; import org.lwjgl.input.Mouse… package net.viped.vengine; import static org.lwjgl.opengl.GL11.*; import org.lwjgl.Sys; public class Gun { public void renderGun… LWJGL Framerate drop Programming Software Development by Viped …; import static org.lwjgl.opengl.GL11.*; import org.lwjgl.BufferUtils; import org.lwjgl.LWJGLException; import org.lwjgl.input.Cursor; import org.lwjgl.input.Keyboard; import… Re: LWJGL 3D picking Programming Software Development by Viped …, no answer there. The problem is more math related than lwjgl. I some how should get my 2d screen coordinates to…. Something like this. package net.viped.vengine; import static org.lwjgl.opengl.GL11.*; public class Ammo { Vector3f origin; Vector3f direction; public… Re: LWJGL 3D picking Programming Software Development by JamesCherrill > I have tried find tutos over internet but I did not find any thats useful Did you look at [this](http://www.lwjgl.org/wiki/index.php?title=Main_Page#Getting_started)? Re: LWJGL 3D picking Programming Software Development by Viped Yes I tried that approach too but it didnt help me alot. This is really new to me. Both 3d and lwjgl. I posted this question also to gamedev.net and devmaster.net but still no answer. Re: LWJGL 3D picking Programming Software Development by ~s.o.s~ … needs. You say you are new with both 3D and LWJGL. I think the first logical step would be to get… lwjgl - crash + awt error message Programming Software Development by borix134 … have decided to learn Java and I started with the lwjgl, I have the exact class and code as posted here…: [lwjgl (display)](http://www.lwjgl.org/wiki/index.php?title=LWJGL_Basics_1_(The_Display)) When I… [LWJGL] How to change the space/sky color? Programming Software Development by AaronLLF … change that to something like sky color. I'm using LWJGL and Slick-Util. Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF … console when trying to run a first person camera using LWJGL & Java. "Exception in thread "main" java….lang.UnsatisfiedLinkError: no lwjgl in java.library.path" I did include the jar… I did add the VM argument -Djava.library.path=C:\lwjgl-2.5\native\windows\ Please help. Broken computer and LWJGL Hardware and Software Hardware by Viped Hi, My computers graphics card or motherboard broke down at last week. It happened when I was compiling some code wich was written in Java and lwjgl. Is it possible that my code broke my computer or was it just a coincidence? Best source for learning LWJGL? Programming Software Development by evan.winstead.7 Hey! I am trying to learn some LWJGL, and wanted to know the best source to learn from, that could be a youtube channel or a text tutorial, but something with videos is much prefered. Re: Best source for learning LWJGL? Programming Software Development by stultuske why would videos help you learn better? most likely, all ( or most of ) what you need, can be found [here](http://www.lwjgl.org/) Re: LWJGL 3D picking Programming Software Development by ~s.o.s~ > Anything from plain theory to ready code would be appreciated. Thanks! Not ready code but have you tried looking at the [source code](http://code.google.com/p/jmonkeyengine/source/browse/#svn%2Ftrunk%2Fengine%2Fsrc%2Fcore%2Fcom%2Fjme3) of an existing 3D engine like Jmonkey? Also, you will have more luck with your question in a game engine … Re: LWJGL Framerate drop Programming Software Development by Viped And again I should check the code few more times berfore sending question. I was rendering gl_quads inside for loop with the stars. Sorry for stupid thread. Re: lwjgl - crash + awt error message Programming Software Development by borix134 I figured it out after a couple of hours. It turns out I dont need to install anything. I just click properties on my project and set the execution enviroment to SE 1.6. Re: [LWJGL] How to change the space/sky color? Programming Software Development by AaronLLF Please? I know I've seen this before... Re: [LWJGL] How to change the space/sky color? Programming Software Development by pbl post your code Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF ??? Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF Uh... Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF !??!?!?!?!? Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF ... Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF Un-answered topic is un-answered. Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by AaronLLF *cough cough cough* Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by kramerd Sorry, AaronLLF, it looks like no one here knows how to help you. Try searching google or post your question on a different forum. Re: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.p Programming Software Development by FallenPaladin Sorry to ask this but did you also add a refrence in the project as well as in eclips? Re: Broken computer and LWJGL Hardware and Software Hardware by deceptikon It's just a coincidence. Re: Broken computer and LWJGL Hardware and Software Hardware by Viped Okei thanks I thought so also but had to get someone else's opinion too. Re: Best source for learning LWJGL? Programming Software Development by evan.winstead.7 Videos help me more because i can see how they did stuff, and it is a bit hard for me to read things because of my ADHD Re: Best source for learning LWJGL? Programming Software Development by peter_budo @evan.winstead.7 sorry but you unlikely to find any long or continues series on any programming subject, beside promotional videos and simple beginners setups. As stultuske said only reading documentation, and searching forums for posts on topic will help you. Coding was never been about watching videos like you can do for Photoshop etc. Re: Best source for learning LWJGL? Programming Software Development by evan.winstead.7 Alright, i will get into it! Thanks guys!