Git Product home page Git Product logo

unitilities's Introduction

Unitilities

A bunch of helpful utilities for Unity.

What have we here?

Here's a short overview what's here. Be aware that this is a bunch of objects that I drag from project to project. Some of them are pretty stable. Others not so much. I'd rather use them as inspiration than for anything else.

  • A* implementation based on Christoph Husse's original code but greatly enhanced so that user context can be provided per search call
  • Three collection types: A multimap based on Microsoft's examples, a priority queue that the A* needs and a shuffle bag because all other random is unsuited for Tetris
  • A couple of economy simulation stubs (very much work in progress)
  • A TextFile asset and JSON reader
  • An arbitrary Graph type based on Microsoft's sample code
  • Integer math and integer vectors
  • A math parser based on Yerzhan Kalzhani's code
  • A cleaned up version of this Notification Center
  • A neural network implementation
  • Realtime sound tools and examples
  • A couple of UI components for Unity 5's built-in UI system. Here you find dragable elements, drag areas, lines and multilines and other useful widgets
  • A custom asset utility for wrapping custom assets
  • Some helper functions to make the cloning of objects from prefabs easier

License

All files are licensed under MIT license except if otherwise noted (SimpleJSON, SpookyDNBBeat, MathParser). Feel free to copy and clone. If you use Unitilities in your games it would be great if you'd give me a shout-out.

Contact me on twitter @martinpi if you need help.

unitilities's People

Contributors

martinpi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

thebricktop

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.