Skip to content

cyclus/cyclus.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclus.js

A front-end for Cyclus, the nuclear fuel cycle simulator .

Install from sources

Download and install npm

npm install -g gulp  (note: on osx you must use 'sudo' when the -g flag is used)  
cd /path/to/cyclus.js
npm install

Create native applications

gulp [--all] [--osx] [--win] [--linux] [--osx64] [--win64] [--linux64] [--osx32] [--win32] [--linux32] 

If no option is provided the current platform will be used. Executables are placed in dist/cyclus.js

Development

Developers should install nwjs (formally known as node-webkit). You can then run the code directly without using gulp

cd /path/to/cyclus.js
nw .

Releases

No releases published

Packages

No packages published