-
stellarium
Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
If I wanted to build an app like Stellarium, displaying a 3D model, but not requiring fast animation, not a game, more visualization, what libraries should I be considering for the display/UI portion of this program?
-
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.
-
Wgpu? https://github.com/gfx-rs/wgpu
-
-
There's also Kajiya, though it's very new and works on a limited range of GPUs.
Related posts
-
Godot is not the new Unity – The anatomy of a Godot API call
-
Error on adding Default Bevy Plugins
-
Chrome ships WebGPU, a sort-of successor to WebGL. How soon do you see this being adopted by the game dev community?
-
Rust is hard, or: The misery of mainstream programming
-
Tauri (2) — Quick Start with Tauri + React (Open Source)