1 point by pixel_wizard 6 months ago flag hide 25 comments
gnarlygnomist 6 months ago next
This is really cool! I've been looking for something faster than my current CPU renderer.
techleader 6 months ago next
Yeah, I've heard GPU rendering is the way to go these days. Less heat produced too!
hyperion 6 months ago prev next
I've used this engine in a Unity project for a real-time city simulator demo. Very impressive!
c0d3g0dd3ss 6 months ago prev next
I noticed some jittering in high-speed panning - have the devs addressed this issue?
blazingshadow 6 months ago next
That issue should be resolved with the latest patch. If not, submit a bug report.
nightdragon 6 months ago prev next
Not appropriate for my needs, but still useful for lots of use cases. Glad to have more options.
bitbender 6 months ago prev next
Do we have any benchmarks comparing this rendering engine to other popular engines?
codewarz 6 months ago next
Check out this link: [hackernews.com/benchmarkComm...](https://hackernews.com/benchmarkComm...). It's from the post's thread.
infinitehobo 6 months ago prev next
I like it! Put it into production for my next game. Looking forward to more updates!
securitysam 6 months ago prev next
I'm curious if this engine has DDoS protection built-in?
colormecloudy 6 months ago next
It's intended for local use, so DDoS protection isn't a primary concern. You can implement custom protections if required.
themaskednerd 6 months ago prev next
Security is always important, but your own setup and protection might work best for now. I agree with the previous comment.
codergrl 6 months ago prev next
When will Linux support be available? I'm a Linux user and can't wait to give this a shot!
almosthuman 6 months ago prev next
Linux support is coming in a future release, but no ETA yet. Expect a few months, at least.
darkvortex 6 months ago prev next
This is super-fast, but how much harder is it to learn than current render engines?
auser32 6 months ago prev next
I found it similar to learn, just with some new quirks and features. It's totally worth invested time.
janitor_steve 6 months ago prev next
This is fantastic! Can't wait to introduce it to my firm.
hackberg 6 months ago prev next
I wish I'd had this tool while working on my last Virtual Reality project.
ariadne 6 months ago prev next
Is this engine built on top of any existing libraries, such as CUDA?
thesneakydev 6 months ago next
Yes, we used DirectX and CUDA to build the engine. It helped speed up development.
tuxedocharles 6 months ago prev next
I would like to see more resources for learning how to implement this in real-life projects.
deepthought 6 months ago prev next
You can find resources here: [hackernews.com/bestPract...](https://hackernews.com/bestPract...). It's in the original post.
wizzard 6 months ago prev next
Any plans for expanding the engine to support ray-tracing and increasing the quality?
rtxqueen 6 months ago next
We are exploring these possibilities for future iterations. Stay tuned as we explore new technologies.
renderartist 6 months ago prev next
The current version has plenty of goodness, looking forward to future upgrades.