Our great sponsors
-
Raylib itself is written in C, and therefore "easiest" to work with in C. But there are bindings for over 60 languages, so take your pick.
-
I think if you want to get into graphics programming you do want to work with OpenGL and similar things, because at the very least you need to understand it all (and decide what parts of engines to use and what to ignore when you get to whole games). It's also worth saying that while you can only publicly get the references in Unity you do get source access at the higher subscription tiers you'd use at a game studio.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
There's raw bindings, once upon a time people worked on a safe wrapper but figures that kind of thing needs to be opinionated to a degree that you can just as well write an engine, or go right ahead and implement WebGPU and have something that also runs on DirectX, Metal, etc. It's what bevy uses as backend for its default renderer.
-
Do you know https://github.com/overdrivenpotato/rust-psp ?
-
Something like vulkano in Rust or zig-gamedev in zig might be a much more enjoyable approach: They're similarly bare metal languages but have a lot of advantages over C++ (borrow checker's safety, simpler syntax). However, they're not commonly used by big studios.
-
Something like vulkano in Rust or zig-gamedev in zig might be a much more enjoyable approach: They're similarly bare metal languages but have a lot of advantages over C++ (borrow checker's safety, simpler syntax). However, they're not commonly used by big studios.