This is my first post and seems to be quite large. Sorry.
My programmer skills are limited only to cmdline in C, C++ and Java (forget this last one). I was looking for a good (if not impossible) 3D game engine when founded this fantastic 3D Engine (without game
I'm a plot writter and designer that wants to realize his dream: make a 3D realtime videoaventure role playing game (VARPG).
I'm designing an abstraction layer (only API) to irrlicht for an implementation of the game like this:
(example):
my_window = new window ( size, full, related_stuff )
my_map = new map ( file)
my_map.addObject (object, position)
my_map.addLight (light_type, related_stuff)
my_map.addCharacter( character, position)
...
window.addMap (map, time_to_load,)
my_text = new text ( "text", position, font, related_stuff)
my_menu = new menu ( text, links_to, etc )
(end_example).
I want to ask if something like this is possible (refered to the abstraction layer).
If it's possible, i'll follow designing the API and finishing the Tech Game Plot (now it's about 22 pages) and it's like "choose me and i'll show you what happen" (don't know how translate "Sigue la aventura" a type of popular books some time ago.
And i'll post soon the link to the webpage.
Thank you very much,
Thanks in anyway,
FranzRogar