Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 632 Bytes

pengine.gs

This is a pen engine which is built for goboscript. It is designed to be used with backpack

Installation

To use this, make sure to install backpack

You can use the pengine library by adding these lines to goboscript.toml:

[dependencies]
pengine = "https://github.com/FAReTek1/pengine@<the version you want to use>"

Then, add this %include to your gs file: you can also use this to just %include everything

%include backpack/pengine/pengine