Uploaded videos
1-10 of 14-
Java LWJGL Tutorial :: Creating a Window
TehGameMaker
941 views
In this tutorial I will talk you through how to add the LWJGL to a java project, and use it to create a blank window. This window will be the base of all LWJGL projects.
I...
-
Java - Screen Capture Test 1
TehGameMaker
83 views
I started work on a screen recorder, similar to hypercam and fraps built in java. So far all it does is produces many .png images, which are then compiled into a .avi later...
-
Java LWJGL - Getting started
TehGameMaker
2,225 views
This little tutorial shows you how to get started with the LWJGL library.
This will only show you the bare minimum for getting started.
Source code :: Example.java
htt...
-
GameMaker :: Parkour - TechDemo
TehGameMaker
385 views
my game maker project. Includes advanced physics and walljumping, also user level creation and in-game testing.
Game is buggy, but if it gets good feedback, I'll be willin...
-
GameMaker :: Setting up a mplay connection
TehGameMaker
946 views
This is a simple tutorial on how to create a mplay connection for people to join. While there is no communication between the 2 programs it is a good base and one of the on...
-
GameMaker :: 3D Physics
TehGameMaker
254 views
This tutorial will show you one of the harder things to achieve in GameMaker. And that is jumping in 3 dimensions, and with platforming!
Code:
http://pastebin.com/8rVdfY1A
...
-
GameMaker :: Multiple Healthbars Revisited
TehGameMaker
194 views
A more efficient way of making healthbars as opposed to stretching sprites.
Code:
[Draw Event]
draw_healthbar(x,y,x+256,y+24,VARIABLE,c_white,c_red,c_lime,0,1,1)
Link to .g...
-
GameMaker :: 3D Easy Skies!
TehGameMaker
356 views
Make a easy and effective looking skybox. Great for outdoor environments. This is an add on from a previous tutorial that can be found here...
http://www.youtube.com/watch...
-
GameMaker 8 - 3D World and Movement
TehGameMaker
328 views
Make a simple floor, with a fps perspective. Will be adding onto this ALOT!
Download This Tutorial .GMK here;
http://www.mediafire.com/?vwzkstdktprt2pe
-
GameMaker :: Shoot to mouse
TehGameMaker
178 views
Simple, but great effect for your games. Shooting from the player, and the bullet will go off course, like a machine gun! Hope you enjoy!
CODE:
Global Mouse for player:
ins...
Advertisement










Play all(14)