Last month, one of the best productivity apps for Mac finally became available for Windows. That’s Raycast, which is like a keyboard-controlled Swiss Army Knife for your computer. Open Raycast with a ...
Unity CodeGen is a library that streamlines code generation on the Unity editor. By defining your own Generator that inherits from ICodeGenerator, you can generate codeautomatically. Create a .cs file ...
This project implements a simple raycasting engine using algorithms similar to those in Wolfenstein 3D to generate a pseudo-3D maze with texture mapping and sprites. It uses GLFW to create a window ...