| View previous topic :: View next topic |
| Author |
Message |
k3ph
Joined: 21 Jul 2006 Posts: 221
|
Posted: Thu Dec 11, 2008 12:22 am Post subject: Merry XMas! |
|
|
I know its a bit early to say "merry xmas" but I've decided to share my "unfinished" demo-gift-xmas-script because I will not have to add some gfx on it (I've been very busy in offline mode) and none got interested in join this project.
The initial idea of this project is to write a PoC of the amazing power of AHK with a small multimedia presentation aka demo.
This script uses some techniques that I've been developing. It uses some fragments of the BASS Library and some techniques used in BASSMOD Library in the example number three. This project contains derivated code from Skwire, Laszlo, Lexikos and an awesome loopable song composed by anonymous with 9 minutes length!
[ source ] [ binary ]
Size: 445KB and 425KB respectively
Note 0: it doesn't requires libraries or external files, just run it :}
Note 1: the source and binary file sizes :] LZMA Banzai! *Huzzah!
Note 2: demo term definition: http://en.wikipedia.org/wiki/Demo_(computer_programming)
Note 3: If you got interest in keep continuing this project, please gather code in this thread :D
Enjoy X-Mas and Happy New Year! _________________ [ profile | ahk.net | ahk.talk ] |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1390 Location: The Interwebs
|
Posted: Thu Dec 11, 2008 1:12 am Post subject: |
|
|
Pretty neat!
I find it very interesting how the executable managed to be smaller than the uncompiled script... |
|
| Back to top |
|
 |
SoggyDog
Joined: 02 May 2006 Posts: 652 Location: Greeley, CO
|
|
| Back to top |
|
 |
evan Guest
|
Posted: Thu Dec 11, 2008 8:27 am Post subject: |
|
|
impressive
- checking out the codes |
|
| Back to top |
|
 |
JonDos Guest
|
Posted: Sat Dec 13, 2008 12:14 am Post subject: |
|
|
awesome!
but I can't understand this code... |
|
| Back to top |
|
 |
trik
Joined: 15 Jul 2007 Posts: 1324
|
Posted: Wed Dec 17, 2008 5:05 pm Post subject: |
|
|
k3ph, I thought you were Jewish? =\ _________________ Religion is false. >_> |
|
| Back to top |
|
 |
ChalamiuS
Joined: 04 Jun 2006 Posts: 176 Location: ::1
|
Posted: Wed Dec 17, 2008 5:07 pm Post subject: |
|
|
lolwut
Oh well nice job k3ph |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5154 Location: /b/
|
Posted: Wed Dec 17, 2008 6:57 pm Post subject: |
|
|
| Trikster wrote: | | k3ph, I thought you were Jewish? =\ | No, he is a Shinigami.
By the way the script is awesome! (I haven't actually tried it but I can bet it is.)
 _________________ Chat (IRC) • PlusNet • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1317 Location: USA
|
Posted: Sat Dec 20, 2008 12:48 am Post subject: |
|
|
| Code: | | BinWrite(x,x,x,append) |
should be
| Code: | | BinWrite(x,x,x,,"append") |
_________________
ʞɔпɟ əɥʇ ʇɐɥʍ |
|
| Back to top |
|
 |
BigVent
Joined: 29 May 2008 Posts: 162
|
Posted: Sun Dec 21, 2008 2:59 am Post subject: |
|
|
Very nice! Never seen ahk used in this manner. _________________ ~BigVent |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 4726 Location: Australia
|
Posted: Sun Dec 21, 2008 4:26 am Post subject: |
|
|
| ahklerner wrote: | should be
| Code: | | BinWrite(x,x,x,,"append") |
| Maybe if you don't want the script to load.  |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4668 Location: Boulder, CO
|
Posted: Sun Dec 21, 2008 8:44 am Post subject: |
|
|
Cool! Maybe with Windows' built in binary to/from base64 conversion the script could be shorter and load faster.
(Do you need two backslash chars in "DllCall(A_Temp . "\BASS.dll\\BASS_MusicFree"... in BASS_MusicFree?) |
|
| Back to top |
|
 |
k3ph
Joined: 21 Jul 2006 Posts: 221
|
Posted: Sun Dec 21, 2008 2:20 pm Post subject: |
|
|
ops, a typo! thanks for reading the source :D
and thanks for the comments :]
such a pity, still no one interested into add a gfx on that :[
i wonder if someone will really listen that song at xmas :P _________________ [ profile | ahk.net | ahk.talk ] |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 4726 Location: Australia
|
Posted: Sun Dec 21, 2008 2:25 pm Post subject: |
|
|
Another bug that could've been caught by DllCallDebugger.  |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Dec 21, 2008 6:43 pm Post subject: |
|
|
| Wow! So is that an actual song or was that made completely with AHK? I'm not sure how it works. |
|
| Back to top |
|
 |
|