Skip to content
Browse files

Update README.md

  • Loading branch information...
1 parent 2f2f45c commit 0e41fd254e4d55c22132939a1794ac03b6aaade3 @sasha240100 sasha240100 committed
Showing with 6 additions and 3 deletions.
  1. +6 −3 README.md
View
9 README.md
@@ -21,9 +21,12 @@
## Features
* **Simple shape crafting** — We use JSON-like structure for creating objects by inputed data and adding them to 3d world.
-* **Physics with WebWorkers** - It uses [Physi.js](https://github.com/chandlerprall/Physijs/blob/master/physi.js) library for calculating physics of 3D shapes with **WebWorkers technology** that allows to make rendering an calculating physics in multiple threads.
-* **Plugin system** - Framework supports *plugins & components* made by other users. You need to include them after whitestorm.js and follow provided instructions.
-* **Automatization of rendering** - Framework does rendering automatically and doesn't need function to be called for it. Functionality like `resize` function can be called automatically by setting additional parameters such as `autoresize: true`.
+
+* **Physics with WebWorkers** — It uses [Physi.js](https://github.com/chandlerprall/Physijs/blob/master/physi.js) library for calculating physics of 3D shapes with **WebWorkers technology** that allows to make rendering an calculating physics in multiple threads.
+
+* **Plugin system** — Framework supports *plugins & components* made by other users. You need to include them after whitestorm.js and follow provided instructions.
+
+* **Automatization of rendering** — Framework does rendering automatically and doesn't need function to be called for it. Functionality like `resize` function can be called automatically by setting additional parameters such as `autoresize: true`.
## Installation

0 comments on commit 0e41fd2

Please sign in to comment.
Something went wrong with that request. Please try again.