Categories
3D Design

3D Fashion Experiment: Woman ‘s dress

3D Fashion Experiment: Woman ‘s dress

Screen Shot 2017-07-25 at 18.45.42

Figure 1: Marvelous Designer 6: Using shapes and stitching them together to fit over the body

Screen Shot 2017-07-25 at 18.46.43

Figure 2: Marvelous Designer 6: Using the physics stimulation to make the shape behave as cloth.

Screen Shot 2017-07-25 at 21.06.10

Figure 3: Marvelous Designer 6: Using contraints to shape the cloth as a dress. 

Screen Shot 2017-07-25 at 21.06.20
Categories
Mobile Application Projects

App Research: Calculator

App Research: Calculator


This week I created a simple calculator in Xcode. The calculator’s interface was designed using Xcode ’s tools. The interface contains buttons and labels as shown below in figure 1.

Screen Shot 2017-07-25 at 12.50.47

Figure 1: Calculator’ s Interface

After the interface was designed, the operations such as addition , division and multiplication were executed using Swiftcode. In figure 2 it shows the code that was written to execute the operations. 


Screen Shot 2017-07-25 at 12.50.33
Figure 2: Script written to execute the calculator ’s operations

The end result is shown in figure 3 below.

CalcuatorApp2

Figure 3: Calculator’ s End Result