scratch-renderer

A lascra program which renders a triangle (And demonstrates a use of lascra)

Compiling

Lascra can be used to compile to program to run it on scratch. bit-turtle/lascra

  • lascra.exe MySprite.sprite3 image.scra texture.scra triangle.scra example.scra
    • Creates a project with a textured triangle which goes to the mouse
  • lascra.exe MySprite.sprite3 rgb.scra colors.scra triangle.scra example.scra
    • Creates a project with a colored triangle which goes to the mouse
  • lascra.exe MySprite.sprite3 image.scra texture.scra triangle.scra perspective.scra example3D.scra
    • Creates a project with a 3D textured triangle moving in a circle