3D learning without 3d renderer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

3D learning without 3d renderer

I'm now learning on 3d graphics without renderer, just using the Visual C# on the Visual studio. Does anyone have any good resources for learning that?

7th May 2019, 5:24 AM
ShortCode
6 Answers
+ 9
http://www.rastertek.com/tutindex.html There are a lot of great 3d tutorials.
7th May 2019, 6:30 AM
Dragonxiv
Dragonxiv - avatar
+ 7
What about OpenGL? Is that still used?
8th May 2019, 9:40 AM
Sonic
Sonic - avatar
+ 5
Combining python + C language is good for 3D render
7th May 2019, 1:55 PM
Galih Prakoso
Galih Prakoso - avatar
+ 4
Yes but i think that some are going to use Vulkan.
8th May 2019, 9:48 AM
Dragonxiv
Dragonxiv - avatar
+ 1
maybe phyton help
11th May 2019, 3:08 PM
peter
+ 1
What do you mean by "3D graphics without 3D renderer"? You can't have 3D graphics without rendering them. Do you mean realtime vs non-realtime like you have with games vs prerendering for movies? Do you mean using existing libraries vs rendering more from scratch? For example, using OpenGL vs writing code to calculate every pixel's colour?
19th Oct 2020, 5:08 PM
Josh Greig
Josh Greig - avatar