devlog

This blog is a try to me keep motivates and a way to see my progress on my current projects. Let’s see how it goes!

Week 52
3 January 2022

This week I watched alot of netflix, relaxed and continued porting the python scripts to rust.

Week 51
26 December 2021

This week I started porting the build scripts from python to rust.

Week 50
19 December 2021

This week I spent on cleaning up and refactoring euphoria code. Getting real close to zero warnings in clang-tidy

Week 49
12 December 2021

This week I started refactoring euph to CamelCase and I expect it will take a while for it to be complete. I thought I was done with core but running clang-tidy checks on it it seems I’ve still missed a few spots

Week 48
5 December 2021

This week I mostly thought about rendering design, trying to come up with a flexible structure for 3d shader, mesh layout and API design.

Week 47
28 November 2021

This week I continued working on tred, adding test for vertex_layout, adding a custom assert library and continued working on the API design

Week 46
21 November 2021

This week I continued working on tred and finally got multi window rendering working.

Week 45
14 November 2021

This week I continued working on tred, refactoring, adding featuers and fixing issues.

Week 44
7 November 2021

This week I continued working on tred. Cleaning up and mostly working on boring non-visible stuff. I started combining the 2d and 3d rendering and I think I have a pretty good API but it currently isn’t working. Have to look into why next week.

Week 43
1 November 2021

This week I continued work on tred, cleaning up the code.