This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
NFRev1/docs/pages/main.md
2021-12-02 13:15:45 -06:00

908 B

@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 and the API reference.

@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.