StarDust DevLog

Profile
Czech Republic
Space RPG game development log
13 comments
2 followers
13 entries
Advertisement
KaRei
October 15, 2011
DevLog #13 - Engine: Viewport & Camera
Before displaying a scene, the viewport and projection transformations are needed. The engine have to allow multiple viewports (for splitscreen or PIP). Each viewport may want to display same, or absolutely different scene. In a case multiple viewports display same scene, they may want to display i…
1,294 views
KaRei
October 11, 2011
DevLog #12 - Engine engineering 2
The keyboard listener is complete, now with fixed and improved mask for special keys ( Ctrl, Alt, Shift ) to be a bit more flexible. The left Alt was a bit tricky to make it work using window messages. I was slowly going to think about abandoning the idea of callbacks as reaction on messages if it …
1,135 views
KaRei
October 08, 2011
DevLog #11 - Engine engineering
Last several days I've spent by separating engine from game by creating engine API.
Code for window handling and keyboard listening are nearly done.

Sounds strange to start speaking about creating an engine after many weeks of development. Bad for me, I haven't draw the line between engine part and g…
1,191 views
KaRei
September 29, 2011
DevLog #10 - OpenGL fog
OpenGL provides 3 fog types - GL_LINEAR, GL_EXP and GL_EXP2.
Some time ago I've found an image showing the characteristics of these modes which helped me to understand them a bit more. I can't find it now again, so I tried to recreate it. It isn't absolutely accurate, but it could help understand th…
2,472 views
KaRei
September 23, 2011
DevLog #9 - Blended objects sorting
Finally done. The blended objects are rendered in proper order. Or at least in most cases they are.

I think that everywhere where is a word about rendering blended objects is said that you must draw solid objects (faces) first and only after that draw the translucent/transparent objects (faces). And…
1,273 views
KaRei
September 01, 2011
DevLog #8 - Bright & dark spots image detection
The simple B&W image reading for generating galaxy arms presented in DevLog #7 showed up to be a bit too simple for my needs. I needed to reduce the thickness of dust stream within the arms. I've thought about another density map exclusively for the dust, but I needed larger resolution for it. …
1,552 views
KaRei
August 28, 2011
DevLog #7 - Galaxy arms (image based generating)
Hello again,
it's not much common for me to write entries somewhere too often, so I should better hurry to make this one before I change my mind
So, what happened in StarDust the last week? For long it looked I will have nothing, as the spiral arms of galaxy completely broke the images I presented i…
1,528 views
KaRei
August 21, 2011
DevLog #6 - The Milky-Way
It has been a long time since last update. Personal life stepped in and the development was freezed for a while as I had no taste for anything. Fortunately I am slowly grabbing powers again and the StarDust project is waking up from its hibernation.

I am bringing you now some screens of the Milky-Wa…
1,821 views
KaRei
June 16, 2011
DevLog #5 - Stars make-up
I got a bit bored with all the tiny dots covering approximately same area on screen with no real comparable differences in sizes and so I played a bit with the flare appearance on the distant stars. The result are visible differences in sizes. Some stars now are really looking brighter than others.…
1,304 views
KaRei
June 09, 2011
DevLog #4 - Stars and systems
This log is comming later than I expected, so without any further delays lets have a look on what happened since DevLog #3.

A lot of the time has been dedicated to analysis of information about stars, their types, spectral classes, magnitudes (luminosity), size and count. It however looks like th…
1,026 views
KaRei
May 23, 2011
DevLog #3 - Weekend in sign of troubles
The weekend is over. Code has went to Bitbucket repositories, initial encounter with TortoiseHg was relativelly successfull and optimization of sectors for generating stars brought a significant performance increase. But not everything was so bright. VisualStudio on second PC began randomly throwin…
1,056 views
KaRei
May 20, 2011
Distances and stars visibility
Several days have passed and StarDust moved thousands of light years away from the Solar System for now. The eliptical orbits of planets were done, but with some major changes in the system it looks the planets will maybe have to go around a star using physical simulation instead. Before the planet…
1,506 views
KaRei
May 16, 2011
Different space simulator
Welcome to the dev log of StarDust. This project lied in my head for quite a time, but I never had time I could dedicate to it. Until relatively recently. Just several weeks ago a concept for the game has been finally laid out. Design is still being written, but enough has been already prepared to …
1,103 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
9 Followers
15 Entries
10 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement