Author Topic: game graphics  (Read 6722 times)

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
game graphics
« on: February 24, 2018, 05:10:54 AM »
want to share my stuff, so someone else with more time could use it
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #1 on: April 21, 2018, 07:20:22 AM »
more stuff
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #2 on: June 05, 2018, 04:26:33 AM »
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
« Last Edit: November 14, 2022, 01:59:39 AM by daydreamer »
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2719
Re: game graphics
« Reply #3 on: June 05, 2018, 05:56:24 AM »
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

  • Member
  • *****
  • Posts: 1381
Re: game graphics
« Reply #4 on: June 05, 2018, 07:56:34 AM »
I agree with that!  :t

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #5 on: June 20, 2018, 04:00:20 AM »
Felipe, I was inspired for make some concept art for game
« Last Edit: June 23, 2018, 03:07:46 AM by daydreamer »
my none asm creations
http://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

  • Member
  • *****
  • Posts: 1381
Re: game graphics
« Reply #6 on: June 20, 2018, 04:27:18 AM »
Looks nice  :t

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #7 on: April 09, 2019, 05:04:10 AM »
some new freebie
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #8 on: October 12, 2020, 02:51:15 AM »
I trained make some asciiart earlier so I got inspired and started with this 3D text
« Last Edit: October 21, 2020, 09:53:28 PM by daydreamer »
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #9 on: November 14, 2022, 02:04:00 AM »
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


« Last Edit: November 17, 2022, 04:08:36 AM by daydreamer »
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2499
  • AMD 7-32 / i3 10-64
Re: game graphics
« Reply #10 on: November 14, 2022, 03:35:26 AM »
Are you sure order is correct?

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

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #11 on: November 14, 2022, 05:53:48 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
http://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

  • Member
  • *****
  • Posts: 2499
  • AMD 7-32 / i3 10-64
Re: game graphics
« Reply #12 on: November 14, 2022, 09:18:58 AM »
 :thumbsup:

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

Equations in Assembly: SmplMath

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: game graphics
« Reply #13 on: November 14, 2022, 11:46:52 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
http://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