Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

jehna/uQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uQuery

jQuery port to Unity3D

How to get started

  1. Download the source file from the link above
  2. Add the file to your Unity proect: Assets/Plugins/uQuery.js
  3. Start coding!
  4. For examples, tutorials and discussion visit: http://forum.unity3d.com/threads/157096-Weekend-project-jQuery-for-Unity-uQuery

Contributing

Contributions are warmly welcome.

Building the source

  1. Clone the repo git clone https://github.com/jehna/uQuery.git
  2. Install Grunt (see official Grunt howto page)
  3. Run grunt in the project folder: grunt
    • This will build the source files to one single build/uQuery.js file.
    • Grunt will build automatically on any change to source files
  4. Link the source to your Unity project: ln -s /path/to/uquery/build/uQuery.js /path/to/unity/project/Assets/Plugins/uQuery.js
  5. Start hacking. Pull requests are warmly welcome!

API documentation

You can find the current API documentation at the uQuery forum thread.

About

jQuery port to Unity3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published