Giter Site home page Giter Site logo

pdlibs's Introduction

PDLIBS

Lua libraries created for game development on the Playdate.

The library is focused on object oriented design and is heavily dependant on the PlaydateSDK Objects library. See the README files in the respective directories and the comments in the source files concerning the usage of the library.

Modules

The library contains the following sub-modules.

  • Behavior: Modular Behavior-Tree implementation.
  • N-Gram: General N-Gram implementation.
  • Struct: Various general purpose data structures.
  • State: Simple Finite-State-Machine implementation
  • Util: Various utilities for debugging, string maniputation, variables, etc.

Usage

Check out the repository in your source/ folder and import the required file from the respective directory.

To avoid importing all files in a directory seperately, you can import the all.lua file from a directory to include all corresponding files in the submodule.

Convention: Properties starting with an underscore e.g. mytable._someFunction are considered to be private and should not be called from outside the file. These are usually helper functions or variables that hide the underlying functionality of the API.

License

This project is released under the GNU Lesser General Public License v3.0.

pdlibs's People

Contributors

berate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

domdomhaas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.