Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411498 Posts in 69373 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 09:13:59 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperArt (Moderator: JWK5)GIFs of games being worked on
Pages: 1 ... 146 147 [148] 149 150 ... 297
Print
Author Topic: GIFs of games being worked on  (Read 1206260 times)
Pinqu!
Level 1
*


So it has come to this


View Profile WWW
« Reply #2940 on: October 28, 2014, 06:07:09 AM »

Logged

oahda
Level 10
*****



View Profile
« Reply #2941 on: October 28, 2014, 06:13:41 AM »

Two beginning projects in early stages that I've been spamming around elsewhere too:



Logged

hexdie
Level 1
*



View Profile WWW
« Reply #2942 on: October 28, 2014, 07:58:38 PM »

I created a title screen for Dfragmente

Logged

Impmaster
Level 10
*****


Scary, isn't it?


View Profile WWW
« Reply #2943 on: October 28, 2014, 09:42:36 PM »

It's cute! but I think there's like one frame each loop where he jumps like one pixel. Thats a little weird.
Logged

Do I need a signature? Wait, now that I have a Twitter I do: https://twitter.com/theimpmaster
oahda
Level 10
*****



View Profile
« Reply #2944 on: October 29, 2014, 03:08:53 AM »

Yeah, nothing wrong with the character happily skipping, but it kinda looks more like floating now. Really cute, anyhow!
Logged

oahda
Level 10
*****



View Profile
« Reply #2945 on: October 29, 2014, 07:33:41 AM »

Player animations:

Oh, how's the light effect done?
Logged

Fenrir
Level 3
***



View Profile WWW
« Reply #2946 on: October 29, 2014, 08:02:32 AM »

Quote
Oh, how's the light effect done?

Well I definitely need to do a devlog about the lighting system, but basically it's based on this article:
https://github.com/mattdesl/lwjgl-basics/wiki/2D-Pixel-Perfect-Shadows

Now there's no real light computation on the character, you can see on the hood that the light is always on its right. It's on my todo list but really at the bottom...
Logged

Scifa
Level 1
*


View Profile WWW
« Reply #2947 on: October 29, 2014, 08:09:14 AM »

Logged

Sik
Level 10
*****


View Profile WWW
« Reply #2948 on: October 29, 2014, 08:50:28 AM »

It's cute! but I think there's like one frame each loop where he jumps like one pixel. Thats a little weird.
Yeah, nothing wrong with the character happily skipping, but it kinda looks more like floating now. Really cute, anyhow!

I think that the problem is that the animation is too slow.
Logged
Pishtaco
Level 10
*****


View Profile WWW
« Reply #2949 on: October 29, 2014, 09:57:35 AM »



MiG-17 pulling Gs
Logged

muki
Level 2
**



View Profile
« Reply #2950 on: October 29, 2014, 10:02:49 AM »

^ that's REALLY cool! the losing consciousness!  Evil
took me a sec to figure out what was happening, though
Logged
muki
Level 2
**



View Profile
« Reply #2951 on: October 29, 2014, 10:04:20 AM »

realtime patterned dithering and gradient mapping, so I can have transparencies/effects look grainy



Woah, I must say I was sceptical when you posted the tileset a while ago because I hate 1:1 pixel size art in games, but this is seriously looking fabulous Smiley

thanks! Beer! I figured I should stop making too many tilesets for a while and do some engine work instead. I'll probably use this set for a while longer while I do the gameplay..
Logged
muki
Level 2
**



View Profile
« Reply #2952 on: October 29, 2014, 10:15:40 AM »

gradient palette shifting test.





not something I'd use all the time, but I could play around with if you enter a spooky area
Logged
Pishtaco
Level 10
*****


View Profile WWW
« Reply #2953 on: October 29, 2014, 10:19:39 AM »

gradient palette shifting test.

...

not something I'd use all the time, but I could play around with if you enter a spooky area

That's gorgeous - I would be tempted to use it, or something like it, all the time. The way the changing palette works with the dithering really brings the image to life.
Logged

oahda
Level 10
*****



View Profile
« Reply #2954 on: October 29, 2014, 10:59:27 AM »

Quote
Oh, how's the light effect done?

Well I definitely need to do a devlog about the lighting system, but basically it's based on this article:
https://github.com/mattdesl/lwjgl-basics/wiki/2D-Pixel-Perfect-Shadows

Now there's no real light computation on the character, you can see on the hood that the light is always on its right. It's on my todo list but really at the bottom...
Yay! GL! I see this is Java but perhaps I'll be able to translate it into C(++) GL. Thanks!


What about you? c: How's your lighting done?
Logged

DJFloppyFish
Guest
« Reply #2955 on: October 29, 2014, 01:58:33 PM »

snip

This is one of my favorite things I've seen on these forums in awhile. Would love to see this used for when you enter a new room/cave.
Logged
hexdie
Level 1
*



View Profile WWW
« Reply #2956 on: October 29, 2014, 03:45:14 PM »

It's cute! but I think there's like one frame each loop where he jumps like one pixel. Thats a little weird.

Thank you! The skip is in his run cycle during gameplay. I guess it might make a little less sense here than during the game.
Logged

hexdie
Level 1
*



View Profile WWW
« Reply #2957 on: October 29, 2014, 03:49:02 PM »

Yeah, nothing wrong with the character happily skipping, but it kinda looks more like floating now. Really cute, anyhow!

Thank you!
Logged

oahda
Level 10
*****



View Profile
« Reply #2958 on: October 29, 2014, 03:50:48 PM »

Yay! Tonight I coded up the first attempt at the subtle parallax effect I want to incorporate into the game. I want to employ it at a small scale even on objects not that far away, to give everything a more 3D-like feel.

In this GIF, I've only put it on the gate, where you can see the sides on both the inside an outside depending on where the sub => camera is. There is a slight offset on the wall with respect to the door and the floor too, and the floor is slightly in the foreground, and obviously there is a big crane "close to the camera".

« Last Edit: October 29, 2014, 04:35:28 PM by Prinsessa » Logged

Cellusious
Level 8
***


View Profile WWW
« Reply #2959 on: October 29, 2014, 04:35:29 PM »

Logged

Pages: 1 ... 146 147 [148] 149 150 ... 297
Print
Jump to:  

Theme orange-lt created by panic