Skip to content
/ nfrage Public

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

License

Notifications You must be signed in to change notification settings

NFRage/nfrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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