{"id":21405389,"url":"https://github.com/karimsa/libvex","last_synced_at":"2025-03-16T16:51:09.835Z","repository":{"id":20963993,"uuid":"24252756","full_name":"karimsa/libvex","owner":"karimsa","description":"A library of helpful code to build faster and more robust VEX robots (using easyC).","archived":false,"fork":false,"pushed_at":"2015-01-28T16:28:38.000Z","size":904,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T21:03:58.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karimsa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-20T03:30:30.000Z","updated_at":"2018-12-13T17:41:03.000Z","dependencies_parsed_at":"2022-07-25T08:31:56.282Z","dependency_job_id":null,"html_url":"https://github.com/karimsa/libvex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Flibvex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Flibvex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Flibvex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Flibvex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karimsa","download_url":"https://codeload.github.com/karimsa/libvex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902293,"owners_count":20366259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T16:25:11.479Z","updated_at":"2025-03-16T16:51:09.813Z","avatar_url":"https://github.com/karimsa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libvex [![Build Status](http://img.shields.io/travis/karimsa/libvex.svg?style=flat)](https://travis-ci.org/karimsa/libvex)\n\nlatest version: 0.0.2\n\nA library of helpful code to build faster and more robust VEX robots (using easyC).\n\n## Reference (Documentation)\nThe latest documentation can be found online [here](http://karimsa.github.io/libvex) ([(ugly) source code](http://github.com/karimsa/libvex/tree/gh-pages)).\n\n## Usage\nlibvex comes prebuilt on the repository, but if you make any changes to the source, remember to build it using the batch file provided:\n\n```\nC:\\\u003e make.bat\n*does stuff and builds stuff*\n```\n\nOnce you have compiled sources (`libvex.h` and `libvex.c`), go into easyC, right-click the 'Header Files' in the 'Project Explorer', and choose 'Add Existing Item':\n\n![](https://raw.githubusercontent.com/karimsa/libvex/images/IMG-0.png)\n\nBrowse over to the file `libvex.h` and click 'Add'. Now that the header has been added, you need to add the source file. To do this, simply repeat the steps using 'Source Files' and `libvex.c`:\n\n![](https://raw.githubusercontent.com/karimsa/libvex/images/IMG-1.png)\n\nOnce the code has been added, it's time to properly include the header to be able to make use of the code. Double-click 'UserInclude.h' under the 'Header Files' section (in the 'Project Explorer'), and add the include:\n\n![](https://raw.githubusercontent.com/karimsa/libvex/images/IMG-2.png)\n\nAnd voila! Now the libvex helper functions should be available for use to your code.\n\n## Updating\nThe latest code will always be available in the master branch of this repository, so to update, simply run:\n\n```\nC:\\\u003e make.bat update\n*downloads latest code via git*\n```\n\nAnd then simply re-import the new code files in easyC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Flibvex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimsa%2Flibvex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Flibvex/lists"}