1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-28 16:59:30 +00:00
Commit graph

18 commits

Author SHA1 Message Date
Firew0lf
390fec2b98 Forgot "PLACE_VRAM" in the example
Really, how did that happen ?
2015-08-21 17:01:25 +02:00
Firew0lf
a28a019db3 Added many things in the gfx.texture lib. 2015-08-21 15:59:19 +02:00
Firew0lf
fd885de68a Small fix in texture lib, Added a texture in "example.lua" 2015-08-21 12:48:20 +02:00
Reuh
85d8f60f94 Added fs lib; fs.list working. Added a simple shell. 2015-08-20 21:12:15 +02:00
Reuh
155a2e9805 Renamed os.run to ctr.run ; added ctr.hid.read
All other HID functions no longer update inputs when they are called.
2015-08-20 14:05:56 +02:00
Reuh
036c0a03ce Updated example
Now with 85% less eye bleeding. Also moved some dirs so it's more logical.
2015-08-20 12:28:33 +02:00
Firew0lf
58309b39c2 Added the 3D effect
Works nice, but can burn your eyes.
Warning: the example can actually burn your eyes.
2015-08-20 01:26:21 +02:00
Reuh
b772a42d28 Added ctr.gfx.getFPS, renamed ctr.hid.read to ctr.hid.keys, unload font from memory when exiting and did some cleaning 2015-08-19 17:14:02 +02:00
Reuh
7edb1e2f7b Added ctr.gfx.text and the Bitsream Vera font 2015-08-19 14:32:53 +02:00
Firew0lf
b5249e1957 Improved the gfx.startFrame() function to select a screen, Fixed some values now defined with the C ones 2015-08-19 01:46:04 +02:00
Firew0lf
0c2f641c74 Added some values in the gfx lib 2015-08-19 01:36:15 +02:00
Reuh
d21906c684 Added ctr.gfx.line, ctr.gfx.point and ctr.gfx.circle 2015-08-18 17:27:30 +02:00
Reuh
5c0292f914 Added angle support to ctr.gfx.rectangle 2015-08-18 16:55:38 +02:00
Reuh
e8d5c53cbf Added color.get/setBackground and color.RGBA8 2015-08-18 16:37:28 +02:00
Reuh
3441dd266f Added ctr.gfx.color lib; color.setDefault and color.getDefault working 2015-08-18 16:19:11 +02:00
Reuh
2584e46816 Added gfx.startFrame and gfx.endFrame 2015-08-18 15:40:54 +02:00
Reuh
0e42f25b8b Added ctr.hid lib, hid.read() working. 2015-08-18 14:52:20 +02:00
Reuh
03baa21c10 Added some code 2015-08-17 18:15:37 +02:00