[2D Manipulated Into 3D : FrameRate test?]

A project that I’ve been working on for the past week or more.
Hopefully a few members here are familiar with its origins.
I am bringing this game to the WIP section as a showoff game I guess, but another reason is to see the average FPS count you guys get while playing it.

There’s only 2 Display Modes/Resolutions at the moment.
Full-Screen does work, but with my computer it just lags horribly.
You can disable the textures, but it really doesn’t make a difference for rendering time.
Each texture at the moment is 32 x 32.
Infinite space?

Movement:
W - Move Forward.
S - Move Backward.
A - Move Left.
D - Move Right.
Left Arrow - Rotate Left.
Right Arrow - Rotate Right.
Shift - Sprint.
Ctrl - Crouch.
Space Bar - Jump
Mouse Wheel Up - Increase Camera Y position.
Mouse Wheel Down - Decrease Camera Y position.

Other Keys:
Escape - Exit (while in game).
R - Disable/Enable Details.
T - Disable/Enable Textures.

Updates:
Start of a Entity System.
1 Hallway, 2 Corridors, and another room.

With the 800x600 Resolution selected, there is a few GUI components visible on the frame for fast in-game variable changing.
The GUI is decorated via JTattoo.

Download Link (Batch file & source files included):
http://www.mediafire.com/?f261hycc8y6lm3s

Pictures:
600x400

800x600:

Full-Screen:

You shouldn’t get any errors at the moment.
If your Y position is at 0.0 (ground floor), collision to the rooms walls are applied.
If your Y position is greater than 0.0, no collision is applied, and the speed at which you move is doubled.

Any comments / questions / FPS feedback is welcome ;D

Hi

I will give it a try if you use Java Web Start, an applet or an installer of your choice.

35 FPS normal

BUT I noticed a weird problem, when ever facing the sides right 90 degrees or left -90 degrees the frames would drop from 35 to 8 or lower, JUST from the change in yaw.

and changing the ceiling level will change the rate which it moves, when I set it to 8 from 16 and then back again weird things happened.

Thanks joshua, that’s about the same FPS that I was getting, maybe a bit lower.
The FPS drops because the walls/objects were all being double textured lol, as in the front/the back.
Removed that though, so I’m at about 45 average FPS now.

EDIT: Going to be looking into OpenGL/LWJGL over the next few days, try and get familiar with it in a 2D sense.
@Joshua: Did you try a average FPS on Full-Screen?

about 10 FPS and 2 FPS looking sideways :slight_smile:

Source Code?

Ehh, give me a second.
I’ll upload what’s currently in my IDE, collision is kinda dodgy on this one.
There’s 2 hallways + another room, it’s newer than the one in the opening post.
Hope you like this version: http://www.mediafire.com/?f261hycc8y6lm3s
:-*

Hey, are you using minecraft textures?

Lol @ me, yes I am, temporarily to get rid of the plain RGB ‘texture’.
I don’t remember who the texture pack was from.

Its probably the original one, with some slight changes. :stuck_out_tongue: