Live data from Hacker News

My Isometric Voxel Engine: One Year Later

voxelquest.com

81–86 of 86 posts

Re: My Isometric Voxel Engine: One Year Later

#81
post #80

Hey, with the way you have built this engine and/or with potential mods, is it possible to change the camera angle to view the map out of isometric mode, for instance in first person?

Its possible, but I have many other items prioritized above that.

Re: My Isometric Voxel Engine: One Year Later

#82
post #16

When I view your videos, all I can think is "oooh, he's using some kind of page-fault type engine to pull in and dynamically generate cubical subdivisions of space" So, assuming that's what's happening, why not pre-render/pre-generate a larger area than the visible area so that this faulting in process isn't as visible for a typical viewport pan. Also, if you were to reduce the resolution, would that make the faultin…

There is some destructibility in this video, but I'll go over it more in the future. :) You can make it go a lot faster by lowering the resolution, as I point out a bit down the page in the article. Every reduction of 2 in resolution ups performance and memory usage by 4-8 times, based on if the process is 2D (post process) or 3D related (chunk rendering). I'm continuing to add more optimizations to make things faste…

At the risk of having you compete with a project I would not even start, ;) you should dynamically reduce the resolution so that it runs in WebGL and create a backend in Akka or Erlang. You could get real funding with what you have here.

Re: My Isometric Voxel Engine: One Year Later

#83

Earlier quoted context omitted.

If anything, your procedural approach should make it easier, shouldn't it? Instead of transmitting level files you can only transmit some seed data, after that only transmit the updates. This should also make it possible for all players to change the map itself through interactions, like in Minecraft. I'm imagining something like the concept of No man's sky, applied to a low budget / community project, where every pl…

My initial investor was from Switzerland. As I mentioned in another comment, we found eachother on reddit. He is just a regular guy, gamer, and programmer - not by any means wealthy but he had enough in savings to get me some seed funding. By coincidence, I went to Germany right after we started making a deal (I was visiting my wife's family, who is from Germany). I made a pitstop in Switzerland to meet my investor,…

I understand why he invested. You have great passion and fantastic taste, I didn't know about this project until now.

Re: My Isometric Voxel Engine: One Year Later

#85
Are you using any sort of acceleration data-structures to manage your voxels or just storing everything in plain 3D array of positions? I imagine you can run into memory issues there if you don't account for spatial sparsity in your voxel data?

I'd be curious to know if you're something something like run-length encoding (RLE) or something hierarchical such as a B-Tree?

Re: My Isometric Voxel Engine: One Year Later

#86
post #74

Earlier quoted context omitted.

You can find some more details about the game on the Kickstarter page (some good questions answered there in the updates section as well, with a link to the design doc), in the about section, or on the Steam Greenlight page ( http://steamcommunity.com/sharedfiles/filedetails/?id=245148... ) As usual, video editing and marketing are my two worst skills, so I'm not very good at putting together all this stuff. :)

The marketing of the game gives me honest concern. It is the quintessential "list of features" that is indicative of technology made without acknowledging a critical, artistic perspective - that's even true of the title "Voxel Quest." If you can correct this and gain understanding of what the game _represents_ and what areas you _want_ it to be critiqued on, it will become both easier to design and to market. Narrowi…

All good points, thanks! Many of the details I failed to convey because I targeted my past audience (people who already saw my old updates) instead of current audience (people who have no idea what Voxel Quest is). But even with that in mind many of your points still hold. Thanks for the detailed, thoughtful feedback :)
Post reply on HN