-
euc works, so I guess what I am looking for is "software rendering" aka doing it all with the CPU but I found nothing else supporting it, and euc is very low-level compared to macroquad et al.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
I wouldn't recommend this for anything too serious but if you're just doing things for fun then please feel free to try my own simple software rendering library: https://github.com/polaris64/rust_wasm_graphics_lib.
-
Piet (https://github.com/linebender/piet) should work.
-
You don't need to depend on Angle in the build system, or link to it statically. For the purposes of your program it's just a GL driver. You'd just take libEGL.dll and a few dependencies from somewhere and place it in your folder with the executable. You can either copy it from Chrome or Firefox distribution, or as an artifact from https://github.com/DileSoft/gfbuild-angle, which my friend has set up for http://vange.rs/ builds on older Windows.
-
You don't need to depend on Angle in the build system, or link to it statically. For the purposes of your program it's just a GL driver. You'd just take libEGL.dll and a few dependencies from somewhere and place it in your folder with the executable. You can either copy it from Chrome or Firefox distribution, or as an artifact from https://github.com/DileSoft/gfbuild-angle, which my friend has set up for http://vange.rs/ builds on older Windows.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Related posts
-
NANOVOID Devlog #1: Lua Scripting
-
ggez 0.8.1 - only text is rendering; help needed please
-
Driving through the voxel grid in vange-rs
-
vange-rs running on WebGL
-
Just found out about this Rust rewrite of Vangers. Still a proof of concept, but will be interesting to see how it goes (especially for me as a Rustacean).