News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Xmas fireworks

Started by Mikl__, January 03, 2025, 10:26:13 PM

Previous topic - Next topic

Mikl__

QuoteForgot,can someone post fireworks demo?
I remember long ago someone posted masm GDI demo
Might be easier to make new years fireworks theme
Hi! I find http://www.ronybc.com/fire.php
  • C++ code
  • Windows(98/XP) version [16kB]
  • DOS version [32kB]
  • Linux version
I runed Windows(98/XP) -- the program crashes
I'm trying to transfer it to x64. For now, nothing works
I see in Old fireworks does not works on x64 already tried to port the program to x64. But there was no result either.

HSE

Equations in Assembly: SmplMath

Mikl__

Hi, HSE!
Thank you very much and Happy New Year!

daydreamer

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

Mikl__

Hi daydreamer!
About fireworks, it was your idea. When I manage to translate it to masm x64 I will definitely post the program and source code. Maybe one of the forum participants will manage it earlier

daydreamer

Quote from: Mikl__ on January 04, 2025, 11:56:21 AMHi daydreamer!
About fireworks, it was your idea. When I manage to translate it to masm x64 I will definitely post the program and source code. Maybe one of the forum participants will manage it earlier
found a clue to why it doesnt work:comment about 24 bit version
I probably go with SSE coding
I remember someone posted dx particle demo long ago,made with floating point math and quadpolys with blending together

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

HSE

Equations in Assembly: SmplMath

Mikl__

Quotecomment about 24 bit version
Hi daydreamer! I know 16-bit version (DOS for 8086, 286), 32-bit version (Windows for 386-686), 64-bit version (Windows x64). About 24-bit version I don't know... What is 24-bit version?

daydreamer

Quote from: Mikl__ on January 05, 2025, 11:38:30 PM
Quotecomment about 24 bit version
Hi daydreamer! I know 16-bit version (DOS for 8086, 286), 32-bit version (Windows for 386-686), 64-bit version (Windows x64). About 24-bit version I don't know... What is 24-bit version?
No 128 bit version yet? Well I try to make a SSE  128 bit version
Bitness isn't about CPU bits ,but screen mode,8 bit,16bit,24bit,32 bit for each pixel

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

zedd151

Quote from: daydreamer on January 06, 2025, 01:52:05 AM
Quote from: Mikl__ on January 05, 2025, 11:38:30 PM
Quotecomment about 24 bit version
About 24-bit version I don't know... What is 24-bit version?
Bitness isn't about CPU bits ,but screen mode,8 bit,16bit,24bit,32 bit for each pixel
:bgrin:  I got a chuckle out of that...
:cool:

TimoVJL

32-bit with transparency over picture of city would be nice?
May the source be with you

Mikl__

Hei Timo! Onnellista uutta vuotta!
Kyllä, 32-bittinen läpinäkyvä kuva ilotulituksesta kaupunkikuvaa vasten olisi kiva...

TimoVJL

@Mikl__
Good New Year to you too !
May the source be with you

Mikl__

Thanks, Timo! I'll take your advice.

daydreamer

Timo thanks,good idea  :thumbsup:
depending on how much time you want to spend coding,I seen creating city procedural code or being lazy convert your favourite city image to the small.ico file format

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding