https://github.com/jerakin/superstrict
Library to simplify using Superstrict
https://github.com/jerakin/superstrict
defold-library defold-module lua superstrict
Last synced: about 1 month ago
JSON representation
Library to simplify using Superstrict
- Host: GitHub
- URL: https://github.com/jerakin/superstrict
- Owner: Jerakin
- Created: 2019-04-25T09:12:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T21:51:24.000Z (about 5 years ago)
- Last Synced: 2025-03-26T21:11:11.400Z (about 1 year ago)
- Topics: defold-library, defold-module, lua, superstrict
- Language: Lua
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Superstrict
Super strict is a module for Defold that makes it easier to use and reuse super strict in your projects.
# Installation
You can use Superstrict in your own project by adding this project as a [Defold library dependency](http://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:
https://github.com/Jerakin/superstrict/archive/master.zip
# Usage
If you do not have any Native extensions then you will only need to require the lock `local lock = require "superstrict.lock"` if you want to exclude extensions or other global names then you can add them to superstrict `lock.add({"clipboard", "rnd"})`