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 50
14 December 2020

This week I didn’t do much. I created a simple script to backup my git repos and read up on animation.

Week 49
6 December 2020

This week I switched tred to pitchfork layout and refactored it. I also spent most of my time on the ‘kittens game’, what a time waster.

Week 48
29 November 2020

This week I looked into the markov-chains parts of euphoria (again), refactored a bit and expanded with a “line” test, a bit of fun really. I also thought about how I want to lay out the vertex attributes in tred. It currently is 100% dynamic butit will be easier if it’s static. A few days I ago I was sure I wanted a 50/50 approach but since I have to deal with all the dynamic issues anyway I might as well benefit from the potential space spacing and use 100% dynamic attributes.

Read the rest...

Week 47
22 November 2020

This week I worked both a little on ride(scrolling in fileview and expanding folders) and a little bit on tred(refactored profiling and added a plane mesh). Hopefully next week I make some decent progress on tred as I want to get it to a usefule state before the end of the year.

Week 46
15 November 2020

This week I added cmdlet to new ride and converted euphoria to the pitchfork layout

Week 45
8 November 2020

This week I refactored the scrolling code and started work on the command palette.

Week 44
1 November 2020

This week I continued working on ride… and not much else happened :)

Week 43
25 October 2020

This week I resurected ride and started implementing it more or less from scratch. Well, less wx and more custom so not from scratch, hopefully by the end of next week I can soon integrate most of the old code that still is relevant.

Week 42
18 October 2020

This week I started work on the inerpreter part of the fel language/implementation and a little bit of constexpr for the euphoria engine. Most of the week however has been planning for the new appartment.

Week 41
11 October 2020

This week I continued work on fel, since I realized that it would be great if I could have the interpreter run scripts and functions this year and let the “fast” of the language come later but keeping the api the same.