Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magic effects simulation #3

Closed
zhaishengfu opened this issue Oct 20, 2021 · 1 comment
Closed

magic effects simulation #3

zhaishengfu opened this issue Oct 20, 2021 · 1 comment

Comments

@zhaishengfu
Copy link

Hello, I think you should know noita. I see the videos about noita, and that is amazing! you can see some magic effects fly around the screen. I think they have similar logic with the sand simulation, but have no clear ideas. Do you have any idea to simulate such magic logic with sand simulation? such as :

  1. spawn fire magic to hit wood and explode the wood
  2. spawn laser to stone and later logic
@bruce965
Copy link
Owner

Yes, I know Noita and I love it. This project is actually partially inspired by Noita.

If you are curious to know how they approached the problem in Noita, I'd recommend you to watch the Exploring the Tech and Design of Noita presentation at the 2019 GDC. It's quite different from this project, as everything runs on the CPU.

I think a valid approach to simulate that kind of special effects could be based on particle physics as described in the video you linked from #1 (comment). After implementing particle physics, you could add a "fire magic" particle to the simulation and make it behave in whatever way you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants