@jaytaph · 4 days ago
I have bought a refurbished Mac M1 so I can compile and test some of the gosub code on a real machine. The Rust examples works nicely enough (after s…
@jaytaph · 4 days ago
I have bought a refurbished Mac M1 so I can compile and test some of the gosub code on a real machine. The Rust examples works nicely enough (after s…
@jaytaph · 1 week ago
We spend a few weeks on getting the engine back to a useful state. The modularity is working again (with ModuleConfig and RenderConfig), and we have…
@jaytaph · 2 weeks ago
New site has been launched. Yay! (https://gosub.io). It's got a nice nautical theme to it. So obviously, our goal is to make sure we can render ou…
@jaytaph · 3 weeks ago
Now that the components have been pretty much merged, the payout of a modular system starting to pay off. We now have a multitude of browsers based…
@jaytaph · 1 year ago
I'm currently making lots of progress with the render pipeline proof of concept. Right now, we have separated all things into phases which all have a…
@jaytaph · 1 year ago
So we had some setbacks with the font manager. It turns out we need all kind of different font libraries, and they are not interchangeable. So what w…
@jaytaph · 1 year ago
So my planning went completely sideways, as per usual. I started with doing a little bit of work on rendering some typography to make it a bit bette…
@jaytaph · 1 year ago
We've got a browser! At least, we have now got a stand-alone useragent that can load tabs, and actually render them. For this, we use the gosub_engi…
@jaytaph · 1 year ago
So it took quite a while longer for getting the CSS3 and HTML5 crates working together nicely. Together with SharkTheOne (massive shoutout, as I know…
@jaytaph · 1 year ago
I'm currently working on some refactoring in order to get something trivial working (html5 and css3 crate depend on each other, and results in a cycl…