Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #37

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#HOW TO BUILD box2d-jquery
# HOW TO BUILD box2d-jquery

##BUILD
## BUILD

box2d-jquery is written mostly in coffee-script, with some dependencies in javascript.

Expand Down Expand Up @@ -55,7 +55,7 @@ section of [package.json](package.json)

------------------------------

##VIEW
## VIEW

to view your local version of box2d-jquery do something like this

Expand All @@ -69,7 +69,7 @@ then visit

------------------------------

##CODE
## CODE

the important files are

Expand Down
10 changes: 5 additions & 5 deletions CHALLENGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#box2d-jquery challenge for jquery europe 2013
# box2d-jquery challenge for jquery europe 2013

(something to do after the afterparty and during the breaks)

Expand All @@ -11,7 +11,7 @@ hi, welcome to the box2d-jquery challenge. the idea is simple: contribute to box



###how does the challenge work
### how does the challenge work

* fork box2d-jquery
* read [BUILD.md](BUILD.md) to understand how box2d-jquery is structured
Expand All @@ -34,7 +34,7 @@ then

**all pull-requests must be compatible with the zlib license of box2d-jquery and box2dWeb**. no strings attached.

##the challenges
## the challenges

0. make a twitter wall for #jqeu13 using box2d-jquery update: or [make it even cooler](http://www.fullstackoptimization.com/box2d-jquery/twitter-wall.html)
1. better touch handling (currently scroll and links are not useable on touch devices) - for this we will have to completely rewirte the touch/mouse event stuff (it must be applied to each DOM element, not globally, i think)
Expand Down Expand Up @@ -67,11 +67,11 @@ if i can't get rid of all RaspberryPis during the conference weekend (which is q



##Q:"i think XYZ would be great (even though it's not in the challenges), look, here is the pull-request""
## Q:"i think XYZ would be great (even though it's not in the challenges), look, here is the pull-request""

A: cool! thx! contribute, talk to me, if it's the awesomeness of awesomeness and i still have one of the RaspberryPis you will probably get one.

##Q:"i wanted to contribute, but hey man your code makes my eyes bleed"
## Q:"i wanted to contribute, but hey man your code makes my eyes bleed"

A: live with it, i'm a recreational coder. but i invite you to improve the code, the lib, everything.

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#box2d-jQuery
# box2d-jQuery


`v0.8`
Expand All @@ -18,7 +18,7 @@ and start to **KICK STUFF AROUND** (with your mouse/touchpad pointer - or using

oh, and before i forget, stop by the jquery conference, it will be cool (i promise), and use the [voucher code 'fullstackoptimization'](http://jquery-eu-2013.eventbrite.com/?discount=fullstackoptimization) for 5% off.

##acknowledgements
## acknowledgements

thx to box2dweb [http://code.google.com/p/box2dweb/](http://code.google.com/p/box2dweb/) which is the engine that works in the background.

Expand All @@ -27,13 +27,13 @@ thx to

if you have questions, bug-reports and/or feature requests, please use the github-issue tracker and/or ping me at twitter ([@enzenhofer](https://twitter.com/enzenhofer))

##how to contribute to box2d-jquery
## how to contribute to box2d-jquery

please see [BUILD.md](BUILD.md)

also there is currently a [RaspberryPi4PullRequests Challenge](CHALLENGE.md)

##how to use jquery.box2d.js
## how to use jquery.box2d.js

that's simple

Expand Down Expand Up @@ -169,7 +169,7 @@ HTML attributes > jquery options assignment, nuff said!

ok, that's bascally it. any question? bugs (there are some, especially on non-newest-stuff browsers (i.e.: ipad 1))? other stuff? please use the issue tracker, i'm collectiong bugs right now.

##in a nutshell, how does it work?
## in a nutshell, how does it work?
ok, you want the itty-gritty technical details well, look at the [source](https://github.com/franzenzenhofer/box2d-jquery/blob/master/js/src/main.coffee), that's the only real way. but in short
* we clone the selected DOM elements into absolute possitioned ... well ... clones.
* we animate them via dynamically (javascript styly) set CSS3 transforms / translate / rotate combos
Expand All @@ -188,7 +188,7 @@ ok, you want the itty-gritty technical details well, look at the [source](https:
* change world boundaries with window resize
* changes in the box2d HTML attributes should change the objects

##license
## license
Copyright (C) 2012 - 305678 Franz Enzenhofer
(see in source code licenses for other copyright holders)

Expand Down