Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Merijn-DH committed Oct 18, 2017
1 parent 7349a07 commit 8654858
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
# Read me
I don't know if anyone will ever bother looking at this code, but please keep in mind I am not a proffesional app creator and I therefore don't really know how things are 'suppost' to be done but rather I know how to do things in a way that they'll work.

Feel free to list any issues or contribute. There is room for a lot of improvement.
If you find a bug please only file an issue. I will add it to the list below if nessecary.

# To do list
* clean up code

## Known bugs
* (fixed) Difference between " and “, ' and ’, causes javascript errors
* (fixed) Project menu shows up behind the keyboard (iPhone)
* (fixed) Syntax highlighting doesn't update when text is pasted
* unable to scroll in the webView

## New features
* (added) ES6
* (added) DOM_JS should be automatically imported
* Multiple js files per project
* Download zip file / push to github
* Open zip file / clone from github
* autocomplete
4 changes: 4 additions & 0 deletions p5.js.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
2B6E765F1F97C80A00D3212E /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 2B6E765E1F97C80A00D3212E /* README.md */; };
2B85962B1F916C4200AA7480 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B85962A1F916C4200AA7480 /* AppDelegate.swift */; };
2B85962D1F916C4200AA7480 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B85962C1F916C4200AA7480 /* ViewController.swift */; };
2B8596301F916C4200AA7480 /* iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2B85962E1F916C4200AA7480 /* iPad.storyboard */; };
Expand Down Expand Up @@ -39,6 +40,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
2B6E765E1F97C80A00D3212E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
2B8596271F916C4100AA7480 /* p5.js.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = p5.js.app; sourceTree = BUILT_PRODUCTS_DIR; };
2B85962A1F916C4200AA7480 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2B85962C1F916C4200AA7480 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -87,6 +89,7 @@
2B85961E1F916C4100AA7480 = {
isa = PBXGroup;
children = (
2B6E765E1F97C80A00D3212E /* README.md */,
2B8596291F916C4100AA7480 /* p5.js */,
2B8596411F916C4200AA7480 /* p5.jsTests */,
2B85964C1F916C4200AA7480 /* p5.jsUITests */,
Expand Down Expand Up @@ -250,6 +253,7 @@
files = (
2BF8F9951F936A4F00D67281 /* iPhone.storyboard in Resources */,
2B8596381F916C4200AA7480 /* LaunchScreen.storyboard in Resources */,
2B6E765F1F97C80A00D3212E /* README.md in Resources */,
2B8596351F916C4200AA7480 /* Assets.xcassets in Resources */,
2B8596301F916C4200AA7480 /* iPad.storyboard in Resources */,
);
Expand Down

0 comments on commit 8654858

Please sign in to comment.