EOSERV Forum > Programming > Looking for some feedback with a project.
Topic is locked.
Page: << 1 2 >>
Looking for some feedback with a project.
Author Message
Post #142608 Re: Looking for some feedback with a project.

Seems to be taking forever to create my account, probably been about 3 minutes now. It stays on the "one moment please" screen.

Edit: now I can't event end the process, seems as if it's going to "take one moment" forever ;)

---
Why am I still here...
14 years, 5 weeks ago
Post #142617 Re: Looking for some feedback with a project.

I like putting the server "Onffline".

---
Wish upon a star!
14 years, 5 weeks ago
Post #142635 Re: Looking for some feedback with a project.

No one else asked so I suppose I will.

:P What exactly is the project?

14 years, 5 weeks ago
Post #142681 Re: Looking for some feedback with a project.

MetaArchaea started life as I was experimenting with OpenCL. Most coders use the GPU compute language to do things like physics or post image processing as it's massively parallel, small kernel size lends itself perfectly to these tasks. The first app I wrote to play with OpenCL however was to control just under 24k user programmable "robots". Anyone that's ever played CRobots, C++Robots, BRobots, VBRobots, etc, imagine the same game with a whole swarm of "bots" running the same tiny kernels in one playing field at real time.

This kinda evolved playing with some equally nerdy friends to an offline game where two players write code for their bots and they battle it out in massive swarms. This kinda looks cellular and virus like if you display it as a subpixel 2D bitmap so it kinda took on a biological name from there.

After abandoning this (everyone looses interest after a while) I thought about how this would work as an online game. Obviously having one server would be out of the question as the GPU is tied to one battle so having the logged in users act as "node servers" was the next idea. This means everyone that plays has their own server..

So a game that needs you to program your own bots and then you get the option of hosting your own server (with your own world design) off the main login server, Well this is where it's going.

Oh and don't worry. You don't need to learn OpenCL XD There will be plenty of pseudo compilers to convert from the most BASIC of code (see what I did there?) XD


---
http://sordie.co.uk
http://twitter.com/@SordieEO
14 years, 5 weeks ago
Post #142796 Re: Looking for some feedback with a project.

Well actually i asked earlier but i guess i'm invisible.

14 years, 5 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > Programming > Looking for some feedback with a project.