{"id":18552394,"url":"https://github.com/traviswimer/grunt-fbx-conv","last_synced_at":"2025-06-12T14:08:05.789Z","repository":{"id":18825730,"uuid":"22040872","full_name":"traviswimer/grunt-fbx-conv","owner":"traviswimer","description":"Grunt wrapper for the LibGDX fbx-conv tool used to convert fbx to g3db.","archived":false,"fork":false,"pushed_at":"2014-07-21T02:21:50.000Z","size":12120,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T06:17:38.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/traviswimer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-20T19:01:24.000Z","updated_at":"2022-01-05T07:24:53.000Z","dependencies_parsed_at":"2022-08-05T01:15:37.515Z","dependency_job_id":null,"html_url":"https://github.com/traviswimer/grunt-fbx-conv","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/traviswimer/grunt-fbx-conv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traviswimer%2Fgrunt-fbx-conv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traviswimer%2Fgrunt-fbx-conv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traviswimer%2Fgrunt-fbx-conv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traviswimer%2Fgrunt-fbx-conv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traviswimer","download_url":"https://codeload.github.com/traviswimer/grunt-fbx-conv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traviswimer%2Fgrunt-fbx-conv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259479593,"owners_count":22864362,"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-06T21:14:07.185Z","updated_at":"2025-06-12T14:08:05.765Z","avatar_url":"https://github.com/traviswimer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-fbx-conv [![Build Status](https://travis-ci.org/traviswimer/grunt-fbx-conv.png?branch=master)](https://travis-ci.org/traviswimer/grunt-fbx-conv)\n\n\u003e Grunt wrapper for the LibGDX [fbx-conv tool](https://github.com/libgdx/fbx-conv) used to convert fbx to g3db.\n\n## Getting Started\nThis plugin requires [Grunt](http://gruntjs.com/) `~0.4.4` -- [Learn to use Grunt](http://gruntjs.com/getting-started)\n\nInstall the plugin with this command:\n\n```shell\nnpm install grunt-fbx-conv --save-dev\n```\n\nEnable in your Gruntfile with:\n\n```js\ngrunt.loadNpmTasks('grunt-fbx-conv');\n```\n\n\n## The \"fbx_conv\" task\n\nIn your project's Gruntfile, add a section named `fbx_conv` to the data object passed into `grunt.initConfig()`.\n\n```js\ngrunt.initConfig({\n  fbx_conv: {\n    myModels: {\n      options: {\n        os: \"linux\",\n        flip: true\n      },\n      files: [\n        {src: ['./fbx_models/**/*.fbx'], dest: './g3db_models'}\n      ]\n    }\n  },\n});\n```\n\n## Options\n\n### options.flip\n\n* Type: `boolean`\n* Default: `true`\n* Description: Flips the texture coordinates. Blender exports coordinates in a reverse order, so unless something changes you will probably want to leave this as `true`\n\n### options.os\n\n* Type: `String`\n* Default: `windows`\n* Description: The OS used by your system. Available options are:\n  *   windows\n  *   mac\n  *   linux\n\n### options.tool_dir\n\n* Type: `String`\n* Default: `./node_modules/grunt-fbx-conv/fbx-conv`\n* Description: The location of the fbx-conv tool directory. The default is the version of the tool included with this grunt plugin.\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).\n\n\u003e There seems to be active development on the [fbx-conv tool](https://github.com/libgdx/fbx-conv) at the moment. If the version of the tool used in this plugin needs updated, feel free to send a pull request.\n\n\u003e The most recent release of fbx-conv can be found at [http://libgdx.badlogicgames.com/fbx-conv/](http://libgdx.badlogicgames.com/fbx-conv/). The contents of the zip file can be used to replace the fbx-conv directory of this plugin.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraviswimer%2Fgrunt-fbx-conv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraviswimer%2Fgrunt-fbx-conv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraviswimer%2Fgrunt-fbx-conv/lists"}