34 lines
908 B
Markdown
34 lines
908 B
Markdown
@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=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 also with customizable textures
|
|
|
|
Example App
|
|
===
|
|
|
|
In the engine download, the example app's source and a build is included in the `example`
|
|
folder. |