New and with a question

New and with a question

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
eidas
Posts: 2
Joined: 13 Oct 2012, 12:03

New and with a question

Post by eidas »

Hi everyone,

I'm an avid strategy game fan and have recently decided to pursue game design and programming for my future (planning on shifting majors asap). Having only decided this recently, I'm completely green to programming but have a quick question for you all. I'd like to experiment and play around with the Spring Engine with an idea I've had for a long time. Has any of you created a voxel-based game in the Spring Engine? Is it possible to create a game world like the one in Minecraft where the environment is all voxel?

Not sure if all that made sense, but if any of you respond I'd like to give an early thanks!
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6242
Joined: 29 Apr 2005, 01:14

Re: New and with a question

Post by FLOZi »

In short - No. Springs (polygonal) 3d rendering is too closely integrated to truly do something like that currently.
eidas
Posts: 2
Joined: 13 Oct 2012, 12:03

Re: New and with a question

Post by eidas »

Thanks for the super quick response :-)
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6242
Joined: 29 Apr 2005, 01:14

Re: New and with a question

Post by FLOZi »

You can possibly fake the visuals to some extent (c.f. http://www.youtube.com/watch?v=ZaRUDEqz ... ature=plcp ) but it really depends what you want to do.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: New and with a question

Post by AF »

Exactly which parts? You could have a voxel map but you'd need to render it yourself, and you could only destroy from the top down due to the heightmap based nature of the map
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: New and with a question

Post by gajop »

basically no bridges/caves
tzaeru
Posts: 283
Joined: 28 Oct 2007, 02:23

Re: New and with a question

Post by tzaeru »

If you're completely green to programming but wish to become a programmer and a game designer, then as boring and cliche as it sounds, I'd have to suggest starting from the very basics. :wink:

For that purpose, processing.js would allow you to quickly see your code do stuff. They've an interactive sketchpad you can use.

Or just start from C++/Java/Python basic tutorials or learn from school. :P
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: New and with a question

Post by Forboding Angel »

User avatar
IceXuick
Posts: 519
Joined: 14 Mar 2006, 01:46

Re: New and with a question

Post by IceXuick »

Forboding Angel wrote:You mean like this? http://www.kickstarter.com/projects/330858688/dysis
Interesting!
Post Reply

Return to “General Discussion”