Extensions are a way to extend the features and functionality of Pixel. They are the communities contribution
to pushing Pixel to the next level.
Extension List
gameloop - An extension that allows you to run a game loop in Pixel.
imdraw - An extension that allows you to draw primitives in Pixel.
text - An extension that allows you to draw text in Pixel.
Creating a Plugin
Plugins are just a collection of files that are placed in the plugins directory. The directory name
is the name of the plugin. The plugin directory must contain a README.md file that describes the plugin.
Make sure to provide some example code in the README so that users are aware of how to use the plugin.
You are encouraged to create an example of your plugin in the pixel-examples. This will allow users
to see your plugin in action and how to use it.