Go to file
Lynix ee55847220 Improved LuaInstance class
Better handling of panic (showing the actual error)
Secured arrays with static assert
Added ArgCheck
Added ArgError
Added reference handling
Improved DumpStack method (Now printing the address of functions,
tables, threads)


Former-commit-id: 5ae9a1aefca4b8c50aa57db99da3b778cb1ebff4
2014-05-26 01:57:10 +02:00
NazaraModuleTemplate Updated MemoryManager 2014-04-21 22:13:31 +02:00
build Fixed Audio module compilation 2014-01-19 00:57:39 +01:00
examples Fixed MeshInfos not compiling 2013-09-06 23:27:10 +02:00
include/Nazara Improved LuaInstance class 2014-05-26 01:57:10 +02:00
src/Nazara Improved LuaInstance class 2014-05-26 01:57:10 +02:00
.gitattributes Normalized line ending 2012-09-21 14:24:48 +02:00
.gitignore Made .idb files ignored 2014-03-06 10:00:36 +01:00
readme.md . 2014-01-12 09:32:33 +01:00
readme_fr.md . 2014-01-12 09:32:33 +01:00

readme.md

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 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 without any restriction (MIT license).

Authors

Jérôme "Lynix" Leclercq - main developper (lynix680@gmail.com)
Rémi "overdrivr" Bèges - developper & helper - Noise 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 (*Broken link*)

Contribute

#####Don't hesitate to contribute to Nazara Engine by:#####

Website
Wiki (*Broken link*)
Forum

###Thanks to:###

  • RafBill and Raakz: Finding bugs and/or testing
  • Fissal "DrFisher" Hannoun: Helped a lot in architecture design
  • Alexandre "Danman" Janniaux: Made the Core POSIX implementation