itch.io is community of indie game creators and players

Devlogs

ver b2

EGOLOVE2d
A downloadable tool for Windows, macOS, and Linux

b1:

  • function color(nbcolor)
  • function point(x,y,nbcolor)
  • function line(x1,y1,x2,y2,nbcolor)
  • function rect(x,y,w,h,nbcolor)
  • function rectfill(x,y,w,h,nbcolor)
  • function circle(x,y,r,nbcolor)
  • function circlefill(x,y,r,nbcolor)
  • function text(content,x,y,nbcolor)
  • function linewidth(nb)

add:

  • function arc(x,y,r,start_angle,end_angle,nbcolor) --some problem with angle
  • function arcfill(x,y,r,start_angle,end_angle,nbcolor) --some problem with angle
  • function translate(x,y)
  • function rotate(angle)
  • function scale(x,y)
  • function stop()
  • function alpha(nb)

for more help see doc of gifboy

Files

  • EGOLOVE2d_b2.lua 2.7 kB
    Oct 28, 2020
Download EGOLOVE2d
Leave a comment