You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cub3D is a project from École 42 aimed at creating a 3D rendering engine using the raycasting technique, similar to the one used in early first-person shooter games like Wolfenstein 3D.
Taskmaster is a job control daemon similar to Supervisor. It starts, monitors, and manages processes based on configurations defined in a file. Implemented in Rust, Taskmaster ensures process uptim…