• Stars
    star
    275
  • Rank 146,575 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A circuit simulator in HTML5 and JavaScript
SimcirJS

Copyright (c) 2014 Kazuhiko Arase

URL: http://www.d-project.com/

Licensed under the MIT license:
  http://www.opensource.org/licenses/mit-license.php


-- System Requirements

Web browser that supports HTML5

-- Contents

README.txt           -- this file
simcir.js            -- Simcir core javascript (required)
simcir.css           -- Simcir core stylesheet (required)
simcir-basicset.js   -- Simcir basicset javascript (optional)
simcir-basicset.css  -- Simcir basicset stylesheet (optional)
simcir-library.js    -- Simcir library javascript
                        (optional, requires basicset)
sample.html          -- sample of live circuit
blank.html           -- blank template
get_and_set.html     -- sample that get and set a circuit directly
                        with jQuery