Hi Andreas,
here a screenshot running on Windows 10 :
and here is the snippet:
Code: Select all
; TESTING DRAWING TAGS & SDL
; --------------------------------------------------------------
@REQUIRE "rebelsdl"
LoadBrush(1, "test.png",
{ Hardware = True, Display = 1, LoadAlpha = True })
Local tags =
{ ; Width = 300, Height = 300,
; ScaleX = 0.5, ScaleY = 0.5,
; Rotate = 125,ù
; Transform = { 1, 0.5, 0, 0.5 },
; SmoothScale = True,
; AnchorX = 0.5, AnchorY = 0.5,
Transparency = 100
; Tint = 100,
; TintColor = #RED,
}
BeginDoubleBuffer(True)
Repeat
Cls(#RED)
DisplayBrush(1, #CENTER, #CENTER, tags)
Flip()
Forever
For the sdl commands, ok, I will update HW in the next weeks