Coder Social home page Coder Social logo

forge_tools's Introduction

Forge Tools

Starting to (re-)write Autodesk forge tools in this go package for convinience.

Forge cli

Install

Method 1

go get github.com/nicored/forge_tools/forge-cli
go install github.com/nicored/forge_tools/forge-cli

This will create a 'forge-cli' binary in your $GOBIN path that you should be able to use out of the box.

Method 2

Alternatively you can clone this repository, cd into it and run go get && make, which will create a 'bin' directory with the 'forge-cli' binary in there.

Properties command

  • Extracts and prints properties to stdout in Json format from a given directory
  • Extracts from gzip and json (currently only supports json)
  • Extracts from a given Autodesk urn instead of a directory
  • Write more tests

Properties to Json

You must have a directory with the following files in it:

  • objects_ids.json
  • objects_offs.json
  • objects_avs.json
  • objects_vals.json
  • objects_attrs.json

And then run:

# Print properties to stdout in json format.
# Argument is optional and defaults to current dir path '.'
forge-cli properties json /path/to/dir/with/objects/files/

TODO

  • More tests
  • Implement server
  • Dockerize it
  • Heroku it
  • Forge SDK
  • Download derivatives

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.