Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Part 5 #1

Merged
merged 10 commits into from
Jun 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,22 @@ _Published May 8th 2015_: [Demo](http://builds.photogabble.co.uk/writing-a-pixel
In part four we expand the images data structure to expand the colour depth and add a colour swatch interface for selecting colours.

## Part Five
_Unpublished_: Demo | Tutorial | Code | PR
_Unpublished_: [Demo](http://builds.photogabble.co.uk/writing-a-pixel-editor-in-javascript-p5/) | [Tutorial](https://www.photogabble.co.uk/blog/tutorials/writing-a-pixel-editor-in-javascript-p5/?utm_source=github&utm_medium=referral&utm_campaign=pixel_editor_tutorial_readme) | [Code](https://github.com/photogabble/pixel-editor-tutorial/tree/master/step%20five) | [PR](https://github.com/photogabble/pixel-editor-tutorial/pull/1)

In part five we work on saving the image as a png and begin refactoring the code to keep things tidy.

## Part Six
_Unpublished_: Demo | Tutorial | Code | PR

In part six we write a simple PHP backend that is able to consume the image data structure as a string and store to a public library the png. We also write the functionality into our javascript app to be able to load from the public library.
In part six we refactor the JavaScript code into ES6 and use babel to build the project.

## Part Seven
_Unpublished_: Demo | Tutorial | Code | PR

In part seven we refactor the JavaScript code into ES6 and use babel to build the project.
In part seven we add the paint bucket tool and an undo history.

## Part Eight
_Unpublished_: Demo | Tutorial | Code | PR

In part eight we add the paint bucket tool and an undo history.
In part eight we write a simple PHP backend that is able to consume the image data structure as a string and store to a public library the png. We also write the functionality into our javascript app to be able to load from the public library.

Loading