class Silmaril::Prototype
- Silmaril::Prototype
- Reference
- Object
Included Modules
- Math
Defined in:
silmaril/prototype.crConstructors
Instance Method Summary
- #circle(at : Point, radius : Float64, col : Colour)
- #frame : Int32
- #plot(at : Point, col : Colour)
- #rect(at : Point, size : Size, col : Colour)
- #run
- #scale : Int32
- #setup
- #size : {Int32, Int32}
- #update
- #window : SF::RenderWindow
Constructor Detail
def self.new(size : Tuple(Int32, Int32) = {352, 272}, scale : Int32 = 2, bgcol : Int32 = 0, title : String = "Prototype")
#