Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Node.js binding for OpenSees (Open System for Earthquake Engineering Simulation)
- Host: GitHub
- URL: https://github.com/lge88/node-opensees
- Owner: lge88
- Created: 2013-01-24T21:29:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T04:49:41.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:56:25.402Z (7 months ago)
- Language: Tcl
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opensees - Node-OpenSees - A [Node.js](https://nodejs.org/) bind for OpenSees. (Not maintained, just for inspiration) ![oss][oss] ![skull][skull] (API)
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)