Skip to content

PoncinMatthieu/3dNovac

Repository files navigation

3dNovac - C++ framework for multimedia software like Games
==========================================================
http://3dNovac.eu
-----------------

3dNovac is a free multimedia C++ Framework. Its main goal is to provide the necessary tools for creating games of all types, while remaining portable and lightweight.
The framework will therefore manage the main features required for the development of a complete game (Real-time display, environmental management, network management, audio management).
Written in C + + object-oriented, The 3D engine uses only OpenGL and GLSL for rendering and uses only low-level library, to be the most independent and lightest possible.

Authors
-------

Matthieu Poncin - Lead Developer ([email protected])

Building
--------

The 3dNovac use the CMake building system to target several platforms and compilers.
At the moment 3dNovac supports the following development platforms:
   - Linux: GNU gcc compiler using Makefiles or the IDE CodeBlocks.
   - Windows: Visual Studio 2010

Note that CMake supports many other platforms and operating systems as well, in wich you can probably also run 3dNovac.

Contribute
----------

3dNovac is an open-source project, and it needs your help to grow.
Do not hesitate to contact me by e-mail, you can even fork the project on github, maintain your own version and send me a pull request to merge your work.