4 Commits

Author SHA1 Message Date
98323da649 Reformat and reorganise before writing shadow code 2024-09-13 23:54:46 +01:00
84fbb711e1 Add function to invert 3x3 matrix 2024-09-01 22:28:11 +01:00
996597684b Add transpose and inverse matrix utilities 2024-08-24 00:25:18 +01:00
50b8c6dd0a Implement shaders (#1)
Reviewed-on: #1

	* Start implementing shaders and move vector code to dedicated files
	* Extract shader into its own header
	* Ensure pixel coordinates are within bounds
	* Refactor shader code and implement fragment shaders
	* Create shaders
	* Reorganise code
Co-authored-by: Abdelrahman <said.abdelrahman89@gmail.com>
Co-committed-by: Abdelrahman <said.abdelrahman89@gmail.com>
2024-08-18 14:28:09 +00:00