Oh my god Jasoco, your stuff is so beautiful!
Did you think about adding a shader, to make smooth day/night cycles (make the sky go red)?
What's everyone working on? (tigsource inspired)
Re: What's everyone working on? (tigsource inspired)
My current project is called bomb dodgers. It was inspired by "Wario Blast vs. Bomberman" for the gameboy.
I'm currently rewriting the AI (it's the first one I ever created). I'm implementing different personalities for the NPCs. One will constantly hunt the player, whereas others try to get as many upgrades as possible before attacking, etc.
I also added a shader which switches to different colour palettes on the fly.
I'm currently rewriting the AI (it's the first one I ever created). I'm implementing different personalities for the NPCs. One will constantly hunt the player, whereas others try to get as many upgrades as possible before attacking, etc.
I also added a shader which switches to different colour palettes on the fly.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: What's everyone working on? (tigsource inspired)
Way ahead of you. My texture shader already does that. It just needs the right color selection...undef wrote:Oh my god Jasoco, your stuff is so beautiful!
Did you think about adding a shader, to make smooth day/night cycles (make the sky go red)?
It needs tweaking. As long as the gradients have the right color values. I'd have to analyze real sunsets and sunrises to see when each color should be. But I think this works well enough for now. I have a set of 4 image files with colored gradients in them that I load into locals and use getPixel on to get their rgb or in the case of overall fog, the alpha value, and put that into a set of four tables. Sky color, Cloud color, Fog color and Fog intensity. The images are 512 pixels wide, though I could make them wider if I need to make a smoother gradient. And the day is divided into 512 pieces and the right table location is used depending on the time.
It looks even better in the overworld. But you only see the sky itself when in an airship. Still, that's what the darkness/fog intensity is for. It's always 0 for daytime and 0.5 or so at night. (Though I can make it so if it needs to be a foggy day, the intensity can be something like 0.2 during the day if it needs to be.
Edit: Also, tweaked the art style a little bit for the world to make it fit a little more.. I spend way too much time on the appearance of my prototyping.
Re: What's everyone working on? (tigsource inspired)
I'm working on this:
Do you like the sprites? I just got to love and lua coding in general. I'm a complete begginer, I started this two days ago.
Do you like it?
Do you like the sprites? I just got to love and lua coding in general. I'm a complete begginer, I started this two days ago.
Do you like it?
Hey.
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: What's everyone working on? (tigsource inspired)
It looks really cute, I like it!
What is it going to be ? A platformer ?
Keep it up!
What is it going to be ? A platformer ?
Keep it up!
Re: What's everyone working on? (tigsource inspired)
Yes, it's going to be a platformer. I still need to tweak the walking animation a bit and figure out how to add maps.Roland_Yonaba wrote:It looks really cute, I like it!
What is it going to be ? A platformer ?
Keep it up!
Thank you!
Hey.
Re: What's everyone working on? (tigsource inspired)
I'm working on something that's not Love2D, making a 3D engine in Java with the lwjgl libraries with GLSL shaders.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: What's everyone working on? (tigsource inspired)
I am very happy with my framerate on non-overworld maps. (And even then my overworld is running great right now too even with all the detail.) This is a sample dungeon test just to see how it renders. I really love the moss. Or grass. Or green stuff that grows around the edges of the walls.
You can't tell from this shrunken down screenshot, but this is actually being rendered at 4K and running in a HighDPI window on a Retina MBP. It looks amazing. I can also draw at 8K if I wanted to (4 x 1920, 4 x 1080) but I end up with a struggling GPU with an 8K canvas size. 4K looks great enough.
I really want to show more off. But I really want to put it all in a video and create a thread for it first. So I can only tease a little at a time. I haven't even shown off the GUI much yet.
Here's another shot of the overworld: Notice that the camera angle and distance is different for each map depending on the layout. I blurred out the funny joke names I don't want to spoil yet.
I can do a lot with this engine coupled with tweening and timer libraries like Flux and Cron. I can't wait to show off my UI.
Re: What's everyone working on? (tigsource inspired)
Holy hell, man! You're something else, in a good way!Jasoco wrote:-awesome post-
Is that using a modified raycaster engine or a completely different 3D engine? (Especially for the overworld)
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest