@tableofcontents Nothin' Fancy (abbreviated as NF) is an experimental 3D game engine written in C++ for Windows. The engine allows the user to program 3D applications with high-level C++. NF was created by Grayson Riffe in 2021. This manual aims to aid the user with using NF to create games and visualizations. It contains the [user guide](tutorial.html) and the [API reference](namespaces.html). @image html logofull.png "Engine Logo" width=15% Features === In its current form, NF is always changing and evolving, so some of these features could change at any time. - @ref gamestates - @ref assets - Easy-to-use input - Deffered renderer - Materials system - Color, specular, and normal texture support - Cubemap support - 3D sound support - Rigid body physics - Customizable UI - Text - Textures - Buttons with customizable textures Example App === In the engine download, the example app's source and a build is included in the `example` folder.