What I did today

really glad it works out wessles ! :slight_smile:

/ wrote a geo shader to paint these cubes somewhat efficient.

then i found two scenes which i liked :


http://memleaks.net/things/svo_g1.jpg


http://memleaks.net/things/svo_g2.jpg

A batch just got greenlit; so:

Currently suffering through 106°F/42°C heat with humidity.

Actually what I did yesterday. Implemented thorns into the game, and added a free mode.

The free mode allows you to see the complete level with a 6DOF camera.

@SHC Sorry about that, but I think your background image of the Earth does not reflect how polished your game seems. I believe you should attempt to to a better version, or maybe draw a futuristic planet, maybe a mix between Star Wars’ Death Star and Tron’s lights? :point: Or you could just add a cool atmosphere by just having a light-brown to beige gradient paint as a background and clouds passing by very slowly? ;D

EDIT: There you go, found an image of a game I used to play a long time ago — Ballance (Atari)

http://www.dlgamer.fr/images/prods/providers3_659972_screenshot1.jpg

J0

Finished most of the work on my custom .TMX loader, which allows for flexibility in my maps. :slight_smile: Also began work on the animation manager of my engine. I really should get around to doing some of the art though because nothing I’ve worked on is really visible outside of the code.

@J0

I know that game, I have played that ~6 years ago, it was actually the inspiration for my game. But this game is going to be story based. I need the earth to be there in the background according to the story. I think I will replace that texture with a large and improved earth background.

Your game looks polished and interesting! I can also see J0’s point about the planet looking a bit like a placeholder.

You may already be light-years ahead of the following information. But for what it is worth, in case it might be helpful, here is some data I used for generating an earth map via Perlin noise. Admittedly, I didn’t take the approach to its potential–I was just trying to get a grasp of the basic concepts when exploring this a while back. The color mapping is a tweaked, by-eye remaking of one I found in a tutorial by AngryOctapus. http://www.angryoctopus.co.nz/?p=11 which has various ideas laid out, but would also benefit from using 3D rather than applying a lens. (I can’t recall the jgo member name of this person, but he comments here now and again.)

In any event, in this case, the simplex function’s -1 to 1 range is mapped to values ranging from 0 to 255 (leftmost column). These values are assigned to RGB values in the middle columns. You’d want to do it 3D instead of flat, of course. The color-mapping shown might be a good starting point for tweaking. The algorithm generating the graphic below just uses a normal sort of fractal octaves–maybe I skipped an octave here or there. (I’m happy to explain further if you haven’t already delved into Perlin fractals.)

One could also bias the output towards the white end at the poles of the planet. Or tweak the colors to make it more other-worldly or more accurately reflecting Earth.

Got my three monitors + VESA stand all up and running :smiley:

https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpt1/v/t34.0-12/11780588_450450115129396_236060303_n.jpg?oh=0c1c20e30aa5f408542b9306f2774d6f&oe=55B14825&gda=1437666804_6ecc1f8b7efd7b6b5fc28f91b98e3c13

learned that travelling an octree in depth first can be perfect back to front sorting for transparency or front to back for culling love \o/

found myself lost in colours again tho’ :

Nice! How is this wired/cabled? Any particular video card needed to have 3 monitors? Is 4 a possibility?

Most cards nowadays support 4 monitors (3 for gaming + 1 extra), but you’ll need to use whatever cable connectors your card has. You may have to plug in 2 through DisplayPort, 1 through DVI, 1 through HDMI or something like that. My 3 monitors only have DVI inputs, so I need 2 cards to connect all of mine.

Processed some of the photos from my dark sky trip.

Did some GIMPing and made this new earth texture: http://i.imgur.com/Y9WpEh6.png

Finished my SQL course, kind of a moot point considering I have a job doing SQL, but that’s not the point =P

I can’t speak for Nvidia GPUs, but AMD’s HD 5000 series onwards (released 2009) and in their recent APUs have included “Eyefinity” technology, a multi-monitor system that supports up to 6 monitors per GPU. As theagentd said, you can have a maximum 2 monitors connected in “legacy output” ports (VGA, DVI, HDMI etc) and subsequent monitors must be connected via DisplayPorts. With the right adapters and wotnot, you can connect multiple displays to each DisplayPort.

In my setup, I am using 2 DVI and one DisplayPort (adapted from HDMI).

EDIT: And the card that I am using is Sapphire’s R9 280X Tri-X.

[shamelessSelfPromotion]

Tweaked how Wybuuk displays posts.

http://45.55.148.235/imgs/new-display.png

[/shamlessSelfPromotion]

Got my braces off!

Also, finally getting back to my OS. Developed a very basic PCI IDE driver to read from hard disks. It… kind of works. Also started testing some more advanced memory management for running multiple programs. After this, I’m wanting to look into writing my own bootloader so I can change video modes in real mode and have a better resolution.

Working on my new game, with the help of the great people in IRC I’ve managed to spruce up my pixel art:

http://puu.sh/j9wvU/c81d868091.png

I built a health bar that has liquid in it that jiggles every time you take damage.

gifv here