Search found 700 matches

by K-Bal
Mon Jan 11, 2016 10:49 am
Forum: General/Off-Topic
Topic: New Song - "Welt aus Staub"
Replies: 2
Views: 4928

Re: New Song - "Welt aus Staub"

Thanks, Dan! I'm glad you like it! :worship:

I'd love to provide music for ES.... oh man, I need 48 hr days. So many things I'd like to do :shock2:
by K-Bal
Mon Jan 11, 2016 2:48 am
Forum: General/Off-Topic
Topic: New Song - "Welt aus Staub"
Replies: 2
Views: 4928

New Song - "Welt aus Staub"

Hey guys, Overshadowed by David Bowie's death, my new digital single "Welt aus Staub" was released. It features a very nice guitar solo by my friend Yeray Diaz Hurtado. I hope you like it! https://soundcloud.com/marius-staerk/welt-aus-staub https://www.amazon.de/gp/product/B019WM61TA/ref=d...
by K-Bal
Sat Nov 14, 2015 1:01 am
Forum: Programming Discussion
Topic: is it possible run android apps on Dreamcast
Replies: 6
Views: 10595

Re: is it possible run android apps on Dreamcast

You should wait for ESTk to be released and use it to develop your game ;)
by K-Bal
Tue Oct 27, 2015 11:19 am
Forum: Programming Discussion
Topic: Sorting the code && Storing the files.
Replies: 20
Views: 20160

Re: Sorting the code && Storing the files.

I don't have time to address all questions, so I just leave some points about the static keyword ;) In general, static means that something has a lifetime that extends across the lifetime of the entire run of the program. Static variables occupy memory addresses that lie next to the program code, in...
by K-Bal
Sat Oct 10, 2015 5:21 am
Forum: General/Off-Topic
Topic: Halloween Party
Replies: 1
Views: 4706

Re: Halloween Party

by K-Bal
Fri Sep 04, 2015 3:31 pm
Forum: General/Off-Topic
Topic: New Song
Replies: 2
Views: 5127

Re: New Song

A smooth vibe is exactly what I wanted to convey in this piece. Thanks a lot! :)
by K-Bal
Fri Sep 04, 2015 12:20 pm
Forum: General/Off-Topic
Topic: New Song
Replies: 2
Views: 5127

New Song

Hey guys,

I made a new song. It's German again but I hope you still like it ;) I produced it on Linux using Ardour and several open-source plugins and samplers.

https://soundcloud.com/marius-staerk/nichtig

Cheers,
Marius
by K-Bal
Wed Aug 19, 2015 2:35 am
Forum: Programming Discussion
Topic: Question Regarding Tile Engines
Replies: 7
Views: 9750

Re: Question Regarding Tile Engines

You're probably right about the memory access of a structure-of-arrays on a GPU. I was thinking too much about cache coherency on a CPU. I honestly haven't fucked with the geometry shaders enough to know if this would speed things up or not. It's a really good idea... I want to look into it. When I ...
by K-Bal
Thu Jul 02, 2015 7:17 am
Forum: Programming Discussion
Topic: Question Regarding Tile Engines
Replies: 7
Views: 9750

Re: Question Regarding Tile Engines

That's the basics. If I were you, and I were using the OpenGL core profile, I would store that giant-ass array of geometry as a VBO GPU-side, and drastically reduce the overhead fo transferring vertices every frame. ...and send only one vertex per tile and inflate it with geometry shader to a full ...
by K-Bal
Sat Jun 06, 2015 10:07 am
Forum: General/Off-Topic
Topic: Oh my gawd, I made a Music Video in "Pixel Art"
Replies: 0
Views: 20445

Oh my gawd, I made a Music Video in "Pixel Art"

I just released my first single as a solo artist and I made a music video in a kind of pixel style for it! I hope you like it! k05bmctfkco Falco was interested in the lyrics, so I translated them to English for everyone: the alarm goes off for the 10th time oh, sleeping is healthy, i snooze it again...
by K-Bal
Tue May 12, 2015 2:27 am
Forum: Programming Discussion
Topic: Compiler talk
Replies: 6
Views: 8705

Re: Compiler talk

Maybe you should just stop worrying about this. Use something that fulfills all your needs. You might come to point where you realize your compiler is not the right tool. That is the right point to start looking for alternatives. Personally, I'm using QtCreator with GCC on Linux at work and at home,...
by K-Bal
Fri Apr 24, 2015 2:36 am
Forum: Programming Discussion
Topic: Newb Question about rpg inventory management
Replies: 11
Views: 6649

Re: Newb Question about rpg inventory management

When you start adding more items with different properties, everything becomes a big mess. Imagine a wizard that gets armor bonus for carrying some spell book. What type is it; Armor, weapon or book? Instead think about what an item really is: a collection of properties that have certain effects in ...
by K-Bal
Thu Apr 23, 2015 5:30 pm
Forum: Programming Discussion
Topic: Newb Question about rpg inventory management
Replies: 11
Views: 6649

Re: Newb Question about rpg inventory management

I didn't thoroughly read the whole SQL part, but I just wanted to point out that using inheritance for different item types might not be a good idea, in the same way that inheritance is not a good model for different game entities. Also how big can a game inventory possibly be that search performanc...
by K-Bal
Fri Feb 27, 2015 10:22 am
Forum: General/Off-Topic
Topic: Any people from North Carolina (Raleigh area) here?
Replies: 0
Views: 21016

Any people from North Carolina (Raleigh area) here?

Hey guys,

I'm interviewing with Google in Chapel Hill on Monday, so I'm jetting to the US for a couple of days. If anyone happens to live or be in the area between Saturday and Tuesday, let me know. Would be great to meet for a beer and some nerdy talk.

Cheers,
Marius