create account

How the GPU revolutionized the 3D Visualization and Gaming Industry by alexdory

View this thread on: hive.blogpeakd.comecency.com
· @alexdory · (edited)
$6.36
How the GPU revolutionized the 3D Visualization and Gaming Industry
The not boring version; a concise guide for the ones not looking to fall asleep (I hope).

Let's experiment further and see who appreciates niche science put in a simple way. Since my kind of science keeps me in front of a computer all day long, to the point where even the closest people to me are saying that I am estranged, let me bring you something about my other work. 

You must know by now that I am working in the Aviation Industry, and that sounds cool, I take it. But most of my work is not necessarily myself working in-between aircraft, but rather coding something new or standing with my eyes glued to the computer screen comparing milliseconds between programming methods. 

https://cdn.steemitimages.com/DQmbdMM4LEdg2xpwTcusfn1PfpfitdrJjgbU5Y3nEauiNZp/image.png 
<sub>Rendered car using a shader and textures. <a href="https://pixabay.com/ro/renault-clio-sport-autos-1671405/">Source</a></sub>

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h4>So how are things displayed on a screen? </h4>
In the past, each game developer would create sprites and display them by telling the CPU (central processing unit) to draw them pixel by pixel. Because the sprites were relatively small, a few pixels by a few pixels each, representing a very small character walking in a two or three step succession of images, the time that the CPU was spending to draw this pixel by pixel was small. But this meant that all the sprites needed to be coded and their animation needed to be written on a per case job. Some character would even reuse the same animations with different colors, for faster production time. 

We are talking about these times, the 1980's, the times of the first arcade games and the first consoles: 
https://upload.wikimedia.org/wikipedia/commons/9/93/Acetronic-MPU-1000.jpg
<sub>Acetronic-MPU-1000</sub>
<a href="https://commons.wikimedia.org/wiki/File:Acetronic-MPU-1000.jpg">Source</a>

The problem was obvious. Having to draw each frame on its own was utter nonsense and it would keep the CPU from doing other tasks, more closely related to gameplay. The consoles started to be popular and the developers wanted to offer more. The competition between consoles was harder and the manufacturer who offered simpler developer tools was the one to win. Teams of developers usually consisted of very few unspecialized teenagers in their own garages. 

So the first console makers started integrating specialized hardware, a Graphical Processing Unit or a GPU. At first it was very small and would only allow a limited acceleration of the sprites, but soon after the involvement of Nvidia, the first real GPU came out with the GeForce 256. 

<div class=pull-right><img src="https://media.giphy.com/media/qEbo6MHIjbu1O/giphy.gif"><sub>Example of a primitive animation using a GPU. </sub></div>
This helped free up the CPU to do other gameplay intensive tasks. 
By using a simple set of instructions which were pre-written, all the developers could free their time to concentrate on the quality of the game rather than manually animate everything.

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h4>The difference between CPU and GPU</h4>
The CPU is not made to support parallelization. Although the latest CPU's are now multicore and the technology advances with each new generation, so are the software needs that come with the new version software. These being said, the CPU can only offer us a limited number of threads like 8,16 or maybe even 28 in some next-gen models, while a GPU, which was designed to run things in parallel can boast up to 

<center><b>16*3584 threads = 57344 threads</b><sup><a href="https://www.nvidia.com/en-gb/geforce/products/10series/geforce-gtx-1080-ti/">Source</a></sup></center> 
A little more than a CPU, right? :D 
Faster and easier to write software for GPU's? Take my money!

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h4>How do you get to the GPU then?</h4>
We have this simple schema to keep you in the loop: 

https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/Generic_block_diagram_of_a_GPU.svg/818px-Generic_block_diagram_of_a_GPU.svg.png
<sub>Block diagram of a GPU. If you can't follow it, you can relax, it took me a while to get it, just now.<a href="https://commons.wikimedia.org/wiki/File:Generic_block_diagram_of_a_GPU.svg">Source</a></sub>

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h4>Let me try a simpler way to explain it. </h4>
Let's say you software needs a visualization. You need to integrate a 3D graphical engine. This is a pre-written set of tools which accesses the GPU in a streamlined and efficient way. To choose a 3D engine, you can choose one of the many free,open-source or free for indie producers, especially if you don't plan on making a very successful game from the first try. Pricing options can be a little steep on some graphical engines but they are usually next-gen (state of the art technology). 

https://upload.wikimedia.org/wikipedia/commons/0/0d/BgeCarSc.jpg
<sub>A game engine's basic tools to create a simple "car" resource. <a href="https://commons.wikimedia.org/wiki/File:BgeCarSc.jpg">Source</a></sub>

Then you need a 3D resource creating software like 3ds max or Maya or another solution, in which you need to create the 3D resources,distribute and set up the rendering techniques and assign the texture units on models. 

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

 <h4>Programming aditional effects or post processing</h4>
The effects are usually added via shaders, which can be pixel or vertex shaders. Shaders are small computer programs usually written in a specialized programming language, two of the most usual being Cg (C for Graphics) and (HLSL - High-Level Shader Language). They are very fast to be executed and do not even require compilation before running as everything is sent to the GPU straight away. Pixel shaders are a lot more intensive, especially at higher resolutions because every pixel needs to be colored after the image has already been rendered, while vertex shaders are much faster but they do require a lot of geometry being modeled by a 3D modeler, in order to apply all the transformation to each vertex. 

https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Division_of_labor_cpu_and_gpu.svg/1024px-Division_of_labor_cpu_and_gpu.svg.png

<sub>Again you see the difference of tasks being split between the CPU and the GPU. <a href="https://commons.wikimedia.org/wiki/File:Division_of_labor_cpu_and_gpu.svg">Source</a></sub>

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h4>Conclusion</h4>
Developing a 3D visualization or a game is not that hard of a task as it was in the past. Creating amazing resources is much easier now, GPU's are more advanced and allow for less and less work for creating next-gen graphics. 
Latest GPU's are now even more advanced with Intel, a non-contender in the past, joining the fight and taking away from the big players like AMD and Nvidia's markets. 
Creators are now free to choose from a plethora of solutions of game engines, shaders, programming languages and forums to guide them, resulting in what we see as an explosion of next-gen games released by small studios and the fact that the <a href="https://www.quora.com/Is-the-Video-Game-industry-bigger-than-the-Film-and-Music-Industries">gaming industry has overtaken the Hollywood Box Office</a>.

<h4>If you are interested in more information about game engines, programming languages or creating resources for 3D Games or Visualizations, then tell me in the comments below and I can answer your questions. Do you want a more in-depth technical article involving the pipeline? Can do that too if there is interest. </h4>

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h4>Further reading:</h4>
https://en.wikipedia.org/wiki/Game_engine
https://en.wikipedia.org/wiki/Shader
https://ieeexplore.ieee.org/abstract/document/4490127
https://en.wikipedia.org/wiki/List_of_home_computers_by_video_hardware
https://dl.acm.org/citation.cfm?id=1406887 - oldie but goldie, this was what taught me most of what I needed to know to start the 3D project I am working on for 10 years. 

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

<h2>Don't forget to drop by #SteemSTEM, the place where science is being done daily. Don't be a stranger to science and we will always listen to what you have to say! And if you want to contribute with original ideas, we'll even help you do it.  Ask me and I will answer every single one of you how to improve your blogs here.  </h2>

https://steemitimages.com/0x0/https://cdn.steemitimages.com/0x0/https://cdn.steemitimages.com/DQmNTzj8VK1LSMxfRRUmUWZmwi9bXqiJqfZLA2qEuNfzcyz/image.png
<center><div class=phishy>SteemSTEM is a community project with the goal to promote and support Science, Technology, Engineering and Mathematics on the Steem blockchain. If you wish to support the SteemSTEM project you can:</div>

Contribute STEM content using the #steemstem tag | Support SteemSTEM authors | Join our curation trail | Visit our <a href="https://discord.gg/NUyvsd">Discord</a> community | Delegate SP to SteemSTEM</center>

#### <center>Convenient Delegation Links:</center>

**<center> [50 SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=101913.0159%20VESTS) | [100SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=203826.0318%20VESTS) | [500SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=1019130.1592%20VESTS) | [1,000SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=2038258.3074%20VESTS) | [5,000SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=10191291.5921%20VESTS) | [10,000SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=20382581.1841%20VESTS) | [50,000SP](https://steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=steemstem&vesting_shares=101912901.9206%20VESTS) </center>**

https://steemitimages.com/0x0/https://steemitimages.com/DQmRWu6pCLdJh7fAPc5Rd7PXvPBek3RT5nyWz3hfx5wnGFN/image.png

I also didn't forget my friends @TheSteemEngine. 
[![steemengineBannerAnimation(test).gif](https://steemitimages.com/DQmbL3cUmuD8wEbAhqqPtZcxA1QX1PmgQjY6nsMb5XZBepw/steemengineBannerAnimation(test).gif)](https://steemit.com/introduceyourself/@thesteemengine/introducing-the-steem-engine-initiative)

Cheers to everyone following and reading! Engage more on Steem and your opinion will get voted and your account will get noticed. Everyone likes articulated people :D
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 171 others
properties (23)
authoralexdory
permlinkhow-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry
categoryscience
json_metadata{"tags":["science","technology","blog","steemstem","thesteemengine"],"app":"steem-plus-app"}
created2018-10-19 20:44:48
last_update2018-10-19 20:45:51
depth0
children15
last_payout2018-10-26 20:44:48
cashout_time1969-12-31 23:59:59
total_payout_value4.928 HBD
curator_payout_value1.436 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,233
author_reputation6,862,980,134,251
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout100,000.000 HBD
percent_hbd10,000
post_id73,643,830
net_rshares5,393,912,654,453
author_curate_reward""
vote details (235)
@alexander.alexis ·
$0.05
Well the GPU is definitely the more popular thing, by means of the graphics card! Can't play the game? You need a better graphics card! That's how everyone gets to know about them. Besides memory, it's possibly the only thing that laypeople are interested in buying separately that is actually located inside the computer. .. And I didn't know Intel is becoming competitive in the area, interesting.
👍  
properties (23)
authoralexander.alexis
permlinkre-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20181020t174221725z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-10-20 17:42:33
last_update2018-10-20 17:42:33
depth1
children0
last_payout2018-10-27 17:42:33
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length399
author_reputation21,140,508,991,402
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,700,620
net_rshares45,151,541,570
author_curate_reward""
vote details (1)
@bengy ·
$0.06
I remember being around in the first days of the dedicated GPU... it was a completely weird thing to have a standalone card to render 3D games like Quake and things like that! These days it's a given for any serious gamer, these last Nvidia 10XX series are really some kick-arse little beasties! I'm hoping that I don't need to upgrade them for a little while!
👍  
properties (23)
authorbengy
permlinkre-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20181020t190736624z
categoryscience
json_metadata{"tags":["science"],"app":"steemit/0.1"}
created2018-10-20 19:07:39
last_update2018-10-20 19:07:39
depth1
children0
last_payout2018-10-27 19:07:39
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length360
author_reputation1,246,924,699,713,651
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,705,474
net_rshares48,397,790,089
author_curate_reward""
vote details (1)
@hivebuzz ·
Congratulations @alexdory! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@alexdory/upvotes.png?202005311031"></td><td>You distributed more than 19000 upvotes. Your next target is to reach 20000 upvotes.</td></tr>
</table>

<sub>_You can view [your badges on your board](https://hivebuzz.me/@alexdory) And compare to others on the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/shop"><img src="https://images.hive.blog/64x128/https://i.imgur.com/soiD80C.png"></a></td><td><a href="/hivebuzz/@hivebuzz/shop">Introducing HiveBuzz Shop - Offer gifts with your favorite badges</a></td></tr></table>

###### Support the HiveBuzz project. [Vote for our proposal](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22109%22%5D&approve=true)!
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-alexdory-20200531t103947000z
categoryscience
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2020-05-31 10:39:45
last_update2020-05-31 10:39:45
depth1
children0
last_payout2020-06-07 10:39:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,086
author_reputation369,457,370,597,515
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id97,689,403
net_rshares0
@king-of-disease ·
king-of-disease-1554040986402
You have been infected by the [***King of Disease!***](https://steempeak.com/@king-of-disease/beware-the-steem-plague-is-here)

Will you quarantine yourself?

Or will you spread the plague?

<center>![King Of Disease](http://minnowshares.net/king-of-disease.png)</center>
    
properties (22)
authorking-of-disease
permlinkking-of-disease-1554040986402
categoryscience
json_metadata{"app":"king-of-disease/1.33.7","format":"markdown","tags":["king-of-disease"]}
created2019-03-31 14:03:06
last_update2019-03-31 14:03:06
depth1
children0
last_payout2019-04-07 14:03:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation735,236,958,306
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,249,599
net_rshares0
@steemitboard ·
Congratulations @alexdory! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/payout.png)](http://steemitboard.com/@alexdory) Award for the total payout received
[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/posts.png)](http://steemitboard.com/@alexdory) Award for the number of posts published

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-ranking-update-resteem-and-resteemed-added"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmfRVpHQhLDhnjDtqck8GPv9NPvNKPfMsDaAFDE1D9Er2Z/header_ranking.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-ranking-update-resteem-and-resteemed-added">SteemitBoard Ranking update - Resteem and Resteemed added</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-alexdory-20181020t133305000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-10-20 13:33:03
last_update2018-10-20 13:33:03
depth1
children0
last_payout2018-10-27 13:33:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,367
author_reputation38,975,615,169,260
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,686,621
net_rshares0
@steemitboard ·
Congratulations @alexdory! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@alexdory/votes.png?201811081637</td><td>You made more than 7000 upvotes. Your next target is to reach 8000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@alexdory)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/steemfest3-and-steemitboard-meet-the-steemians-contest"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/steemfest3-and-steemitboard-meet-the-steemians-contest">SteemFest3 and SteemitBoard - Meet the Steemians Contest</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-alexdory-20181108t184043000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-08 18:40:42
last_update2018-11-08 18:40:42
depth1
children0
last_payout2018-11-15 18:40:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,264
author_reputation38,975,615,169,260
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,931,997
net_rshares0
@steemitboard ·
Congratulations @alexdory! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@alexdory/votes.png?201812081806</td><td>You made more than 8000 upvotes. Your next target is to reach 9000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@alexdory)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/5jrq2c-steemitboard-saint-nicholas-day"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/mGo2Zd.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/5jrq2c-steemitboard-saint-nicholas-day">Saint Nicholas challenge for good boys and girls</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-alexdory-20181208t184041000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-12-08 18:40:39
last_update2018-12-08 18:40:39
depth1
children0
last_payout2018-12-15 18:40:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,177
author_reputation38,975,615,169,260
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,555,248
net_rshares0
@steemitboard ·
Ho Ho Ho! @alexdory, one of your Steem friend wished you a Merry Christmas and asked me to give you a new badge!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@alexdory/christmas2018.png</td><td><p>SteemitBoard wish you a Merry Christmas!<br>May you have good health, abundance and everlasting joy in your life.</p></td></tr></table>

To see who wanted you to receive this special gift, click [here](https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends#@alexvan/alexvan-re-steemitboard-christmas-challenge-send-a-gift-to-to-your-friends-20181225t131922855z)!

<sub>_[Click here to view your Board](https://steemitboard.com/@alexdory)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends-the-party-continues"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/kf4SJb.png"></a></td><td><a href="https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends-the-party-continues">Christmas Challenge - The party continues</a></td></tr><tr><td><a href="https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/kf4SJb.png"></a></td><td><a href="https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends">Christmas Challenge - Send a gift to to your friends</a></td></tr></table>
properties (22)
authorsteemitboard
permlinksteemitboard-notify-alexdory-20181226t094141000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-12-26 09:41:42
last_update2018-12-26 09:41:42
depth1
children0
last_payout2019-01-02 09:41:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,557
author_reputation38,975,615,169,260
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,398,630
net_rshares0
@steemitboard ·
Congratulations @alexdory! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@alexdory/birthday1.png</td><td>1 Year on Steemit</td></tr></table>

<sub>_[Click here to view your Board](https://steemitboard.com/@alexdory)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steem/@steemitboard/steemwhales-has-officially-moved-to-steemitboard-ranking"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmfRVpHQhLDhnjDtqck8GPv9NPvNKPfMsDaAFDE1D9Er2Z/header_ranking.png"></a></td><td><a href="https://steemit.com/steem/@steemitboard/steemwhales-has-officially-moved-to-steemitboard-ranking">SteemWhales has officially moved to SteemitBoard Ranking</a></td></tr><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-witness-update-2019-01-07"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/7CiQEO.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-witness-update-2019-01-07">SteemitBoard - Witness Update</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-alexdory-20190108t150933000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-01-08 15:09:33
last_update2019-01-08 15:09:33
depth1
children0
last_payout2019-01-15 15:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,341
author_reputation38,975,615,169,260
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,078,104
net_rshares0
@steemitboard ·
Congratulations @alexdory! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@alexdory/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@alexdory) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=alexdory)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-alexdory-20200108t135936000z
categoryscience
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2020-01-08 13:59:36
last_update2020-01-08 13:59:36
depth1
children0
last_payout2020-01-15 13:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length620
author_reputation38,975,615,169,260
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,184,497
net_rshares0
@steemmillionaire ·
Happy Thanksgiving day, @alexdory! Thank you for your contribution to the Steem science community. Many thanks for the high quality of the articles you are creating!

Posted using [Partiko Messaging](https://steemit.com/@partiko)
properties (22)
authorsteemmillionaire
permlinksteemmillionaire-re-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20181122t165043499z
categoryscience
json_metadata{"app":"partiko","from_partiko_messaging":true}
created2018-11-22 16:50:48
last_update2018-11-22 16:50:48
depth1
children0
last_payout2018-11-29 16:50:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length229
author_reputation128,650,232,391,597
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,742,447
net_rshares0
@steemstem ·
$1.56
re-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20181020t085748128z
<div class='text-justify'> <div class='pull-left'> <br /> <center> <img width='125' src='https://i.postimg.cc/9FwhnG3w/steemstem_curie.png'> </center>  <br/> </div> <br /> <br /> 

 This post has been voted on by the **SteemSTEM** curation team and voting trail in collaboration with **@curie**. <br /> 
 If you appreciate the work we are doing then consider [voting](https://www.steemit.com/~witnesses) both projects for witness by selecting [**stem.witness**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=stem.witness) and [**curie**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=curie)! <br /> 
For additional information please join us on the [**SteemSTEM discord**]( https://discord.gg/BPARaqn) and to get to know the rest of the community! </div>
👍  ,
properties (23)
authorsteemstem
permlinkre-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20181020t085748128z
categoryscience
json_metadata{"app":"bloguable-bot"}
created2018-10-20 08:57:51
last_update2018-10-20 08:57:51
depth1
children0
last_payout2018-10-27 08:57:51
cashout_time1969-12-31 23:59:59
total_payout_value1.171 HBD
curator_payout_value0.389 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length800
author_reputation262,017,435,115,313
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,673,761
net_rshares1,287,675,455,597
author_curate_reward""
vote details (2)
@suesa ·
$0.04
Can you use that to visualize viruses after someone has !sneeze -ed at you? 
👍  
properties (23)
authorsuesa
permlinkre-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20190331t140258993z
categoryscience
json_metadata{"tags":["science"],"app":"steempeak/1.9.4"}
created2019-03-31 14:03:03
last_update2019-03-31 14:03:03
depth1
children0
last_payout2019-04-07 14:03:03
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation218,686,954,260,455
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,249,595
net_rshares50,508,855,098
author_curate_reward""
vote details (1)
@thesteemengine ·
Congratulations! This post has been chosen as one of the daily Whistle Stops for The STEEM Engine!

<center>[![](https://ethandsmith.com/wp-content/uploads/2017/12/commentSTEEMengine.jpg)](https://steemit.com/@thesteemengine)</center>

You can see your post's place along the track here: [The Daily Whistle Stops, Issue 287 (10/20/18)](https://steemit.com/curation/@thesteemengine/the-daily-whistle-stops-issue-287-102018)
properties (22)
authorthesteemengine
permlinkre-alexdory-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-20181022t090025588z
categoryscience
json_metadata{"tags":["science"],"image":["https://ethandsmith.com/wp-content/uploads/2017/12/commentSTEEMengine.jpg"],"links":["https://steemit.com/@thesteemengine","https://steemit.com/curation/@thesteemengine/the-daily-whistle-stops-issue-287-102018"],"app":"steemit/0.1"}
created2018-10-22 09:00:27
last_update2018-10-22 09:00:27
depth1
children0
last_payout2018-10-29 09:00:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length422
author_reputation29,011,027,184,792
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,802,533
net_rshares0
@verifyme ·
@alexdory You have received a 100% upvote from @intro.bot because this post did not use any bidbots and you have not used bidbots in the last 30 days!

Upvoting this comment will help keep this service running.
properties (22)
authorverifyme
permlinkre-how-the-gpu-revolutionized-the-3d-visualization-and-gaming-industry-alexdory-verifyme-randomvote
categoryscience
json_metadata{"tags":["verifyme","random-upvote"],"users":["alexdory","intro.bot"],"app":"null/null","format":"markdown"}
created2018-10-21 01:08:57
last_update2018-10-21 01:08:57
depth1
children0
last_payout2018-10-28 01:08:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation-705,247,747,464
root_title"How the GPU revolutionized the 3D Visualization and Gaming Industry"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,720,227
net_rshares0