Go to file
Lynix 6f265a1cb3 Revert "Core/RefCounted: Remove persistent boolean"
This reverts commit db2ef3e90c3871290d114a9e6437b412e96c65aa [formerly a3f6ff88a25e63374eb6ce5b18269da2ba743b06] [formerly cfa12604fbb0da76fc27288b210ee1254a8b3a38 [formerly dee6ce858398e2de38ef1af00c1c630fd0126e09]] [formerly 1a23f0fddcd80ac33030061b7a00a3cfd43cb7fe [formerly d3cb17069c71449ae3f1cba6de55ea70f509e7a4] [formerly b2f8f82e9f3427310204f2e8a61d7bdfd96202d2 [formerly 5d117720d08d6d6243b3428d4b3f8aea1abef845]]].


Former-commit-id: a7af09faec974d268de6680f2c0c16d531048935 [formerly 37761044d13cf2e2041c9eed9ff113a41efd87f8] [formerly ae05b7afb5f43daf90cd8182bf24c98067be4d16 [formerly 6633982a51ba117a749f08efda338455eabe59b3]]
Former-commit-id: a4c99f7c8c26a0c1276eb5262871a1964d470bfb [formerly 741d46a0838a64e92aaa46fe563493da10d62c98]
Former-commit-id: fe30e63aeb19e56fa64447bdd884766f84f305dd
2016-08-02 13:20:34 +02:00
NazaraModuleTemplate Update/fix module template 2015-09-28 00:41:36 +02:00
SDK SDK/ParticleEmitterComponent: Fix missing include 2016-08-01 12:04:15 +02:00
build Build: Fix empty install commands 2016-07-31 12:59:04 +02:00
examples Build/Examples: Fix HardwareInfo console 2016-07-12 08:14:05 +02:00
include/Nazara Revert "Core/RefCounted: Remove persistent boolean" 2016-08-02 13:20:34 +02:00
plugins/Assimp Plugins/Assimp: Fix FaceCulling parameter retrieval 2016-06-09 08:47:43 +02:00
src/Nazara Revert "Core/RefCounted: Remove persistent boolean" 2016-08-02 13:20:34 +02:00
tests UnitTests: Fix blocking case 2016-07-29 13:38:00 +02:00
.gitattributes Prevent GitHub to count external libraries into the project files 2016-07-13 12:26:38 +02:00
.gitignore Add build/config.lua to .gitignore 2016-07-29 23:56:38 +02:00
Doxyfile Update Doxyfile 2016-03-01 14:00:10 +01:00
LICENSE Add LICENSE file 2016-07-26 12:11:36 +02:00
License-Cabin.txt Added Cabin license (Oops) 2015-01-19 00:17:03 +01:00
readme.md Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
readme_fr.md Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
writing style.md Use of markdown for "writing style.md" 2016-04-27 02:03:17 +02: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

Contribute

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

Website
Wiki
Forum

###Thanks to:###

  • RafBill and Raakz: Finding bugs and/or testing
  • Fissal "DrFisher" Hannoun: Helping a lot in architecture design
  • Alexandre "Danman" Janniaux: Helping making the POSIX implementation
  • Youri "Gawaboumga" Hubaut: Improving the engine code by merging on GitHub