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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Drex

Pages: [1]
1
General discussions / Re: Just wanted to say Thanks
« on: June 23, 2023, 11:53:16 am »
Hi fred219,

I'm new here as well, I'm 54, and also from the UK....

I wanted to learn C++, but I didn't just want to see stuff being outputted to the console, so I use SFML, so that I can see what is going on graphically.

I've been learning C++ and SFML for about a year now, and I practice by, trying to re-create the mechanics of older style arcade games.

Programming is a great hobby, and SFML is a great library. :)

2
General / Re: Best practice, for using delta time with objects ?
« on: June 21, 2023, 08:35:02 pm »
Ok, thanks for clearing that up.

I just wanted to, implement a basic delta time for my objects, and wasn't sure which way to go about it.

Thanks.

3
General / Best practice, for using delta time with objects ?
« on: June 21, 2023, 03:27:04 pm »
Hello guys,

Just a quick question.....

Is it better to have, one clock object, in say, the game class, and pass that to all other objects ?

or, should every object, have its own clock for delta time ?

I think, the clock per object approach, would be more accurate.....

Thanks.


Pages: [1]