Zig is becoming more production-worthy (zigmonthly)

How Zig is used at Uber

At the start of the year the Zig Software Foundation recieved a small ~$50k USD support contract from Uber.

In this talk, Uber engineer Motiejus Jakštys describes developing bazel-zig-cc, a drop-in C/C++ toolchain for Bazel using Zig, how he onboarded Uber to use it, as well as how Google and CloudFlare also appear to be using it.

If you liked that, be sure to check out these articles:

Stage2 compiler rapidly approaching

image

The multi-year effort to switch away from Zig’s old stage1 C++ compiler to the new stage2 compiler written in Zig has really been progressing recently. (tracking issue #89)

Although it’s not ready for prime time yet, and not advised to test with it yet as many bugs are already known, we’re already seeing it can compile parts of some major projects with a bit of finangling.

Here’s why stage2 is such an important milestone

  • Once the compiler is written in Zig, a large portion of the community that wouldn’t have been able/willing to dive into a C++ codebase before will now be able to help out.
  • It will fix numerous known issues, especially around comptime - enabling some new interesting ways of using Zig metaprogramming.
  • The core team will then be able to begin thinking about:
    • Major language changes & what 1.0 might look like in the future
    • Exploring adding more safety to the language
    • Stabilizing the standard library
    • Exploring hot-code-swapping
    • Other performance wins

“Porting my game to the web”

Samarth Hattangady wrote an excellent article of their experience porting their game to the web using Zig’s WASM support and WebGL.

They’re looking for playtesters, so be sure to download the game on itch.io and give your feedback if it looks interesting to you!

Major Zig conference in Milan, Italy

This is a conference you don’t want to miss: SYCL 22 (Oct 7-10):

Software You Can Love, a conference that celebrates the art of creating software for humans

image

It’s a new conference being ran by Loris Cro (VP of Community) and will be held in Milan, Italy, Oct 7-10, and features:

  • Keynote speech from Andrew Kelley, a talk from Richard Feldman (remote)
  • Full day of Zig talks
  • MiLAN PARTY day, where people behind popular community projects like the Zig Embedded Group, etc. will be chatting in a casual LAN-party-like setting
  • SYCL Talks - The heart of the conference: Software You Can Love.
  • Workshops

Full schedule will come out soon, and early bird pricing ends soon so get your tickets now!

Article of the month: How I built zig-sqlite

“How I built zig-sqlite” is an excellent read for anyone looking to get a better understanding of Zig’s C interoperability as well as its powerful meta-programming capabilities.

Cosmic JS/WASM runtime developments

What if you could develop native applications in JavaScript or WASM, with a runtime that is not Electron? Cosmic is one answer to that, and a project to keep an eye on for sure:

a general purpose runtime for Javascript and WASM.

It aims to have broad applications by exposing native cross platform APIs: window management, 2D/3D graphics, UI widgets, filesystem, networking, and more.

It recently gained 3D model rendering via Vulkan, Text and UI, 3D animation, lighting, and PBR support (among other things):

Ecosystem

AllYourCodeBase.com was launched as a sort of “are we X yet” for Zig, I helped contribute an excellent overview of the Zig gamedev ecosystem - check it out and contribute information to it, as well!

Project highlights

  • zigimg continues to get improvements, with support for JPEG, PNG, QOI, TGA and more image formats.
  • An IntelliJ and CLion Zig Support plugin, version 0.0.6, was released.
  • Easily create TUI programs with zig-spoon! (project demonstration) by Leon Henrik Plickat showcases their new library for terminal UIs!
  • websocket.zig, a websocket server passing all (important) autobahn tests has been released!
  • ziglua was released, which “takes advantage of Zig’s features to make it easier and safer to interact with the Lua API.”

Article highlights

Changes to zigmonthly

As demands on my time and motivation shift over time, publishing zigmonthly on a regular cadence is.. challenging, to say the least.

  • I work 40-60 hours a week at a 200+ person startup directly reporting to the CTO, during tricky economic times.
  • I do my best to get 40+ solid hours a week into a life-long passion project: the Mach game engine.
  • I take care of what could be described as a small cat shelter.

I believe something like Zigmonthly should exist. It should be more than just a link aggregator, it should be a community update crafted with care and love. Behind the scenes, this involves a lot of work, and I haven’t always been true to that statement: (a) it’s not always clear when the best time to feature projects is, so I have to coordinate with project maintainers. Curating content and deciding if it’s representative of the quality we all want of Zig, and making the tough call of when to exclude something, while trying to acknowledge my biases - is all very time consuming and challenging.

I do this work because nobody else is, and I want something like zigmonthly to exist for the community.

To make my life easier, and to improve the quality of zigmonthly, I’m adopting a bi-monthly schedule. Hopefully this gives me more time to focus on Mach engine, more weekends where I can sit down and prepare these to publish on time, and give me a better selection of the highest quality content from the Zig community to go into these articles. The next one will go out sometime in September and cover July-Aug.

I’m also adopting a new format: orienting the articles more around new and highly-notable developments that should be highlighted, rather than speaking so much about incremental developments to established projects (excluding the Zig project itself.) I want these to be things that get people excited about what is going on in Zig, not a dump of links.

The idea is that if you have a new project, if you wrote a new application in Zig, etc. and you’d like everyone to be aware of it - then you can use zigmonthly to ‘launch’ it to 600+ readers and build your own audience/community from that. Updates to established projects (like say Mach or zig-gamedev) will still be mentioned, they’ll just be footnotes briefly summarizing (and linking to) their own status reports.

Thanks for reading

If you like my work, you can be one of the 9 people needed to help me reach my goal of 50 sponsors on GitHub and I’ll forever appreciate you.

Subscribe

Enter your email to get one Zig newsletter per month (or use this RSS feed):