/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: VSC – An open source 3D Rendering Engine in C++
(github.com)
101 points
NormalExisting
| 1 comments |
12 Mar 25 03:08 UTC
|
HN request time: 0.244s
|
source
Been making this rasterizer engine in C++ for the past few months, now also adding ray-tracing functionality to the system.
Simply load a model or generate a mesh, add some lights, and render.
Show context
pjc50
◴[
12 Mar 25 17:32 UTC
]
No.
43345634
[source]
▶
>>43339584 (OP)
#
Is this a recreation of the venerable POV-RAY
https://www.povray.org/
(30 years old now, wow)?
replies(1):
>>43347657
#
1.
dimatura
◴[
12 Mar 25 21:04 UTC
]
No.
43347657
[source]
▶
>>43345634
#
povray is a raytracer, this is a rasterizer (like what openGL does, say). Different rendering techniques.
ID:
GO
↑