Eric Norfleet
Languages:
I am comfortable with C++, C#, Java, Python, OSL, HLSL, GDScript, and Unreal Blueprints. I have experince doing gameplay programming, technical art, optimization, and game programming architecture in Unreal Engine, as well as programming in academic and standalone enviornments. I also have experince writing scripts for Autodesk Maya to create tools and automate tasks.
Procedural World Generation:
This is a tool I wrote to preform procedural landscape generation in the Unreal Editor with limited use of external tools. The only external tool used was the Fastnoise 2 previs software, but it was also configured to allow all noise scripting in engine.
The idea was to work with Unreal landscape tiles to preserve all existing landscape painting and sculpting tools. This was much more difficult than the standard procedural mesh workflow, and required using C++ to expose many engine functions. The tool was written as a plugin using C++, loosely scafolded in a blueprint.
Beneath The Badlands
Procedural Dungeon System
System used to generate dungeons for Beneath the Badlands. Generation logic itself is very quick ( < 1 second) but instancing rooms in takes longer. The dungeon is structured into a grid, and generates based on a self validating rejection based approach. Procedural hallways are used to allow connections at multiple points along the room's edge.
Physics Hit Reactions
Using physics blending to make enemies react to getting shot, shown on an early dev build.
Technical Design Document
The TDD for Beneath the Badlands outlines standards, practices, and code architecture for the project. It was primarily written by me.
​
Physicalized Sand In Processing
This was a fun project working with physicalized sand particles in Processing. All code was my own except the Sound and Xbox Kinect libraries.
​
​
Robotics:
Never forget your roots! In my senior year of High School I was lead programmer and lead driver on my school's First Robotics Competition team. It was our first year competing, and in addition to winning one of the three events we attended, we also won a Highest Rookie Seed award, a Rookie All Star award, and 2 Rookie Inspiration awards.
In the below video you can see my team (7416 Northern Horizons)'s robot starting in the center position on the right side.