by
Published on 18-05-2011 03:00
Number of Views: 23187
ThinBASIC offers the continuously developed TBGL library since year 2005. It is module focusing on providing way to draw graphics hardware accelerated way, but only with features which are widely adopted. That means, only "safe" functionality is added, so programmer can sleep peacefuly, because his scripts will run on any PC with properly installed GPU drivers.
But in real world, there are situations, when you simply need to use even the cutting edge features or features not commonly implemented by all hardware vendors. One of such a features is offscreen rendering, and this article will tell you for what it can be useful, what are the basic principles and it finally gives you sample implementation and script examples.
...
Advent of Code, 2024 - Day 02
Thread Starter: Petr SchreiberHi, I would like to share a possible solution for day 2 of Advent of Code 2024. SPOILERS BELOW The assignment can be found at...
Last Post By: Petr Schreiber Today, 16:24