Go to file
Lynix 06eda4eba9 Added Meshes and Animations (And many more)
Added NzTexture::IsMipmappingSupported
Color::(FromTo)HSV now takes hue and saturation in degrees
Fixed Context::EnsureContext
Fixed COW thread-safety (String, Image, Matrix4)
Fixed Quatenion<T>::operator*(const Vector3<T>&)
Fixed ResourceLoader
Fixed String::Resize with a size of 0
Fixed Texture mipmapping crash
Fixed per-class thread-safety
IndexBuffer and VertexBuffer are now resources
It is now possible to use more than 8 texcoords per shader
Moved all enumerations into separate files (Core/Enums.hpp,
Utility/Enums.hpp, ..)
Removed NzContextParameters::defaultWindow
VertexDeclaration has been rewritten (New interface/COW)
2012-07-13 15:22:14 +02:00
NazaraModuleTemplate Added class template 2012-06-21 16:50:17 +02:00
build Added support for custom cursor/icon 2012-06-24 13:28:24 +02:00
include Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
src/Nazara Added Meshes and Animations (And many more) 2012-07-13 15:22:14 +02:00
.gitignore Moved buffers to Utility 2012-06-21 09:49:47 +02:00
readme.txt Fixed many bugs 2012-06-15 11:03:43 +02:00
readme_fr.txt Fixed many bugs 2012-06-15 11:03:43 +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