{"id":13600135,"url":"https://github.com/jimfoltz/a2s","last_synced_at":"2026-01-18T04:17:10.251Z","repository":{"id":142051206,"uuid":"244222325","full_name":"jimfoltz/a2s","owner":"jimfoltz","description":"command line assimp to sketchup converter (no textures)","archived":false,"fork":false,"pushed_at":"2023-10-23T14:15:45.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T02:36:48.047Z","etag":null,"topics":["assimp","converter","dae","obj","ply","sketchup","stl"],"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/jimfoltz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-01T20:56:04.000Z","updated_at":"2024-05-24T07:49:54.000Z","dependencies_parsed_at":"2024-01-14T04:41:16.129Z","dependency_job_id":"c4d7b317-4f0c-4031-bb25-75294c71d8d7","html_url":"https://github.com/jimfoltz/a2s","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimfoltz%2Fa2s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimfoltz%2Fa2s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimfoltz%2Fa2s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimfoltz%2Fa2s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimfoltz","download_url":"https://codeload.github.com/jimfoltz/a2s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248301375,"owners_count":21080883,"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":["assimp","converter","dae","obj","ply","sketchup","stl"],"created_at":"2024-08-01T18:00:28.415Z","updated_at":"2026-01-18T04:17:10.240Z","avatar_url":"https://github.com/jimfoltz.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# a2s\n\nThe __a2s__ command utilizes `assimp` to convert 3d mesh files to SketchUp files.\n\nSee [here](https://assimp-docs.readthedocs.io/en/latest/about/introduction.html) for a list of formats supported by assimp.\n\nThis is a basic converter which relies completely on the capabilities of\n`assimp` for the conversion.  If `assimp` can not handle the conversion, no\nfurther attempt is made. Many formats result in poor or unexpected models.\nTextures are not imported for any format. Scale is fixed and set to a larger value to\nover-come SketchUp's \"small geometry\" limitation.\n\n`.stl`, `.ply`, and `.obj` files generally convert well, which was the original goal of the code.\n\n`.dxf` files do not typically convert well if at all. The exceptions appear to\nbe dxf's exported using `3DFACE` entities, and PolyFaceMesh variant of\n`POLYLINE` entiites.\n\n## Usage\n\nOn the command line...\n\n    \u003e a2s input-file.ext\n\nCreates a file named `input-file.ext.skp` in the same folder.\n\n## Download\n\nSee the Release page for the latest download. Unzip the files, then move them to a directory in your `%PATH%.`\n\n## Build Requirements\n\n* [cmake](https://cmake.org/)\n* ~~[premake5](https://github.com/premake/premake-core)~~ use cmake.\n* [SketchUp SDK](https://developer.sketchup.com)\n* A local clone of the `assimp` repository. [assimp](https://github.com/assimp/assimp)\n* GNU `g++` compiler tools, bin utils, and `make` for Windows. See Note.\n\n## Build Instructions\n\n* set the `ASSIMP_SRC` variable in the `build-assimp.bat` file to your assimp source directory.\n* run the `build-assimp.bat` file. This may take a few minutes.\n* set the `SKETCHUP_SDK` and `ASSIMP` variable in the `Makefile` \n* run `make`\n\n## Install\n\nOnce built, copy the `a2s.exe` file and the following 2 `dll` files to a folder on your `%PATH%`\n\n* SketchUpAPI.dll\n* SketchUpCommonPreferences.dll\n\n\n## Notes\n\nI use [scoop](https://scoop.sh/) to maintain the required dev tools on Windows.\n\n__a2s__ defaults to using a SketchUp 8 file. Edit the `main.cpp` file if you want to change the default.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimfoltz%2Fa2s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimfoltz%2Fa2s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimfoltz%2Fa2s/lists"}