Go to file
Lynix 15afde86c8 Rewritted ResourceLoader and moved it to core
Added creation constructor to NzImage
Added member function functor
Added option to build Nazara as one library (instead of many)
Fixed some 2011 copyrights
Made use of "using def = T" C++11 feature instead of some illigible
typedefs
Removed unused premake file
2012-08-18 01:46:01 +02:00
NazaraModuleTemplate Rewritted ResourceLoader and moved it to core 2012-08-18 01:46:01 +02:00
build Rewritted ResourceLoader and moved it to core 2012-08-18 01:46:01 +02:00
examples Rewritted ResourceLoader and moved it to core 2012-08-18 01:46:01 +02:00
include/Nazara Rewritted ResourceLoader and moved it to core 2012-08-18 01:46:01 +02:00
src/Nazara Rewritted ResourceLoader and moved it to core 2012-08-18 01:46:01 +02:00
.gitignore Added Windows shortcut to generate CodeLite project 2012-08-10 02:03:25 +02:00
readme.txt Changed readme and examples encoding to UTF-8 2012-08-10 01:41:37 +02:00
readme_fr.txt Changed readme and examples encoding to UTF-8 2012-08-10 01:41:37 +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: Finding bugs