News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

game graphics

Started by daydreamer, February 24, 2018, 05:10:54 AM

Previous topic - Next topic

daydreamer

want to share my stuff, so someone else with more time could use it
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

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

daydreamer

#2
because we discussed different ways of text, I must post this made with samsung 10.1 note,photoshop touch
maybe an idea for make code that makes text
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

Siekmanski

We can discuss a coding strategy to make such a text routine.
Which Api?
I would prefer Direct3D9.
Creative coders use backward thinking techniques as a strategy.

felipe

I agree with that!  :t

daydreamer

#5
Felipe, I was inspired for make some concept art for game
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

felipe


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

daydreamer

#8
I trained make some asciiart earlier so I got inspired and started with this 3D text
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

daydreamer

#9
testing martian 3d valles marineris.stl nasa resources files 3 tiles to .obj files and testrendered in landscape app
they are supposed to be 3d printed


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

Are you sure order is correct?

Look like last one must go in the middle.
Equations in Assembly: SmplMath

daydreamer

Quote from: HSE on November 14, 2022, 03:35:26 AM
Are you sure order is correct?

Look like last one must go in the middle.
no,from front to back,st1 tile,st2 tile,st3 tile,but that tile isnt placed correct
its made for 3d printing 3 tiles
take a look for yourself
https://nasa3d.arc.nasa.gov/detail/valles-marineris-6x
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

 :thumbsup:

Order is correct, but tiles are inverted in your graphic.

Equations in Assembly: SmplMath

daydreamer

Quote from: HSE on November 14, 2022, 09:18:58 AM
:thumbsup:

Order is correct, but tiles are inverted in your graphic.


Thanks, gonna look for inverse axis option when export  files

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