@tableofcontents Nothin' Fancy (abbreviated as NF) is an experimental 3D game engine written in C++ for Windows. It was created by Grayson Riffe in 2021. This manual aims to aid the end-user with using this engine 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=200px 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 also with customizable textures Example App === You can download the source or build for the example game that includes all of the aforementioned features. @todo Example App download