Difference between revisions of "Wasx"

m
m (Fixed empty space at the top of the page.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#set:LOVE Version=0.11.x}}
+
Wasx is a very versatile input manager for LÖVE
 +
 
 +
There is a lot of "quality of life" features in this library that make your code less redundant and a lot cleaner.
 +
Find the repository on [https://github.com/PhytoEpidemic/Wasx GitHub]
 +
 
 +
{{#set:LOVE Version=11.x}}
 
{{#set:Description=A very versatile input manager for LÖVE}}
 
{{#set:Description=A very versatile input manager for LÖVE}}
 
{{#set:Keyword=Input}}
 
{{#set:Keyword=Input}}
 
 
Wasx
 
 
A very versatile input manager for LÖVE version 0.11.x
 
 
 
Find the repository at [https://github.com/PhytoEpidemic/Wasx GitHub]
 
 
 
 
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Latest revision as of 09:42, 17 August 2022

Wasx is a very versatile input manager for LÖVE

There is a lot of "quality of life" features in this library that make your code less redundant and a lot cleaner. Find the repository on GitHub