| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| myCesiumflight.zip | 2020-11-19 | 5.6 MB | |
| myCesiumflight10092019.zip | 2019-09-10 | 5.0 MB | |
| myCesiumflight25062018.zip | 2018-06-25 | 4.8 MB | |
| myCesiumflight25052018.zip | 2018-05-25 | 4.8 MB | |
| myCesiumflight17032017.zip | 2017-03-17 | 4.8 MB | |
| myCesiumflight16072016.zip | 2016-07-16 | 4.8 MB | |
| myCesiumflight10062016.zip | 2016-06-10 | 4.1 MB | |
| myCesiumflight02062016.zip | 2016-06-02 | 4.0 MB | |
| myCesiumflight30042016.zip | 2016-05-13 | 2.7 MB | |
| README.txt | 2016-04-25 | 1.0 kB | |
| mycesiumflight.zip | 2016-04-25 | 32.5 kB | |
| Totals: 11 Items | 40.7 MB | 0 |
myCesiumflight a program by NGUYEN.Chung freeware(2016)
standalone version (nothing to install) : myCesiumflight_chung.html
webgl must be enabled
to develop :
download cesium (cesium.js) from here => http://cesiumjs.org/downloads.html and unzip the file in D:/cesium/
download node (node.js) from here => https://nodejs.org/en/ and install it (default options are ok)
copy then /cesium/ folder of mycesiumflight/cesium/ unzipped folder from mycesiumflight.zip download
into the D:/cesium/ folder
in it you can find node_install.cmd
cesium_exe.cmd
Apps/Sandcastle/myApps/ (my files)
run node_install.cmd to install nodes server files in D:/cesium/ => creates D:/cesium/node_modules/ folder
then run cesium_exe.cmd any time you want to launch a cesium.js local:8080 server for your testings (you can let it on)
launch myApps/_myCesiumflight.html (it contains some firts lines to link auto as local:8080 html apps when in local mode)
and it should run !