Go to file
Lynix 0e44e0eb15 Revert "Fix compile"
This reverts commit df4e466ee49accc9c19b2fe6da3c14e2779ca12b [formerly 752e14ea33208e0a1298a21b2be1c6aee56dfde1] [formerly a3eb1f7d2f090e0a63f64b3451198631e8d2c47e [formerly 4b89c5fafdc15330f909c62fd75a23885c7364e1]] [formerly 0b09aea025e4d8df0bdf33917571e81f1fe5c6a2 [formerly e192bf206e80f55897d26faf541bcc5afa0437fc] [formerly e9f0b2cd7d7dd709f6a0419b3ea4f6a599cbb823 [formerly 273f4a73bfed75ebec68969db3ae235ccec8600c]]].


Former-commit-id: ac8998b1a9ee363bcacfc3c9163e805cb1cbd93e [formerly 00d103e705e266c89cc508f3c4b06bab2b20bd4f] [formerly ba1b3fa7a77eb7e258234d5c12e89f0e883870cd [formerly cc0071350fc26ac76a1a49b2705b59871ac6c6f2]]
Former-commit-id: 6f83e8ded662a4ba85ab379f41809f541f83a628 [formerly 1ecb471c3812b741f0edd43e27ab0a1e567d8c18]
Former-commit-id: 4b0bd20ee74057669cce771c7a66520698980aa0
2016-08-02 13:20:31 +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 Core/RefCounted: Remove persistent boolean 2016-08-02 12:52:49 +02:00
plugins/Assimp Plugins/Assimp: Fix FaceCulling parameter retrieval 2016-06-09 08:47:43 +02:00
src/Nazara Revert "Fix compile" 2016-08-02 13:20:31 +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