Rocket Simulation - Demonstration example written in f # based on the book: friendly F # (fun with game programming)
illustrates how through this language you can describe physical behaviors (in our case a rocket launched through the Moon direction is subject to various forces like moons and earth mass etc.) with clarity because the language itself
is easy to understand and express.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Windows 10 Mobile, Windows Phone 7, Windows Phone 8
Blog CarlosAriash Blog CarlosAriash - Quieres saber sobre el desarrollo de aplicaciones y tener tutoriales,noticias todo sobre tecnologia? entonces estas en el lugar indicado con esta aplicacion podras saber todo lo ultimo que el mundo de la tecnologia tiene para ti
Syncfusion Windows Phone Controls Syncfusion Windows Phone Controls - The Syncfusion Windows Phone Controls provides the facility for the developers to create Windows Phone Application with ease and improve productivity by giving the tools to create rich mobile applications that deliver real business innovation
VPSinn VPSinn is the newest cross-platform mobile application developed by XiGroup S.r.L. to allow IT administrators to access and monitor their own virtual environment, performing fundamental tasks.
VPSinn connects and manages virtual machines running on Citrix XenServer and Xen Cloud Platform (XCP) directly from your Windows Phone
My App This app will help you to download apps and create your own
Frolic Samples for Silverlight Frolic Samples for Silverlight - The Frolic Game Framework is an open source library to make 2D game development easier. Share most of your game code between XNA and Silverlight so that you can change your mind later if necessary. These samples demonstrate some of the basic capabilities of Frolic and you can get the source code at http://frolic.codeplex
EasyULA EasyULA - EasyULA is designed to help developers create small, easy-to-read license agreements for their software. These smaller licenses will help to make users more likely to read them, and therefore, more fully accept them. Also, it's very easy (and fast) to create a license with EasyULA
Instant Mobile Website Creation Instant Mobile Website Creation - Software for Instant Mobile Website Creation. Download this free software and create an unlimited number of mobile websites and be part of the mobile revolution that takes place on the internet right now. The software allows you to produce as many pages and subpages as you like
Other Software by developer «Mudy»:
Ball Simulation Ball Simulation - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates
how f# is very convenient and easy to use to resolve scientific problems like in this sample where we simulate the
bounce of a ball on the ground
Maze A classic maze written in f #, we use to simulate the physics jiglibx. Book:Friendly F# (Fun with game programming)
ScriptingAndAi ScriptingAndAi - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates
an artificial intelligence written entirely with a scripting language built into f#
Asteroids Simulation Asteroids Simulation - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates how
often a good problem definition must use specific algorithms to emprove the application performances
like in this sample where we used a space partition algorithm