Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Ikkerens on September 28, 2011, 11:21:07 am

Title: My new web project... it's coming...
Post by: Ikkerens on September 28, 2011, 11:21:07 am
(http://img638.imageshack.us/img638/7558/nomnomf.png)
(That doens't have any texture, that's just me testing lightning  *.*)
Title: Re: My new web project... it's coming...
Post by: aeTIos on September 28, 2011, 11:31:51 am
ooohh, shiny!!!!
Title: Re: My new web project... it's coming...
Post by: Munchor on October 02, 2011, 03:12:54 pm
You're using this (https://github.com/mrdoob/three.js), right? Looking neat.
Title: Re: My new web project... it's coming...
Post by: Ikkerens on October 02, 2011, 03:55:55 pm
Yeah, I'm using three.js
This project of mine is getting really advanced.
I've written my own web and game server, my own protocol and socket authentication.
And then I'm trying to make an 3d mmorpg with it.

This image is the proof of the engine loading a model off my external server (export from blender), still have alot of things to set up like anti-aliasing, less polygons etc
But still, I think this is pretty nice for a javascript application so far.
Title: Re: My new web project... it's coming...
Post by: willrandship on October 02, 2011, 04:31:26 pm
Shouldn't less polygons be an aspect of the models you load, not part of the engine? Still, nice job!
Title: Re: My new web project... it's coming...
Post by: Deep Toaster on October 02, 2011, 07:15:28 pm
I wonder what this could be.
Title: Re: My new web project... it's coming...
Post by: LincolnB on October 02, 2011, 08:56:53 pm
Looks prettty awesome. Is this a video game of some kind?
Title: Re: My new web project... it's coming...
Post by: willrandship on October 02, 2011, 09:10:21 pm
Above he said it was an MMORPG, so I'm thinking similar to runescape.
Title: Re: My new web project... it's coming...
Post by: LincolnB on October 02, 2011, 09:58:31 pm
okay, cool.
Title: Re: My new web project... it's coming...
Post by: Ikkerens on October 03, 2011, 06:03:29 am
Above he said it was an MMORPG, so I'm thinking similar to runescape.

Yes, it'll be a 3d mmorpg like runescape, but I'm trying to implement some special game mechanics.
On the 2d version of this game it really required user interaction. (No spoilers, but swinging a sword didn't happen because of a click or actionbar spell, but something more.... Wii-like :D)