Page 1 of 1
afterimages.lua - make things look cooler
Posted: Sat May 30, 2020 5:46 pm
by Emral
Supports any arbitrary image, and has a helper function for easily drawing after images for npcs and the main 5 playables in regular situations.
Download:
https://drive.google.com/file/d/1Rfo-qO ... sp=sharing
Use example is in the file. You can customize stuff like color, lifetime and angle of the drawn image. It really just invokes a glDraw call with a shader over the course of the lifetime :p
Enjoy.
Re: afterimages.lua - make things look cooler
Posted: Sat May 30, 2020 6:33 pm
by Public Enemy Number 1
Absolutely fantastic work! It would make the bosses especially look cool.
Re: afterimages.lua - make things look cooler
Posted: Sat Jun 06, 2020 5:07 am
by Luna
This seems really useful - especially for fast-moving objects like Koopa Shells.
Re: afterimages.lua - make things look cooler
Posted: Sat Aug 29, 2020 6:07 pm
by Chilly14
Sorry if I sound stupid, but can you make a more detailed guide on how to use this library? I've tried to use it before but to no avail since those attempts only gave away errors.
Re: afterimages.lua - make things look cooler
Posted: Sat Sep 26, 2020 12:42 am
by Murphmario
I'm having trouble with setting the color and making it transparent. Help would be appreciated.
Re: afterimages.lua - make things look cooler
Posted: Mon Sep 28, 2020 11:27 pm
by FanofSMBX
Is that Core's yellow shoe?
Re: afterimages.lua - make things look cooler
Posted: Tue Sep 29, 2020 12:19 am
by Emral
FanofSMBX wrote: ↑Mon Sep 28, 2020 11:27 pm
Is that Core's yellow shoe?
No that's my Thwomp's Boot.
Murphmario wrote: ↑Sat Sep 26, 2020 12:42 am
I'm having trouble with setting the color and making it transparent. Help would be appreciated.
Just a glDraw call. Post your code so I know where you're making an error.
Re: afterimages.lua - make things look cooler
Posted: Sun Jan 02, 2022 10:14 am
by len
it won't show up, I put in "obj = Mario" and it wasn't showing up on my character. Is there a way to fix this?
Re: afterimages.lua - make things look cooler
Posted: Fri Mar 07, 2025 5:49 am
by Blackops Koopa
i can't get it to spawn on a player
edit: nevermind i got it to work