gbrochar
  • Joined on 2020-11-20
gbrochar pushed to master at gbrochar/scop 2020-12-25 12:58:23 +00:00
0d8fd653a5 glut -> glfw
gbrochar pushed to master at gbrochar/scop 2020-12-24 12:41:44 +00:00
c86bab2d8a depth test working
gbrochar pushed to master at gbrochar/scop 2020-12-24 11:17:43 +00:00
f6aff761f9 matrices working, transparency issues
gbrochar pushed to master at gbrochar/scop 2020-12-23 20:23:23 +00:00
71c9d90cee matrices not working
gbrochar pushed to master at gbrochar/scop 2020-12-23 19:27:01 +00:00
01a06b09a1 first GL renders, need proj view model matrices
gbrochar pushed to master at gbrochar/scop 2020-12-23 18:38:35 +00:00
7d9758728b mat4_identity, mat4_inverse, minimal setup ready for OpenGL
gbrochar pushed to master at gbrochar/scop 2020-12-23 15:58:47 +00:00
7cc0265f3f triangulate
gbrochar pushed to master at gbrochar/scop 2020-12-23 15:06:42 +00:00
be37bd8c3e mat4_lookat
gbrochar pushed to master at gbrochar/scop 2020-12-23 14:13:11 +00:00
3aa9bf6fe3 fix compilation
gbrochar pushed to master at gbrochar/scop 2020-12-23 14:11:35 +00:00
5e4e8a768e mat4_perspective
gbrochar pushed to master at gbrochar/scop 2020-12-23 08:51:36 +00:00
c2b5bb8de0 mat4_multiply
gbrochar pushed to master at gbrochar/scop 2020-12-22 18:50:01 +00:00
430092bb1d update Makefile
gbrochar pushed to master at gbrochar/scop 2020-12-22 18:49:08 +00:00
be0af3b26d parser done except for f tokens, start matrices/vectors utils
gbrochar pushed to master at gbrochar/scop 2020-12-22 18:16:38 +00:00
7df21548f5 add armadillo, continue parsing
gbrochar pushed to master at gbrochar/scop 2020-12-22 17:15:28 +00:00
0e15b1ec6b parser started, norm ok, valgrind ok
gbrochar pushed to master at gbrochar/scop 2020-12-17 19:10:26 +00:00
1eba66abd1 Makefile, libft and resources
gbrochar created repository gbrochar/scop 2020-12-17 18:43:08 +00:00
gbrochar pushed to master at gbrochar/rsrt_cpu 2020-12-17 10:26:45 +00:00
b26fc2ae06 ready for refacto
gbrochar pushed to master at gbrochar/rsrt_cpu 2020-12-16 16:04:24 +00:00
c8f1a5928b ditched projection matrix
gbrochar pushed to master at gbrochar/rsrt_cpu 2020-12-12 13:27:39 +00:00
3953ea0d4e matrix almost working