Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.06 KB

pixels-under-mouse

pixels-under-mouse

Need to brew install love.

$ love .

It's all in main.lua. Edit the CGRect to however many pixels you want!

notes

This isn't that interesting on its own. Just is a useful building block for other stuff.

I've pushed hard to keep it in one file and have no hard dependencies (other than LÖVE, but that's big, widely-used and well-supported, and seems easy enough to install).

It's very cool to have an inline, live view of memory usage (memoryusage.lua here). You can comment and uncomment every fix you try for a memory leak, hot reload it in, and watch the velocity of that memory usage number change. almost want to have that (derivative of memory usage) as another separate metric. maybe draw it as a vector or something

hah

license

MIT