Skip to content

PodeCaradox/MonoGame-HardwareInstancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"MonoGame-HardwareInstancing"

this project shows how MonoGame.Framework.Compute.DesktopGL 3.8.1.3, can draw many isometric tiles with more gpu usage than spritebatch and still be dynamic(normaly you only would update tileIds and not all tiles, or animate the tiles in the Compute Shader).

Can be used on Linux/Windows/Mac.

(the array filling is culled and filled in the compute shader) ;) Preview

It was just a sideproject for my game, so i could test it, and like the image shows it just works perfect :) Project (its a 1000 x 1000 tile map and only camera view will be drawn)