Skip to content

sebastsg/nfwk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfwk

Lightweight framework for C++ games and applications. Requires minimal code to get a simple application up and running.

Building

The project can be generated with CMake. You can use project/vs16.bat on Windows to quickly create the solution: project/vs/nfwk.sln.

You must copy default-config.hpp as config.hpp, and enable the modules you want to compile. The default config should be fine in most cases.

Usage

For some examples on usage, see:

  • Inmate - game made in 3 days for Ludum Dare 45
  • Einheri - online 3D game for my bachelor project
  • Milky Tags - file tagging software (with lots of ImGui use)

Platforms

Only Windows is currently supported. Linux will be supported in the future.

About

Framework for making games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages