Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML Game Development by Example - 4th SFML book  (Read 259286 times)

0 Members and 10 Guests are viewing this topic.

dronycroin

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: SFML Game Development by Example - 4th SFML book
« Reply #240 on: January 21, 2024, 06:23:16 pm »
I think I would probably consider a parameter to be passed from the outside though so "local" for something external seems odd to me. Of course, technically, if it's passed by value, that actual copy is only local but still...
Markomojo.com
« Last Edit: January 22, 2024, 05:58:03 pm by dronycroin »

rjack

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: SFML Game Development by Example - 4th SFML book
« Reply #241 on: May 10, 2025, 08:45:11 am »
Hey, I have been reading thru the Advanced book (btw great stuff both Advanced and the basic). My question is about a particle system. I am beginner at coding and def not an artist. Can anyone share their examples of some fine graphical effect using the system?