Results 1 to 7 of 7

Thread: Necro3D Game Engine 2

  1. #1
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Necro3D Game Engine 2

    Hi all,

    It's a while since I posted some of my engine news. I'm currently working alone on Necro3D Game Engine 2.
    The progress is really slow as I don't have much time, but I still want to show you all some results dough.

    Features so far:
    - Fully functional plugin system for video, sound, input, network and games
    - Can run multiple plugin DLL games at the same time that share resources (no communication yet, thats still to come)
    - Multi threaded (currenly only loading of resources)
    - Resource manager for meshes, sounds, textures and shaders
    - Deferred shading
    * Point light
    * Directional light
    - Some nice post effects
    * Cartoon outlines
    * Screen space ambient occlusion
    * Radial blur
    * Bleach bypass
    - Good interaction with the editor
    - Simple in-game console
    - Resource loading from package files and disk

    I still don't have a clear goal to make a game, so I don't have any real "game screen shots". Anyways here are 2 basic screen shot I took:
    Deferred shading:

    Post effects
    NecroSOFT - End of line -

  2. #2
    farcodev_
    Guest

    Necro3D Game Engine 2

    wow ! i'm happy to see that necrodome is always developped, even if you're alone.

    you've done a great job again ! :shock:

  3. #3

    Necro3D Game Engine 2

    Looking good! I hope you'll find the time to complete it or at least find good use for it (ie a game)

    Bumped to news.

  4. #4
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Necro3D Game Engine 2

    Actually it look kinda crappy, randomly generated thee pots. Post effects are also still showing some glitches.
    Engine architecture and deferred shading are the best things I can show off . (Well, you don't see any architecture in the pics, but imo it's good )
    I'm still wondering what kind of game I'm gonna make... Currently I have 2 ideas: car racing game of RTS. But as I'm agile it can change in an eye blink.
    NecroSOFT - End of line -

  5. #5

    Necro3D Game Engine 2

    Looks nice, I really like the sound of the modular plugin system you have. I`m currently working on something similar for the genesis device engine accept I will only be using this for adding new stuff 2 the scenegraph. Like a plugin for terrain, meshes, trees, grass etc.

  6. #6

    Necro3D Game Engine 2

    Do you handle different lighting models in the last renderpass for each individual light? How many components do you have in your fat framebuffer? Do you use NPOT textures and are those using floating point?

    That was a big load of questions
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  7. #7
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Necro3D Game Engine 2

    Currently one light model, more to come. All combined in some render pass. I use 5 GBuffers. 1 RGBA for color, 1 RGBA for normals and specular, 1 R (32 bit red) for depth, 1 RGBA for the lightning colors and 1 for the final pass (this is mainly used for post effect).

    I still need to make a small tech demo that shows off some nice features.
    NecroSOFT - End of line -

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •