NFRage / nfrage

NFRage - framework that makes it easy to recreate lost old racing games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFR Engine

NFR Engine is a framework that makes it easy to recreate old racing games from scratch and modify them with the modern technoligies.
This code contains only engine and don't provide game code for games itself.
If you want to see game sources, try to look at "plugins folder" inside this github repository.

Building the project

This project was created using the CMake project generation system.

To build the Visual Studio solution or other projects use cmdline:

mkdir build
cd build 
cmake .. # add your custom arguments here

Legal

This project is licensed under LGPL v2.1

About

NFRage - framework that makes it easy to recreate lost old racing games.

License:GNU Lesser General Public License v2.1


Languages

Language:C 56.8%Language:Shell 21.0%Language:C++ 15.8%Language:Makefile 4.3%Language:HTML 0.8%Language:CMake 0.7%Language:M4 0.3%Language:Perl 0.2%Language:Objective-C++ 0.1%