News:

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

Main Menu

SSE demos

Started by daydreamer, August 22, 2023, 12:19:12 AM

Previous topic - Next topic

daydreamer

collection of SSEdemos and some not SSEdemos
I cant find floormapping exe/code yet,but liftoff is its predessor

edit I found simpler(without big texture files 1280*1024 resolution) version of floormapping/skymapping fly2 with arrowkeys+some other keys controlled simple physics ,which lets you accelerate/decelerate with keys instead of fixed move forward/backwards,move up/down
 
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

jj2007

INCLUDE \N\masm32\include\windows.inc
...
Error A2106: Cannot open file: "\Masm32\SSE\ddraw.inc"

I don't think this is ready for the ShowCase, Magnus.

zedd151

#2
Quote from: jj2007 on August 22, 2023, 12:35:54 AMI don't think this is ready for the ShowCase, Magnus.
Me either. Moving to workshop.
Ran one program "DDlandscape.EXE" which had the "Theme changed notification" popping up and it flickered wildly (the notification), it soon crashed after trying to start Task Manager wth CTRL-ALT-DEL to close the program "DDlandscape.EXE". I could not close the program with any other method.
Edited this for clarity, and accuracy.

Quote from: daydreamer on August 22, 2023, 12:19:12 AMcollection of SSEdemos and some not SSEdemos
The Showcase is for finished, i.e., debugged and tested programs.

Quote from: ShowcaseA gallery of finished applications by experienced members. Do not fill this full of junk or experiments, it is for finished applications. targets can be either 32 or 64 bit assembler applications. Non assembler application will be moved elsewhere

HSE

Equations in Assembly: SmplMath

daydreamer

Ok its not ready for showcase
Bresenham circle algo recursive proc to create 3d dimension
Combination of fpu creates curve LUT and MMX draws curved
2 rotating circles+ little size changing
Blended circles in different colors
Beginning floormapping with inc two different color channels,instead of uv texture coordinates
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 August 22, 2023, 03:36:29 PMOk its not ready for showcase
It's still interesting though, daydreamer.  :thumbsup:



jj2007

Google's app store:
In July 2023, there were more than 256,000 free apps in the education category, around 165,000 in the business category and just over 145,000 in the tools category.

In comparison, our ShowCase is not very populated, so go ahead, Magnus :biggrin:

daydreamer

#7
Quote from: jj2007 on August 23, 2023, 08:01:28 PMIn comparison, our ShowCase is not very populated, so go ahead, Magnus :biggrin:
I am busy looking at early 2004 floormapping code I want to optimize/further develop
it almost got partly obfuscated by its age  :greenclp:
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