shithub: lua9

RSS feed

38691037 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:40
Move draw module implementation to a separate file

45b732d4 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:35
Add missing color.c and event.c files

a4661716 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:32
Rename draw.initdraw() to draw.init()

86ec26aa – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:31
Move all libdraw event related function to an event module

c9c18dc3 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:22
Fix casing of exported draw constants

8db3ff18 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:20
Added color module to export color constants to lua

e2ad29c5 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:10
README: fix link to git9

e3a3564a – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:09
Major code refactoring

f00064c3 – telephil9 <telephil9@gmail.com> authored on 2020/10/22 00:36
Added allocimage() function

9cd8f1f0 – telephil9 <telephil9@gmail.com> authored on 2020/10/22 00:22
Expose missing Image attributes

8e5103be – telephil9 <telephil9@gmail.com> authored on 2020/10/21 17:26
Added ellipse() and fillellipse()

18b85275 – telephil9 <telephil9@gmail.com> authored on 2020/10/21 17:06
Added helper functions to simplify API implementation

47d9aa4b – telephil9 <telephil9@gmail.com> authored on 2020/10/21 16:01
Update README.md

a865847b – telephil9 <60197351+telephil9@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/21 17:50
Create LICENSE

109ad0e9 – telephil9 <60197351+telephil9@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/21 17:48
Update README.md

701a8f78 – telephil9 <telephil9@gmail.com> authored on 2020/10/21 15:45
Initial import