ext/

directory
v2.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: MIT

README

Extensions

Introduction

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.

Directories

Path Synopsis
Package imdraw implements a basic primitive geometry shape and pictured polygon drawing for Pixel with a nice immediate-mode-like API.
Package imdraw implements a basic primitive geometry shape and pictured polygon drawing for Pixel with a nice immediate-mode-like API.
Package text implements efficient text drawing for the Pixel library.
Package text implements efficient text drawing for the Pixel library.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL