Go to file
Gawaboumga 41a1b5d493 Physics2D tests (#129)
* Quaternion: Fix singularity on Z axis when converting to euler angles

* CollisionComponent2D: Add method to retrieve AABB

* Collider2D: Fix constructor for Box with Vector2

* Physics2D: Fix rotation (Chipmunk works with radian and Nazara degrees) and copy constructor of RigidBody2D

* Colider2D: Add New for convex and tests for the new classes
2017-08-20 21:47:23 +02:00
NazaraModuleTemplate Update/fix module template 2015-09-28 00:41:36 +02:00
SDK Physics2D tests (#129) 2017-08-20 21:47:23 +02:00
build Oops 2017-08-20 21:40:42 +02:00
examples LogoDemo: remove debug log 2017-08-16 20:34:19 +02:00
include/Nazara Physics2D tests (#129) 2017-08-20 21:47:23 +02:00
plugins/Assimp #Oops 2017-05-29 20:00:39 +02:00
src/Nazara Physics2D tests (#129) 2017-08-20 21:47:23 +02:00
tests Physics2D tests (#129) 2017-08-20 21:47:23 +02:00
.editorconfig Add .editorconfig 2016-11-13 21:11:20 +01:00
.gitattributes Prevent GitHub to count external libraries into the project files 2016-07-13 12:26:38 +02:00
.gitignore Update .gitignore 2017-01-20 17:55:08 +01:00
.travis.yml Travis: Enable -Wall and -Wextra compilation flags (#90, #91, #92, #93) 2016-10-17 14:21:11 +02:00
Doxyfile Update documentation version 2017-02-01 20:54:25 +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
appveyor.yml AppVeyor: Don't fail if unit test fail 2016-10-07 16:26:23 +02:00
readme.md GitHub: Markdown fix 2016-12-11 10:07:29 +01:00
readme_fr.md Fix broken Markdown headings (#124) 2017-04-18 05:36:28 +02:00
writing style.md Use of markdown for "writing style.md" 2016-04-27 02:03:17 +02:00

readme.md

Platform Build Status Nightlies
Windows AppVeyor Build status MSVC14: x86 x86_64
Linux Travis CI Build Status No

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
Documentation
Mattermost
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 whole project by making the documentation, improving the code, and more.