Screenshot of the Month, April 2017 [Submissions Closed]

Competitions for Irrlicht or 3D in general.
Irrlicht Screenshot of the Month: Winner for January, vote for February, submit for March
Post Reply
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Screenshot of the Month, April 2017 [Submissions Closed]

Post by Cube_ »

Welcome to screenshot of the month!
Please submit your screenshots for April 2017!
You can submit until the 30th. Voting will begin shortly thereafter.


Rules
  • -Only irrlicht renders allowed,
    -Give the image a good title and make clear what the title is,
    -Make sure the image is available until the end of the competition,
    -One (1) image per project
    -Add some information about the project/scene,
    -Modified Irrlicht versions are allowed
Notes
  • -Please show a good quality image of decent size (800x600px or higher recommended)
Rewards
  • -A special user rank: Competition winner
Last edited by Cube_ on Wed May 31, 2017 2:25 pm, edited 1 time in total.
"this is not the bottleneck you are looking for"
kornwaretm
Competition winner
Posts: 189
Joined: Tue Oct 16, 2007 3:53 am
Location: Indonesia
Contact:

Re: Screenshot of the Month, April 2017 [Submissions Open!]

Post by kornwaretm »

volumetric fighting
Image
a fighting game project, the idea was to make a historically accurate greatsword duel, using decorated armor full of carving and cool stuff. after making 2 or 3 characters, the game proven to be boring in visual (my modeling skill not good enough). because of the uniformly shiny reflective armor all over the place. so i went to the fantasy direction. glowing magma as sword, wooden plate armor, bones, rocks, armor lines with neon glow thingy, chain saw swords etc. move set will also changed from historically accurate to a more childish twirling spinning fight. the game asset will be replaced to a better one.

running on irrlicht 1.9 with a custom made deferred rendering and shadow mapping. all object on screen are rendered using view aligned slices, slices are generated inside threads (planing using openCL, too much to learn so little time). Supporting specularity, reflectivity, emissivity attribute. objects are baked out from blender using a custom exporter that automatically generate and save color texture, bake displacement, specularity, reflectivity map, merge into one RGBA texture, each attribute for each channel. skeletal animation also exported using a custom made blender exporter to export mesh and prepare it to "behave" like a volumetric mesh later in the program. tinyjs an old lib for translating javascript like codes are customized to control scene nodes, gui element etc, and other game logic, this make the end product highly customizable.

game features, 2 player versus, player versus cpu, and a campaign mode to fight against all available characters, finally equipment and character editor, an RPG like customization, player able to edit, create, mix all available components to add a custom playable character. alpha demo on june
Vectrotek
Competition winner
Posts: 1087
Joined: Sat May 02, 2015 5:05 pm

Re: Screenshot of the Month, April 2017 [Submissions Open!]

Post by Vectrotek »

Now that looks really cool!
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: Screenshot of the Month, April 2017 [Submissions Open!]

Post by Cube_ »

submissions closed, I've been dead for a while - sorry about that.
For now I'll probably not make next months, we keep getting only one entry which defeats the point - come fall I'll probably start them up again unless someone wants to pick up the torch
"this is not the bottleneck you are looking for"
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Screenshot of the Month, April 2017 [Submissions Closed]

Post by CuteAlien »

OK, thanks for keeping it alive for so long. And if anyone else wants to continue it - just create the thread. And poke me once in a while when I forget to give people the competion winner rank :-) (mostly I don't forget)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply