├── 4macro.py ├── ENSTA_ShipSimulator.pdf ├── Examples ├── waveRun10.png ├── waveRun110.png ├── waveRun120.png ├── waveRun130.png ├── waveRun140.png ├── waveRun20.png ├── waveRun30.png └── waveRun40.png ├── README.md ├── VideoMaker.py ├── __pycache__ └── parameters.cpython-35.pyc ├── blendcache_ocean_render_2 ├── 4F6365616E_000001_00.bphys ├── 4F6365616E_000001_01.bphys ├── 4F6365616E_000002_00.bphys ├── 4F6365616E_000002_01.bphys ├── 4F6365616E_000003_00.bphys └── 4F6365616E_000003_01.bphys ├── log.pkl ├── ocean_render_2.blend ├── ocean_render_2.blend1 ├── parameters.py ├── world.jpg ├── world_2.jpeg └── world_3.jpg /4macro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/4macro.py -------------------------------------------------------------------------------- /ENSTA_ShipSimulator.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/ENSTA_ShipSimulator.pdf -------------------------------------------------------------------------------- /Examples/waveRun10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun10.png -------------------------------------------------------------------------------- /Examples/waveRun110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun110.png -------------------------------------------------------------------------------- /Examples/waveRun120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun120.png -------------------------------------------------------------------------------- /Examples/waveRun130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun130.png -------------------------------------------------------------------------------- /Examples/waveRun140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun140.png -------------------------------------------------------------------------------- /Examples/waveRun20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun20.png -------------------------------------------------------------------------------- /Examples/waveRun30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun30.png -------------------------------------------------------------------------------- /Examples/waveRun40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/Examples/waveRun40.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/README.md -------------------------------------------------------------------------------- /VideoMaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/VideoMaker.py -------------------------------------------------------------------------------- /__pycache__/parameters.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/__pycache__/parameters.cpython-35.pyc -------------------------------------------------------------------------------- /blendcache_ocean_render_2/4F6365616E_000001_00.bphys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/blendcache_ocean_render_2/4F6365616E_000001_00.bphys -------------------------------------------------------------------------------- /blendcache_ocean_render_2/4F6365616E_000001_01.bphys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/blendcache_ocean_render_2/4F6365616E_000001_01.bphys -------------------------------------------------------------------------------- /blendcache_ocean_render_2/4F6365616E_000002_00.bphys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/blendcache_ocean_render_2/4F6365616E_000002_00.bphys -------------------------------------------------------------------------------- /blendcache_ocean_render_2/4F6365616E_000002_01.bphys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/blendcache_ocean_render_2/4F6365616E_000002_01.bphys -------------------------------------------------------------------------------- /blendcache_ocean_render_2/4F6365616E_000003_00.bphys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/blendcache_ocean_render_2/4F6365616E_000003_00.bphys -------------------------------------------------------------------------------- /blendcache_ocean_render_2/4F6365616E_000003_01.bphys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/blendcache_ocean_render_2/4F6365616E_000003_01.bphys -------------------------------------------------------------------------------- /log.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/log.pkl -------------------------------------------------------------------------------- /ocean_render_2.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/ocean_render_2.blend -------------------------------------------------------------------------------- /ocean_render_2.blend1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/ocean_render_2.blend1 -------------------------------------------------------------------------------- /parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/parameters.py -------------------------------------------------------------------------------- /world.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/world.jpg -------------------------------------------------------------------------------- /world_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/world_2.jpeg -------------------------------------------------------------------------------- /world_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manubatet/Ship-simulator/HEAD/world_3.jpg --------------------------------------------------------------------------------