Projects
Contents
Lua
I quite enjoy Lua as a programming language. It's generally my go-to for quickly testing algorithms, performing some more complex calculations, or if I need a scripting language to bind into one of my projects. It's also used as the programming language on Roblox, as well as the language in which mods for several games are written. With that said, there are quite a few projects here that are worth mentioning.
Spring Simulation
Using a more mathematical approach to a mass-on-a-spring simulation to avoid problems with large time steps
Node-Based Pathfinding
Exploring the design, expansion, and optimization of a node-based pathfinding algorithm