Planimeter / game-framework

Planimeter Game Framework - LuaJIT FFI-based game development framework for Lua
MIT License
89 stars 3 forks source link

Corner-rounded Rectangle primitive #4

Closed revolucas closed 7 years ago

revolucas commented 7 years ago

primitive.lua: Extension to function rectangle. Specifying a corner radius will draw a rectangle with rounded corners, even possible to draw a circle if width and height are the same and cornerRadius is 90 or above. Example: http://imgur.com/a/rZgf0

andrewmcwatters commented 7 years ago

Nice!!