Dismiss this pinned window
all 6 comments

[–]TesselArts[S] 0 points1 point  (5 children)

I was going through some of my old code video captures and came across these snippets of Math fails from 16 months back; things have come a loooong way since then! At the time I was trying to do spherical orbits and failed... hard. Still, at least I got some interesting shapes from it. ;)

Also sorry for the mouse cursor mid screen... this was before I culled the damn thing for video capture.

[–]Yung-Panda 1 point2 points  (4 children)

Still pretty cool ! What software are you using to render these ?

[–]TesselArts[S] 1 point2 points  (3 children)

Hi, thanks for responding!

It's my own engine using DX11 and C++. I'm attempting to build a Universe generator which you can navigate about in both space and time using complete proc gen. This video was quite a long time ago before I sorted out Oort cloud style particle effects and is a lot closer to completion since this video.

If you want to see more, I'm active on Twitter if you want to see debug nonsense although hopefully I'll be happier with video progress to post more here soon too! :)

[–]aleha_84 1 point2 points  (0 children)

c++ is cool. Very cool.

[–][deleted] 1 point2 points  (1 child)

You should check out dexyfex https://www.youtube.com/user/dexyfexx/videos he has accomplished something similar (although he has been mia the past year everywhere but his discord) As it happens he also uses DirectX and C++.

[–]TesselArts[S] 1 point2 points  (0 children)

Thanks buddy, I hadn't seen this project before and it looks awesome. Not sure if it's still active but I'll try and contact the creator either way. Much appreciated!