Study Abroad best Guide for Students to find best colleges and universities abroad

TinyVG – an alternative binary encoded vector graphics format

An alternative binary encoded vector graphics format. Why another format? SVG is a horribly complex format and an overkill for most projects. The specification includes way too many edge cases so implementing a new SVG renderer will always have drawbacks or missing pieces. TinyVG tries to be simpler. Fewer features, but powerful enough to cover…

By |2023-03-21T12:51:20+00:00March 21st, 2023|Education|0 Comments

Zig as an alternative to writing unsafe Rust

3/7/2023 There are endless debates online about Rust vs. Zig, this post explores a side of the argument I don't think is mentioned enough. I was intrigued to learn that the Roc language rewrote their standard library from Rust to Zig. What made Zig the better option? They wrote that they were using a lot…

By |2023-03-10T06:14:47+00:00March 10th, 2023|Education|0 Comments
Go to Top