From c7b9395906b1cf441bf38fa16f13c128036a3f51 Mon Sep 17 00:00:00 2001 From: Grayson Riffe Date: Fri, 8 Nov 2024 15:50:52 -0600 Subject: [PATCH] Update NF page and add video --- nf/index.html | 17 +++++++++-------- style.css | 9 +++++++++ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/nf/index.html b/nf/index.html index 1df6989..3cafa81 100644 --- a/nf/index.html +++ b/nf/index.html @@ -43,25 +43,26 @@

Nothin' Fancy

- Nothin' Fancy (or NF) is a 3D game engine / visualizer for Windows built with MSVC. I ultimately want to use my engine to create a game I can release on Steam for free. - - The first revision was developed in 2021 as an experimental project for learning. It has a number of cool features including an asset system complete with model cooking, an easy way to create a UI, material texture support including normal maps, and even a physics engine, but it is still missing a number of important features. + Nothin' Fancy (or NF) is a 3D game engine / visualizer for Windows built with CMake and MSVC. I ultimately want to use my engine to create a game I can release on Steam for free. +

+ +

+ The first revision was developed in 2021 as an experimental learning project. It has a number of cool features including a custom asset pack system complete with model cooking, an easy way to create a UI, material texture support including normal maps, and even a physics engine, but it is still missing a number of important features. I worked on this project during my senior year of high school, and it is the result of about 4 months of constant work. + + The source of this original version can be found here.

Revision 2

- A second revision was needed after I realized how much I could improve my first revision using everything I had learned along the way. + A second revision was needed after I realized how much I could improve my first go at it using everything I had learned along the way. - This project is still in development, but I plan to include every feature present in the first revision along with other notable features such as networking and Steamworks API integration. It will also include major internal changes such as the switch from OpenGL to DirectX 11. - - This project is still in development, and I plan to include notable features such as networking and Steam API integration. It runs with Direct3D 11 and 90% of everything is written by me. + This project is still in development, but I plan to include every feature present in the first revision along with other notable features such as networking and Steamworks API integration. It will also include major internal changes such as the switch from OpenGL to Vulkan. This section will be updated when a version is available to download. - The source can be found here (look under the develop branch).