Screensavers in Haxe?

97 views
Skip to first unread message

Scott Thiessen

unread,
Oct 24, 2013, 1:11:02 PM10/24/13
to haxe...@googlegroups.com
Is it possible to compile to a Windows or OS X screensaver using Haxe? Has anyone been successful with this, or have any ideas on this?

sergey miryanov

unread,
Oct 24, 2013, 1:14:38 PM10/24/13
to haxe...@googlegroups.com


On Thu, Oct 24, 2013 at 11:11 PM, Scott Thiessen <ssccc...@gmail.com> wrote:
Is it possible to compile to a Windows or OS X screensaver using Haxe? Has anyone been successful with this, or have any ideas on this?

--
To post to this group haxe...@googlegroups.com
http://groups.google.com/group/haxelang?hl=en
---
You received this message because you are subscribed to the Google Groups "Haxe" group.
For more options, visit https://groups.google.com/groups/opt_out.

AS3Boyan

unread,
Oct 25, 2013, 12:07:24 PM10/25/13
to haxe...@googlegroups.com
For Windows it's should be very easy to make:

rename *.exe to *.scr and put it in Windows folder.

You should handle mouse move and key presses to terminate screensaver when user does something.

Also it's obvious - your app should start fullscreen.

четверг, 24 октября 2013 г., 20:14:38 UTC+3 пользователь sergey-miryanov написал:

clemos

unread,
Oct 25, 2013, 12:23:20 PM10/25/13
to haxe...@googlegroups.com
You should handle mouse move and key presses to terminate screensaver when user does something.

I believe this is handled by Windows.
At your application's level, you don't need to bother with user input, 
since the program will be killed as soon as the user does anything (mouse move, key press, click,...)
At least that's the way it was back in the days :D

I've done a couple of screensavers in the past, 
our workflow was just to compile a .swf, and package it as a screensaver using tools like these :

Regards,
Clément

Scott Thiessen

unread,
Oct 25, 2013, 2:43:34 PM10/25/13
to haxe...@googlegroups.com
Right on, thanks everyone!
Reply all
Reply to author
Forward
0 new messages