Log in

View Full Version : Any Game developers out on VT?


Castle of Glass
January 16th, 2013, 09:38 PM
So i have read that there a some programmers on VT, but are there any game developers? If so:
How long have you done it:
What Engine do you use mainly:
Any published projects:

Well, i have recently stared self teaching my self programming, coding, and game development, so i don't have any published projects, only a couple private ones. I use Unity and sometimes i work with my friend who has been making games for 4 years now. he might send in a job application to a local programming and game development where they teach it.

TheMatrix
January 17th, 2013, 03:22 AM
How long have you done it: I started about 3 weeks ago :P
What Engine do you use mainly: Irrlicht (http://irrlicht.sourceforge.net/) for rendering. Once I get around to using physics, I'll probably use Bullet (http://www.bulletphysics.org/) or ODE (http://www.ode.org/).
Any published projects: Not yet, although I guess I could put a few of my tests into a repository :P

I've already been a programmer for a while. C++, the most common language for games, was therefore not too difficult to learn.
The one thing I can't do is art, as I lack the artistic talent and motivation. I guess I'm going to be borrowing maps and models from the internet :P

TheAppleProsS
January 17th, 2013, 06:34 AM
I've done it for 4 - 5 years
I use Maya and 3Ds max
Ic haven't got any published yes but I'm working on one that I've been working on for 6 mouths
Coding would be MEL & C++

Silicate Wielder
January 17th, 2013, 05:57 PM
I can make games in javascript, but they're very similar to how Batch games work.
I'm no pro, just an amateur.

Castle of Glass
January 18th, 2013, 12:44 AM
The one thing I can't do is art, as I lack the artistic talent and motivation. I guess I'm going to be borrowing maps and models from the internet :P

i have a group of friends who are programmers and/or artist. so me and a friend we work on the programming and all of that and our other friend makes all the 3D models and art. once i get more experience, we will be working on a game together.

TheMatrix
January 18th, 2013, 02:42 AM
i have a group of friends who are programmers and/or artist. so me and a friend we work on the programming and all of that and our other friend makes all the 3D models and art. once i get more experience, we will be working on a game together.

I wish I knew people like that.
But do you know what's fun? Programmatic art! Specifying each and every texture and point's parameters, then adding collision and gravity and shadows to it all.