aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2015-08-27 16:52:54 +0200
committerraysan5 <raysan5@gmail.com>2015-08-27 16:52:54 +0200
commit4e5f5764cea49eeb60089957efa2577324c5ea43 (patch)
tree930f3e695e4bccf68238bdc983f2a2f795b5f0fd
parent997170a317bb8077cb96d3fc757c6cde0c0ea466 (diff)
downloadraylib-4e5f5764cea49eeb60089957efa2577324c5ea43.tar.gz
raylib-4e5f5764cea49eeb60089957efa2577324c5ea43.zip
Updated
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 09526488..dbdd0d6d 100644
--- a/README.md
+++ b/README.md
@@ -85,10 +85,10 @@ assigned to models or used as fullscreen postrocessing shaders.
Textures module has been improved to support most of the internal texture formats available in OpenGL
(RGB565, RGB888, RGBA5551, RGBA4444, etc.), including compressed texture formats (DXT, ETC1, ETC2, ASTC, PVRT).
-New camera module offers the user multiple preconfigured ready-to-use camera systems (free camera, 1st person, third person),
-very easy to use, just calling functions: SetCameraMode() and UpdateCamera().
+New camera module offers to the user multiple preconfigured ready-to-use camera systems (free camera, 1st person, 3rd person).
+Camera modes are very easy to use, just calling functions: SetCameraMode() and UpdateCamera().
-New gestures module simplifies getures detection on Android and HTML5 programs.
+New gestures module simplifies gestures detection on Android and HTML5 programs.
New IMGUI (Immediate Mode GUI) module: raygui, offers a set of functions to create simple user interfaces,
primary intended for tools development, still in experimental state but already fully functional.
@@ -264,7 +264,7 @@ If you are using raylib and you enjoy it, please, [let me know][raysan5].
If you feel you can help, then, [helpme!] (http://www.raylib.com/helpme.htm)
-acknowledgments
+acknowledgements
---------------
The following people have contributed in some way to make raylib project a reality. Big thanks to them!
@@ -275,9 +275,9 @@ The following people have contributed in some way to make raylib project a reali
- Marc Palau for implementating and testing of 3D shapes functions and helping on development of camera and getures modules.
- Kevin Gato for improving texture internal formats support and helping on raygui development.
- Daniel Nicolas for improving texture internal formats support and helping on raygui development.
- - Marc Agüera for testing and using raylib on a real product (Koala Seasons)
- - Daniel Moreno for testing and using raylib on a real product (Koala Seasons)
- - Daniel Gomez for testing and using raylib on a real product (Koala Seasons)
+ - Marc Agüera for testing and using raylib on a real product ([Koala Seasons](http://www.koalaseasons.com))
+ - Daniel Moreno for testing and using raylib on a real product ([Koala Seasons](http://www.koalaseasons.com))
+ - Daniel Gomez for testing and using raylib on a real product ([Koala Seasons](http://www.koalaseasons.com))
- Sergio Martinez for helping on raygui development and tools development.