I am very much a n00b when it comes to development, but what is so wrong with using delta timing? I remember back in the day when I made a game without any form of timer... it worked well on my laptop but was total shit everywhere else.SCIBOTIC wrote:Also I mentioned the project in #ludumdare and a few of them were quite displeased with the fact you guys using delta timing and leave no resources for other processes.
Future features
Re: Future features
Now posting IN STEREO (where available)
Re: Future features
Only issue is without a maximum frame rate of some sort, it will run as fast as it can, meaning it uses all the processing power it can get its hands on.
If the user is only going to see 60fps what's the point of processing 500+fps and using up the resources that would otherwise go to other processes?
If the user is only going to see 60fps what's the point of processing 500+fps and using up the resources that would otherwise go to other processes?
Re: Future features
Aha, I can see how that could be a problem.
THE MORE YOU KNOW! :geek:
THE MORE YOU KNOW! :geek:
Now posting IN STEREO (where available)
-
- Citizen
- Posts: 94
- Joined: Thu Feb 21, 2008 1:11 am
Re: Future features
What about löve as a ScreenSaver? I don't know exactly how to do it, but I think it'd be great have for example demos as a screensaver. On the other hand, I think it isn't so important.
Sorry just a little brainstorm. :geek:
Sorry just a little brainstorm. :geek:
>>I love LÖVE.<<
Re: Future features
Hehe, yeah sure. I don't remember if it's possible to run .exe-files as screen savers, or if you have to make .scr-files or whatever. Sea Otter screen saver would be perfect. (See "Epic demo"-thread).
Re: Future features
Windows screen savers (.scr) are just regular exes. The only requirement is to catch a few parameters:
-c or /c -> show config dialog
-s or /s -> run the screensaver
-a or /a -> password verification
-p or /p -> preview mode
I'm writing this from memory, so these parameters might be actually different. Moreover, this all depends on the version of Windows you're using, IIRC there were a few extra steps for the Win 9X branch, but I'm not sure. Don't ask me about Vista
-c or /c -> show config dialog
-s or /s -> run the screensaver
-a or /a -> password verification
-p or /p -> preview mode
I'm writing this from memory, so these parameters might be actually different. Moreover, this all depends on the version of Windows you're using, IIRC there were a few extra steps for the Win 9X branch, but I'm not sure. Don't ask me about Vista
Teh Blog -> http://cryodreams.com.ar
Re: Future features
I see ... shouldn't be so hard, then. Not going to make it first priority, though. There are more useful things to get done first. Like ponies.
Re: Future features
That we did ...mike wrote:We did have that [a console] before, ne? But it was removed when things were revamped and I must admit that I miss it...
Any suggestions as to which key should make the console appear? Or should we leave that to the user with love.console:setVisible(true)? (or love.system)
Re: Future features
love.system should come. Suggested new features is:rude wrote:(or love.system)
- love.system:showConsole()/hideConsole() ( perhaps just toggleConsole() ?)
- love.system:quit() (so that people can use Esc for whatever they want)
Now posting IN STEREO (where available)
Re: Future features
No need to *always* use the forum ... not everything is interesting for everyone. So you can keep enjoying being der führer.
Who is online
Users browsing this forum: No registered users and 2 guests