An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by ashblue

A curated list of projects in awesome lists by ashblue .

https://github.com/ashblue/fluid-behavior-tree

Behavior trees for Unity3D projects. Written with a code driven approach on the builder pattern.

ai behavior-tree builder-pattern unity-package-manager unity3d unity3d-plugin

Last synced: 14 May 2025

https://github.com/ashblue/fluid-dialogue

A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.

dialogue dialogue-systems scriptableobject unity-package-manager unity3d unity3d-plugin

Last synced: 08 Apr 2025

https://github.com/ashblue/unity-animator-helpers

A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.

animation animator micro-framework scriptableobject unity unity2d unity3d

Last synced: 21 Jul 2025

https://github.com/ashblue/unity-skill-tree-editor

Example Unity custom graph editor for editing skill trees.

Last synced: 06 Oct 2025

https://github.com/ashblue/fluid-stats

A Unity3D character stats system for handling health, energy, defense, attack, ect. Supports dynamic stat values with modifiers such as addition, subtraction, multiplication, and division.

combat stats unity-package unity3d unity3d-plugin

Last synced: 24 Oct 2025

https://github.com/ashblue/unity-quest-journal

A Unity 3D package for managing complex or simple quests in video games. Inspired by The Witcher 3 and Skyrim like quest management systems.

Last synced: 16 Mar 2025

https://github.com/ashblue/fluid-state-machine

A finite state machine micro-framework for Unity3D focused on a pure code implementation.

finite-state-machine fsm unity-package-manager unity3d unity3d-plugin

Last synced: 10 Apr 2025

https://github.com/ashblue/pathfinding-platformer

JavaScript algorithm for A* Pathfinding in a platformer game. Includes a notion of gravity and able to take into account complex obstacles and jumping.

Last synced: 19 Mar 2025

https://github.com/ashblue/fluid-unique-id

A micro-framework to manage unique IDs in scenes with Unity

micro-framework prefabs repair-window scene unique-id unity unity3d

Last synced: 12 May 2025

https://github.com/ashblue/unity-elastic-inventory

An easy to use Unity inventory framework built with scaling and extendability in mind

equipment extendable inventory unity-package-manager unity3d

Last synced: 24 Oct 2025

https://github.com/ashblue/unity-2d-parallax

Custom toolset for 2D Parallaxing in Unity

Last synced: 05 Aug 2025

https://github.com/ashblue/simple-tween-js

A lightweight tweening micro-framewrok for your JavaScript projects. Only 2.8kb when minified.

Last synced: 19 Mar 2025

https://github.com/ashblue/oyster-package-generator

Oyster is a package generator for Unity Package Manager (UPM). It generates a best standards Unity package with automated deployments via CLI. Focus on coding your package instead of deployments, changelogs, ect.

cli commitizen generator git-flow package-generator unity unity-package-manager unity3d upm

Last synced: 10 Apr 2025

https://github.com/ashblue/unity-simple-spellcheck

A simple spell check tool for the Unity editor

Last synced: 19 Mar 2025

https://github.com/ashblue/javascript-pathfinding

A* algorithm for pathfinding on a tile grid in JavaScript.

Last synced: 24 Oct 2025

https://github.com/ashblue/fluid-behavior-tree-ctf-example

CTF example that demonstrates how an AI might be written with Fluid Behavior Tree

Last synced: 16 Aug 2025

https://github.com/ashblue/canvas-prime

A minimal OOP HTML5 game engine that uses extendable classes for its engine and objects without any libraries.

Last synced: 19 Mar 2025

https://github.com/ashblue/unity-package-manager-git-example

Example Unity3D projects that demonstrates how to use the new package manager with a Git repo.

Last synced: 12 Jul 2025

https://github.com/ashblue/unity-simple-settings

Access static serialized files in Unity from your resources folder. Automatically initializes a runtime safe copy when the game starts.

unity unity3d

Last synced: 12 Aug 2025

https://github.com/ashblue/unity-timeline-dialogue-tool-sample

An example of how to use Unity's timeline tools with printed dialogue. Demonstrates how it could be used for dialogue boxes, subtitles, shoutboxes, ect.

Last synced: 19 Mar 2025

https://github.com/ashblue/fluid-database

A simple key value pair database for Unity3d projects that supports string, bool, float, and int.

Last synced: 10 Apr 2025

https://github.com/ashblue/canvas-sat

HTML5 JavaScript Canvas - Separating Axis Test (SAT) Demo

Last synced: 11 Sep 2025

https://github.com/ashblue/upm-package-populator

A node.js build script to populate a nested package in a Unity Package Manager project to a dist folder. Also cross populates root package.json to the UPM package.

Last synced: 13 Apr 2025

https://github.com/ashblue/uvpm-server

A private Unity package manager server for Ultra Violet Package Manger (UVPM). The back-end server portion of the software.

package-manager server unity3d

Last synced: 19 Mar 2025

https://github.com/ashblue/unity-ui-node-printer

Generic API for printing out complex UI graphs such as skill trees

Last synced: 28 Oct 2025

https://github.com/ashblue/rect-wars

Rectangle wars is a retro style space shooter where you play as pixel, defender of the 2D universe. The game is built on the Canvas Prime engine and uses IndexedDB to record data.

Last synced: 19 Mar 2025

https://github.com/ashblue/fast-crop

HTML5 Canvas cropping utility that uses the File API to crop images in browser. All rendering is done client-side and finalized image is exported.

Last synced: 03 Oct 2025

https://github.com/ashblue/unity-simple-singleton

An easy to use singleton class for Unity3d projects. Easily installable as a package.

Last synced: 19 Mar 2025

https://github.com/ashblue/unity-event-plus

A simple wrapper utility to use interfaces with UnityEvent classes

Last synced: 17 Oct 2025

https://github.com/ashblue/unity-simple-notifications

A simple UPM package for displaying message notifications to a user

Last synced: 31 Aug 2025

https://github.com/ashblue/unity-find-and-replace

A simple modular find and replace utility for Unity3D projects

Last synced: 19 Mar 2025

https://github.com/ashblue/unity-additive-level-loading

http://blueashes.com/2015/game-development/unity-live-training-additive-level-loading/

Last synced: 07 Apr 2025

https://github.com/ashblue/adnc-utilities

Unity utilities used for A Dragon Named Coal

Last synced: 19 Mar 2025

https://github.com/ashblue/fluid-state-machine-examples

Door with lock and pressure plate state machine examples for Fluid State Machine

Last synced: 07 Apr 2025

https://github.com/ashblue/unity-save-restore

Save and restore system for maintaining ScriptableObject(s) via serialization

Last synced: 07 Apr 2025

https://github.com/ashblue/terra

Last synced: 07 Sep 2025

https://github.com/ashblue/upm-package-nsubstitute

A simple Unity package wrapper around NSubstitute to prevent DLL dependency conflicts.

Last synced: 07 Apr 2025

https://github.com/ashblue/html5-games-presentation

Getting started with HTML5 games and Construct 2

Last synced: 07 Apr 2025

https://github.com/ashblue/slot

An input library for handling data IDs and arrays with complex data structures

Last synced: 17 Jun 2025

https://github.com/ashblue/my-idb

Creates an asynchronous IndexedDB database from a JSON file and provides active caching for synchronous access. Includes polyfills for older implementations of IndexedDB. My IDB accessed through window.mydb

Last synced: 11 Jul 2025

https://github.com/ashblue/sprite-animator

A flash like interface for creating pixel based animations on a timeline

Last synced: 29 Jul 2025

https://github.com/ashblue/blender3d-robot-rigger

The Robot Rigger add-on for Blender provides a convenient way to automatically rig and unrig objects to bones based on a naming pattern. This tool is designed for quickly rigging robots, mechanical objects, and non-organic items. This is a micro-framework and designed to be non-intrusive to your existing Blender workflow.

Last synced: 01 Jul 2025

https://github.com/ashblue/unity-quest-editor

Quest editing interface for Unity with extendable objects.

Last synced: 07 Apr 2025

https://github.com/ashblue/wp-simple-settings

An OOP script for handeling WordPress settings.

Last synced: 07 Apr 2025

https://github.com/ashblue/package-zipper

A lightweight PHP class that allows you to clone and create new zip file packages on the fly with the ZipArchive class. Originally built for packing up and returning compiled JavaScript code, but has many other uses.

Last synced: 07 Apr 2025

https://github.com/ashblue/json-demo

A simple demo of sending JSON image file data to a JavaScript application via PHP.

Last synced: 07 Apr 2025

https://github.com/ashblue/gamedev-blog

Statically generated blog for game development projects

Last synced: 07 Apr 2025

https://github.com/ashblue/pathfinding-presentation

Interactive pathfinding presentation

Last synced: 07 Apr 2025

https://github.com/ashblue/uvpm-cli

A Unity3D package manager CLI interface for Ultra Violet Packet Manager (UVPM)

cli package-manager unity3d

Last synced: 05 Jan 2026

https://github.com/ashblue/unity-skill-tree

Prototype skill tree for The Wanderer

Last synced: 07 Apr 2025

https://github.com/ashblue/html5-form-validator

An HTML5 form validation fallback that targets browsers who don't support the functionality.

Last synced: 07 Apr 2025

https://github.com/ashblue/line-of-sight

Interactive JavaScript line of sight algorithm with debugging details.

Last synced: 12 Oct 2025

https://github.com/ashblue/ggj-2025-bubble

Global Game Jam 2025 team repository for the theme bubble

Last synced: 13 Oct 2025

https://github.com/ashblue/openweather-app-vue

Vue application for weather.

Last synced: 21 Jun 2025

https://github.com/ashblue/react-slack-demo

Tutorial based on an Udemy course

Last synced: 07 Apr 2025

https://github.com/ashblue/fb-share-test

Test to use meta tags to manipulate FB Share info

Last synced: 07 Apr 2025

https://github.com/ashblue/meanio-tutorial

Mean.io tutorial for building an MVP https://www.youtube.com/watch?v=8CK93h5YJp0

Last synced: 07 Apr 2025

https://github.com/ashblue/angular-5-test-examples

Several examples based on Angular CLI 1.6 and Angular 5.X

Last synced: 07 Apr 2025

https://github.com/ashblue/simple-sprite

A simple micro-framework for websites and building game development tools.

Last synced: 07 Apr 2025

https://github.com/ashblue/angular-code-challenge

Angular code challenge for https://github.com/aol/angular-test

Last synced: 03 Sep 2025

https://github.com/ashblue/wordpress-headless-cms-starter

Scaffold for WordPress headless CMS creation

Last synced: 07 Apr 2025

https://github.com/ashblue/vue-tutorial

Vue tutorial for https://www.taniarascia.com/getting-started-with-vue/

Last synced: 07 Apr 2025

https://github.com/ashblue/history-vis

Last synced: 07 Apr 2025

https://github.com/ashblue/issue-tracking-test

Issue tracking test

Last synced: 30 Jun 2025

https://github.com/ashblue/express-static

A bare bones express static server

Last synced: 07 Apr 2025

https://github.com/ashblue/pathfinding-presenter

Basic set of tools to demo A* Pathfinding and explain it someone

Last synced: 07 Apr 2025

https://github.com/ashblue/adnc-tools

Tools for A Dragon Name Coal

Last synced: 07 Apr 2025

https://github.com/ashblue/mean-checklist-backend

MEAN (Mongo, Express, Angular 2+, and Node) application backend. Handles the authentication system, API calls, and checklist data with tasks.

Last synced: 14 Jun 2025

https://github.com/ashblue/giphy-example-app

Giphy sample search app

Last synced: 19 Oct 2025

https://github.com/ashblue/systemjs-builder-example

An example project of using system.js's builder to tie together external and internal application dependencies.

Last synced: 06 Oct 2025

https://github.com/ashblue/sprite-animator-alpha

Turn a sprite sheet into a fully animated sequence via a flash like interface

Last synced: 04 Oct 2025

https://github.com/ashblue/geo-smash

An HTML5 game where you must destroy cubes by hitting the correct colors. Uses CSS 3D transforms and HTML with minimal JavaScript.

Last synced: 07 Apr 2025

https://github.com/ashblue/simple-grid

Simple 2D Drag and Drop grid system

Last synced: 07 Apr 2025

https://github.com/ashblue/web-dev-hero

Course material for "Web Dev Hero: Beginner to Advanced"

Last synced: 09 Oct 2025

https://github.com/ashblue/ember-example

https://www.evernote.com/l/AOjTgYeXufRALbTt9eLLhJlCRNpepVKdYjs

Last synced: 17 Aug 2025