Im on windows i would like to have a .exe file which is a 3d viewer, similar to blender.
Which language do i code it?
Which libraries would i need to use?
Note: when i mean creating my own 3d engine i mean that i would do myself the maths, i dont want a prebuild one
Thanks


I render my former answer. There is no language that can’t.
It sounds like you have little or no programming experience? You’ll need to start with learning to code. Lots of people recommend Python for beginners, though I’m not a fan personally of the language. That said there are a ton of tutorials for it.
As a Python user, I’d love to recommend it, but it’s a really bad fit for a game engine. I’d honestly love to see more engines in Rust, since Rust’s control over memory and support for multithreading and parallelism are better than almost every language out there (whether one should use it over C++ is dependent on one’s background).
This fella isn’t creating a serious game engine - sounds like they just want to explore the topic, so python would be fine even if it’s incredibly slow.
Fair enough, but I’m a proponent of letting the job dictate the tools, even for newbies. The earlier new devs learn to do that, the easier higher roles become.