SFML community forums

Bindings - other languages => Python => Topic started by: Chronocide on December 12, 2015, 01:45:25 pm

Title: kinda working topdown portal thing, w.i.p.
Post by: Chronocide on December 12, 2015, 01:45:25 pm
(http://)
I was a little surprised to not find any top-down portal anything, just side-scrolling. Functionally the same i suppose. Anyhow, I took a stab at it and came up with a working shader, and a view transition system that mostly works.
Thought I'd share it before I possibly mangle it.  https://github.com/bobbysoon/topdown_portals (https://github.com/bobbysoon/topdown_portals)

Draw lines with the mouse to place the portals. Move with WASD. Pan view with the middle mouse button. Scroll wheel to zoom.
Title: Re: kinda working topdown portal thing, w.i.p.
Post by: Nexus on December 12, 2015, 06:08:59 pm
Nice idea... :)
Do you plan to develop a game around top-view portals?
Title: Re: kinda working topdown portal thing, w.i.p.
Post by: Chronocide on December 12, 2015, 11:00:22 pm
No real plan. Just tinkering. Generally, I aim to make something Assault (https://www.google.com/search?q=namco+Assault+1988)-like.