Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hunter Bobeck

8
Posts
3
Topics
2
Followers
5
Following
A member registered Feb 20, 2018 · View creator page →

Creator of

Recent community posts

This is a free demo I put together to introduce an open source VR locomotion toolkit: https://hunter-bobeck.itch.io/the-moon-motion-zone

Investigate a monolith on the moon describing new technology.

If you'd rather read about it before playing (and spoil a bit of fun), head to: http://moonmotionproject.com

Step into a virtual art gallery showcasing my digital spacescape paintings! This idea began as a passion project, something I've wanted to be able to do for a while: see my digital artworks in person. If you'd like to experience viewing an art gallery in VR, this is it! Download it for free to check it out.

Neat idea.

I agree, it looks very doable, and it's the basic idea behind fractals in the first place. I just don't know enough about raymarching yet personally. Thanks for the link, should help my future research.

(3 edits)

I wanted to find out if there was a more efficient way to render fractals according to simple relative transformations that occur at each iteration. This question was about whether raymarching would be able to do this more efficiently than duplicating object-oriented meshes in Unity, and in particular, whether this raymarching toolkit supports such functionality.

The answer is no, I assume, seeing as Kevin wasn't sure what I was talking about. I was trying to get at a general pattern that is very simple but very powerful;  I was talking about recursive transformations in general, with shells only as an example. I sent the Unity example I made and added this detail to my explanation. To repeat, here's the visual I achieved in Unity in just 5 minutes with objects, so the general logic isn't difficult, only applying it to raymarching is, for someone who hasn't raymarched before.  Here's the reply I got, focused on shells:

I'm not sure I understand your question completely—but for the fractals included in the examples, you can fully inspect and change the HLSL shader source. I attached some images showing what I mean. If this doesn't totally answer your question let me know!
Raymarching is tricky—some things are more difficult, and some things are easier. Many things are less performant.
Here's a famous example of a raymarched snail by one of the most knowledgeable graphics programmers on the planet:
https://www.shadertoy.com/view/ld3Gz2
Beautiful, right!?
You could, as an example, take the "mapShell" function there and add it as a raymarched primitive, but it would definitely take some work and understanding of the underlying principles.
...let me know what else I can help answer :)

I clarified with a response but haven't heard back in over a month.
I guess I'll need to learn raymarching coding for Unity to determine whether I can implement recursive fractals in a more efficient way than with plain old Unity objects. I imagine it would be much more performant with raymarching. It's pretty clear this toolkit hasn't explored such recursive functionality though. Which is a surprise, considering the emphasis on fractal patterns.

(1 edit)

Here is a visual. Here's another one I made in Unity in 5 minutes, using objects instead of raymarching. Recursive transformation is just the idea of applying a particular transformation again and again, once at every iteration.

Here is what I would expect to accomplish this...
Create a recursive repeat modifier. Set a relative position, relative rotation, and relative scale for the repeat modifier.
Make a shape childed to the modifier, and it will of course repeat, but it will do so recursively, whereby each iteration is relative to the previous iteration by the given relative position, relative rotation, and relative scale values.

This would be a simple and elegant tool. I hope it is supported or there is some way to customize the tool to do this. Might that be the case?

Mostly UX feedback...

  • I expected ESC to not only pause, but unpause
  • It wasn't clear that I should hold left click down until I realized by experimentation
  • The curves used for animation are really nice
  • Mouse sensitivity is too high, even set to 0
  • Having the screen go white while flying and doing a right-click interaction on a painted orb of music makes me worried I'm about to hit the tree in front of me
  • Art style is very well coordinated with the UI controls and font
  • It seems like a postprocessing filter is making the whole screen have static that shouldn't be there
  • No world boundary – I think the best alternative is to fade to white at a certain point and put you back where you started