Skip to content

Commit 2293a0f

Browse files
committed
Edited README via GitHub
1 parent 03ac285 commit 2293a0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# iOS JavaScript to Objective-C Bridge.
22

3-
##What Does It Do?
3+
## What Does It Do?
44

55
Enables method calls and communication between JavaScript & Objective-C. Allows you to write application logic in JavaScript and control native device features via JS to Obj-C calls.
66

7-
##How Does It Work?
7+
## How Does It Work?
88

99
Your JS is contained and executed inside a custom build of JavaScriptCore so that no private API calls are made (and therefore your project can be deployed to the Apple App Store). No webview is presented to the user by default so your app does not "run" inside a web browser.
1010

1111
Instead you can create your application logic and call native methods entirely in JavaScript. This opens up a number of possibilities such as allowing JavaScript to control OpenGL output making game engines that are coded in JavaScript capable of using native-speed graphics output instead of using Safari and the HTML canvas tag.
1212

13-
##Future Plans?
13+
## Future Plans?
1414

1515
Right now, any methods that you expose to JavaScript must be written by yourself so an understanding of Objective-C is required. Future versions of this project will expose a rich API to your JavaScript code to allow control of the most useful native capabilities of the device.
1616

@@ -20,6 +20,6 @@ Mimic canvas-tag methods to output graphics via OpenGL.
2020
Mimic audio-tag methods to output sound via OpenAL.
2121
Provide a clean and easy networking API to JavaScript to utilise native sockets capability.
2222

23-
##License
23+
## License
2424

2525
Open-source version licensed for non-commercial use only. If you would like to use this project in a commercial application please purchase a commercial license from http://www.isogenicengine.com/store/ios-javascript-wrapper-bridge/. Commercial licenses are VERY cheap! Have a look!

0 commit comments

Comments
 (0)