Go to file
Lynix d509fddc82 Added RenderTarget listeners
Moved Camera matrices assignation to RenderTechnique


Former-commit-id: c8a4ff4b35d40702f047fdfd3fdbc4e4fbbbb1a9
2013-08-09 18:25:30 +02:00
NazaraModuleTemplate Fixed files encoding not being UTF-8 2013-03-14 00:14:16 +01:00
build Enabled GCC vectorization 2013-06-19 15:23:40 +02:00
examples Removed 16bits rendering demo 2013-07-02 01:23:31 +02:00
include/Nazara Added RenderTarget listeners 2013-08-09 18:25:30 +02:00
src/Nazara Added RenderTarget listeners 2013-08-09 18:25:30 +02:00
.gitattributes Normalized line ending 2012-09-21 14:24:48 +02:00
.gitignore Improved FirstScene demo 2013-04-09 14:31:02 +02:00
readme.txt The OpenGL wrapper now handles context change 2013-06-21 01:28:11 +02:00
readme_fr.txt The OpenGL wrapper now handles context change 2013-06-21 01:28:11 +02:00

readme.txt

Nazara Engine
=============

Nazara Engine is a fast, complete, cross-platform, object-oriented API which can help you in your daily developper life.
Its goal is to provide a set of useful classes : Its core provides unicode strings, filesystem access, hashs, threads, ...

It will also provide a set of libraries, such as audio, network, physics, renderer, 2D and 3D graphics engines.

You can use it in any kind of commercial/non-commercial applications.

Authors
-------

Jérôme "Lynix" Leclercq - main developper (Lynix680@gmail.com)
Rémi "overdrivr" Bèges - developper & helper - NzNoise Module - (remi.beges@laposte.net)

Install
-------

Use the premake build system in the build directory then compile the engine for your platform.

How to use
----------

You can find tutorials on installation, compilation and use on the official wiki : http://wiki.digitalpulsesoftware.com/index.php?title=Nazara:Tutorials

Contribute
----------

Don't hesitate to contribute to Nazara Engine by :
-Extending the wiki at http://wiki.digitalpulsesoftware.com/index.php?title=Nazara
-Submitting a patch to GitHub
-Post suggestions/bugs on the forum or the GitHub tracker (https://github.com/DigitalPulseSoftware/NazaraEngine/issues)
-Fork the project on GitHub and pull your changes (https://github.com/DigitalPulseSoftware/NazaraEngine/pulls)
-Talking about Nazara Engine to other people
-Doing anything else that might help us

Links
-----

Website : http://www.digitalpulsesoftware.com
Wiki    : http://wiki.digitalpulsesoftware.com/index.php?title=Nazara
Forum   : http://forum.digitalpulsesoftware.com

Thanks to
-RafBill/Raakz: Finding bugs and/or testing
-Fissal "DrFisher" Hannoun: Helped a lot in architecture design
-Alexandre "Danman" Janniaux: Made the core POSIX port