C++ Coding MagPi #68 - Printable Version +- Forums (http://www.scratchpadgames.net/forums) +-- Forum: MagPi articles (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=7) +--- Forum: General Chat (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=8) +--- Thread: C++ Coding MagPi #68 (/showthread.php?tid=51) |
C++ Coding MagPi #68 - Brian Beuken - 03-18-2018 And now we can see ourself putting in some new graphics, we've been doing a lot of techie stuff to set up, but its been needed, trying to visualise things without graphics makes things really hard But after this we now have Tiles, we have a basic framework to draw those tiles and shaders allowing us to place them in pixel perfect positions. Its not a very good shader, but we want to avoid anything too complex at the moment, so we can update it with better versions later. |