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
2022-01-05 12:30:55 -06:00

965 B

@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 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 with customizable textures

Example App

In the engine download, the example app's source and a build is included in the example folder.