Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lge88/node-opensees

Node.js binding for OpenSees (Open System for Earthquake Engineering Simulation)
https://github.com/lge88/node-opensees

Last synced: 2 months ago
JSON representation

Node.js binding for OpenSees (Open System for Earthquake Engineering Simulation)

Awesome Lists containing this project

README

        

# node-opensees #
node-opensees is a node bind for OpenSees (Open System for Earthquake Engineering Simulation).

# API #
var ops = require('opensees');
var m = ops.createModel();
m.addNode(0)