W1505 Images

From Coder Merlin
Revision as of 13:02, 21 January 2019 by Chukwuemeka-tinashe (talk | contribs) (Created page with "= Prerequisites = * 1504 First Steps on a Path = Research = * Read https://en.wikipedia.org/wiki/Bitmap Bitmaps * Read https://en.wikipedia.org/wiki/Ra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Prerequisites[edit]

Research[edit]

Experiment[edit]

Get Ready[edit]

Begin a new project:

Create an Igis shell project within your "project" directory.

cd ~/projects
git clone https://github.com/TangoGolfDigital/IgisShell IgisShell-Images

Enter into the Sources directory of the new project.

cd IgisShell-Images/Sources/IgisShell/

Build the project. (This may take some time.)

swift build

Open a browser (or use a new tab on an already-open browser). Go to the URL: http://www.codermerlin.com/users/user-name/dyn/index.html

NOTE: You MUST change user-name to your actual user name. For example, http://www.codermerlin.com/users/john-williams/dyn/index.html

You'll know your successful if you see the title bar change to "Coder Merlin: IGIS".

Basic Images[edit]

Images should be created in the setup method.