Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Last active June 1, 2024 09:54
Show Gist options
  • Save ericoporto/f9e1c47e479cb86d5bdfc5c04126d9dd to your computer and use it in GitHub Desktop.
Save ericoporto/f9e1c47e479cb86d5bdfc5c04126d9dd to your computer and use it in GitHub Desktop.
☕eri0o's Adventure Game Studio Repositories!

eri0o's Adventure Game Studio Repositories!

Using AGS for some time now, here's a list of things I made!

Script Modules

Engine Plugins

  • agsserialport | Downloads ⇩ | Build Status

    • A Serial Port plugin for AGS, useful for using Arduino with Adventure Game Studio
  • agsimgui | Downloads ⇩ | Build Status

    • An ImGui plugin for Adventure Game Studio, so you can create beautiful and fast GUIs using AGS Script.
  • agsbox2d | Downloads ⇩ | Build Status

    • AgsBox2D is a physics plugin for Adventure Game Studio that gives access to the Box2D library created by Erin Catto. API is more inspired in the one used in Löve than the original Box2D one.
  • agssqlite | Downloads ⇩ | Build Status

    • SQLite plugin for Adventure Game Studio, adds way to store and retrieve information from local SQLite databases!
  • agsfastwfc | Downloads ⇩ | Build Status

    • AGS Fast Wave Function Collapse Plugin, makes magical self fiting tile patterns!
  • agsjoy | Downloads ⇩ | Build Status

    • Reverse engineered version of the agsjoy plugin, includes Linux port.
  • agsshell | Downloads ⇩ | Build Status

    • AGS Shell plugin for Linux and Windows, run command line from ags.

Editor Plugins

  • agsModuleList | Downloads ⇩ | Build Status
    • includes both the agsModuleList website and the agsget Editor Plugin, which makes finding and downloading AGS Modules easy. If you want to update or add your module, open a PR. Any questions, open an issue.

Open Source Games

Miscellaneous

Forks

  • AGS-Controller | Downloads ⇩ | Build Status

    • AGS-Controller is a SDL2 Gamepad plugin for AGS, this fork has CI integration to provide automatic cross platform builds.
  • AGSWaves | Downloads ⇩ | Build Status

    • AGSWaves provides helpful features to work around ags3 sound limitation and other things. This fork has CI integration to provide automatic cross platform builds.
  • agslua | Downloads ⇩ | Build Status

    • agslua plugin adds lua support to 3.x AGS Editor. This fork adds CI integration to provide builds for Linux and MacOS.
  • AGSNormalMap | Downloads ⇩ | Build Status

    • Adds normalmaps for AGS! This fork adds CI integration to provide cross platform builds.
  • ags | Build Status

    • personal fork of ags where I do development experiments.
  • lib-allegro | Build Status

    • personal fork of lib-allegro for experimenting.

Thank you for reading this list. If something is broken or needs changes, open an issue or hit me up on the forums.

Markdown | PHP BB | Repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment