• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:19
CEST 18:19
KST 01:19
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun11[ASL21] Ro8 Preview Pt1: Inheritors16[ASL21] Ro16 Preview Pt2: All Star10Team Liquid Map Contest #22 - The Finalists22[ASL21] Ro16 Preview Pt1: Fresh Flow9
Community News
2026 GSL Season 1 Qualifiers25Maestros of the Game 2 announced92026 GSL Tour plans announced15Weekly Cups (April 6-12): herO doubles, "Villains" prevail1MaNa leaves Team Liquid25
StarCraft 2
General
Team Liquid Map Contest #22 - The Finalists Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool MaNa leaves Team Liquid Maestros of the Game 2 announced
Tourneys
GSL Code S Season 1 (2026) SC2 INu's Battles#15 <BO.9 2Matches> WardiTV Spring Cup RSL Revival: Season 5 - Qualifiers and Main Event SEL Masters #6 - Solar vs Classic (SC: Evo)
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players [M] (2) Frigid Storage
External Content
The PondCast: SC2 News & Results Mutation # 523 Firewall Mutation # 522 Flip My Base Mutation # 521 Memorable Boss
Brood War
General
Data needed Pros React To: Leta vs Tulbo (ASL S21, Ro.8) ASL21 General Discussion [TOOL] Starcraft Chat Translator JaeDong's ASL S21 Ro16 Post-Review
Tourneys
Escore Tournament StarCraft Season 2 [Megathread] Daily Proleagues [ASL21] Ro8 Day 2 [ASL21] Ro8 Day 1
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers What's the deal with APM & what's its true value Any training maps people recommend?
Other Games
General Games
Daigo vs Menard Best of 10 Stormgate/Frost Giant Megathread Nintendo Switch Thread Dawn of War IV Diablo IV
Dota 2
The Story of Wings Gaming
League of Legends
G2 just beat GenG in First stand
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread European Politico-economics QA Mega-thread Russo-Ukrainian War Thread 3D technology/software discussion Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Anime Discussion Thread [Req][Books] Good Fantasy/SciFi books Movie Discussion!
Sports
2024 - 2026 Football Thread McBoner: A hockey love story Formula 1 Discussion
World Cup 2022
Tech Support
streaming software Strange computer issues (software) [G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Sexual Health Of Gamers
TrAiDoS
lurker extra damage testi…
StaticNine
Broowar part 2
qwaykee
Funny Nicknames
LUCKY_NOOB
Iranian anarchists: organize…
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1981 users

The Big Programming Thread - Page 439

Forum Index > General Forum
Post a Reply
Prev 1 437 438 439 440 441 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
RoyGBiv_13
Profile Blog Joined August 2010
United States1275 Posts
February 07 2014 17:47 GMT
#8761
On February 08 2014 02:39 BisuDagger wrote:
Every time I see this thread title I think we should put a project on SVN and give everyone access. Then we can all just jump in and add to the game whenever we have free time. C++ of course (my preference) and built from the ground up. I'd totally put together a frame for a game to jump start this.


Yeah, I'm down. We can collaborate on #tl.code.

I haven't done game dev for some time, but I can help with the lower level modules.

Any sufficiently advanced technology is indistinguishable from magic
BisuDagger
Profile Blog Joined October 2009
Bisutopia19343 Posts
February 07 2014 18:45 GMT
#8762
On February 08 2014 02:47 RoyGBiv_13 wrote:
Show nested quote +
On February 08 2014 02:39 BisuDagger wrote:
Every time I see this thread title I think we should put a project on SVN and give everyone access. Then we can all just jump in and add to the game whenever we have free time. C++ of course (my preference) and built from the ground up. I'd totally put together a frame for a game to jump start this.


Yeah, I'm down. We can collaborate on #tl.code.

I haven't done game dev for some time, but I can help with the lower level modules.


I think I'm going to follow through with this over the next week or two I'll put something together. The simplest style for an open source game is to make it open world. So i'll create a basic open world with directX graphics and setup a camera. From there anyone can literally add whatever the want to it. Physics, graphics, sound, a roaming dragon, anything lol. I'll give updates once I can open this to TL.
ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
Manit0u
Profile Blog Joined August 2004
Poland17740 Posts
February 07 2014 20:55 GMT
#8763
On February 07 2014 23:07 Zocat wrote:
Show nested quote +
On February 07 2014 22:21 Manit0u wrote:
On February 07 2014 12:22 Sub40APM wrote:
Hey guys: I am trying to do a quick analysis in pandas. Its that Kaggle question, how to predict if you live or die in the Titanic sinking.
So here are the steps I took:
import data into a data frame
scan data frame for gender and class
if gender is female and class is 1 and 2, survived
if gender is female and class is 3, 50/50 chance using randomint to see if you survive or not
if male, dead.

survived/dead is 1/0. Prior to the scan I create an empty dictionary, the key is each individual's Id and the value is the 1/0 that I add in after the scan through.
Seems reasonable?


Seems fine. Although I'd possibly add more randomness to it by shuffling the array before selecting a random entry from it (to simulate the chaos of people rushing to the lifeboats while being at different locations of the ship).+ Show Spoiler +


Just one more easy step and it adds a whole new dimension:


srand((unsigned int) time(0)); // generate random seed

mixed arr[] = { stuff, goes, here, ... };
int n = sizeof(arr);

for (int i = 0; i < n; i += 1)
{
int s = random(n);
mixed tmp = arr[i];

arr[i] = arr[s];
arr[s] = tmp;
}


Can you explain that?
Assuming an uniform distribution (off the PRNG) shuffling the array before selecting a random entry shouldn't add any randomness.


Run it both ways and see if there's any difference or not. You can also generate new random seed every time you invoke the random function.
Time is precious. Waste it wisely.
iaretehnoob
Profile Joined June 2004
Sweden741 Posts
February 07 2014 22:37 GMT
#8764
On February 08 2014 05:55 Manit0u wrote:
Show nested quote +
On February 07 2014 23:07 Zocat wrote:
On February 07 2014 22:21 Manit0u wrote:
On February 07 2014 12:22 Sub40APM wrote:
Hey guys: I am trying to do a quick analysis in pandas. Its that Kaggle question, how to predict if you live or die in the Titanic sinking.
So here are the steps I took:
import data into a data frame
scan data frame for gender and class
if gender is female and class is 1 and 2, survived
if gender is female and class is 3, 50/50 chance using randomint to see if you survive or not
if male, dead.

survived/dead is 1/0. Prior to the scan I create an empty dictionary, the key is each individual's Id and the value is the 1/0 that I add in after the scan through.
Seems reasonable?


Seems fine. Although I'd possibly add more randomness to it by shuffling the array before selecting a random entry from it (to simulate the chaos of people rushing to the lifeboats while being at different locations of the ship).+ Show Spoiler +


Just one more easy step and it adds a whole new dimension:


srand((unsigned int) time(0)); // generate random seed

mixed arr[] = { stuff, goes, here, ... };
int n = sizeof(arr);

for (int i = 0; i < n; i += 1)
{
int s = random(n);
mixed tmp = arr[i];

arr[i] = arr[s];
arr[s] = tmp;
}


Can you explain that?
Assuming an uniform distribution (off the PRNG) shuffling the array before selecting a random entry shouldn't add any randomness.


Run it both ways and see if there's any difference or not. You can also generate new random seed every time you invoke the random function.


No. If your shuffle wasn't broken all this would do is waste CPU cycles, with the code you've given it would actually bias the results. Re-seeding the RNG everytime you invoke would most likely (depending on the RNG implementation and how you call it) make things much worse.
mcc
Profile Joined October 2010
Czech Republic4646 Posts
February 07 2014 22:39 GMT
#8765
On February 08 2014 05:55 Manit0u wrote:
Show nested quote +
On February 07 2014 23:07 Zocat wrote:
On February 07 2014 22:21 Manit0u wrote:
On February 07 2014 12:22 Sub40APM wrote:
Hey guys: I am trying to do a quick analysis in pandas. Its that Kaggle question, how to predict if you live or die in the Titanic sinking.
So here are the steps I took:
import data into a data frame
scan data frame for gender and class
if gender is female and class is 1 and 2, survived
if gender is female and class is 3, 50/50 chance using randomint to see if you survive or not
if male, dead.

survived/dead is 1/0. Prior to the scan I create an empty dictionary, the key is each individual's Id and the value is the 1/0 that I add in after the scan through.
Seems reasonable?


Seems fine. Although I'd possibly add more randomness to it by shuffling the array before selecting a random entry from it (to simulate the chaos of people rushing to the lifeboats while being at different locations of the ship).+ Show Spoiler +


Just one more easy step and it adds a whole new dimension:


srand((unsigned int) time(0)); // generate random seed

mixed arr[] = { stuff, goes, here, ... };
int n = sizeof(arr);

for (int i = 0; i < n; i += 1)
{
int s = random(n);
mixed tmp = arr[i];

arr[i] = arr[s];
arr[s] = tmp;
}


Can you explain that?
Assuming an uniform distribution (off the PRNG) shuffling the array before selecting a random entry shouldn't add any randomness.


Run it both ways and see if there's any difference or not. You can also generate new random seed every time you invoke the random function.

That is not explanation, because on the first glance your advice goes against the nature of randomness and probability. If you use random picking from the set, random shuffling beforehand should have absolutely no effect on the "randomness" of the process.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2014-02-08 02:34:10
February 08 2014 02:30 GMT
#8766
Quick question on C++, is this link a good place to learn C++ basics from? Also, how transferable are my skills from Java and Objective-C for C++? I've used a little bit of basic C, too - stdlib.h (realloc, memset, malloc, free, exit), stdio.h, string.h and math.h.
Fission
Profile Blog Joined August 2010
Canada1184 Posts
Last Edited: 2014-02-08 04:09:29
February 08 2014 03:59 GMT
#8767
For work I had to write a full fledged non-linear regression package in PL\SQL, complete with noise reduction algorithms to make the regression 'robust' (insensitive to structured error found in the data sets we were concerned with). I ended up going with a kind of projected gradient levenberg-merquandt iteratively re-weighted least squares approach. I have a degree in math, but I encountered all sorts of strange numerical analysis challenges that I had never seen before, such as situations where the hessian of the LS objective function was "almost" rank degenerate due to idiosyncracies in the data types in pl\sql, and bizarre issues arising from domain restrictions on the objective function.

Overall, I have learned that I really, really hate programming anything related to math without functional programming tools such as first class functions Also , pl\sql is really not well suited for this kind of high level math, at all. The fun part was that I got to read lots of nifty math papers, and I really love math so it was nice to get to spend my work days on this challenge. The end result was surprisingly fast, but probably wouldn't scale well to extremely large problems (not that it matters for what we're using it for).
nunez
Profile Blog Joined February 2011
Norway4003 Posts
February 08 2014 04:35 GMT
#8768
On February 08 2014 12:59 Fission wrote:
For work I had to write a full fledged non-linear regression package in PL\SQL, complete with noise reduction algorithms to make the regression 'robust' (insensitive to structured error found in the data sets we were concerned with). I ended up going with a kind of projected gradient levenberg-merquandt iteratively re-weighted least squares approach. I have a degree in math, but I encountered all sorts of strange numerical analysis challenges that I had never seen before, such as situations where the hessian of the LS objective function was "almost" rank degenerate due to idiosyncracies in the data types in pl\sql, and bizarre issues arising from domain restrictions on the objective function.

Overall, I have learned that I really, really hate programming anything related to math without functional programming tools such as first class functions Also , pl\sql is really not well suited for this kind of high level math, at all. The fun part was that I got to read lots of nifty math papers, and I really love math so it was nice to get to spend my work days on this challenge. The end result was surprisingly fast, but probably wouldn't scale well to extremely large problems (not that it matters for what we're using it for).


could you have applied some scaling to your problem to make the hessian play nice, or am i missing the mark?
i got checking out functional programming (through boost phoenix) on my todo list...
conspired against by a confederacy of dunces.
Fission
Profile Blog Joined August 2010
Canada1184 Posts
Last Edited: 2014-02-08 05:25:09
February 08 2014 04:49 GMT
#8769
On February 08 2014 13:35 nunez wrote:
Show nested quote +
On February 08 2014 12:59 Fission wrote:
For work I had to write a full fledged non-linear regression package in PL\SQL, complete with noise reduction algorithms to make the regression 'robust' (insensitive to structured error found in the data sets we were concerned with). I ended up going with a kind of projected gradient levenberg-merquandt iteratively re-weighted least squares approach. I have a degree in math, but I encountered all sorts of strange numerical analysis challenges that I had never seen before, such as situations where the hessian of the LS objective function was "almost" rank degenerate due to idiosyncracies in the data types in pl\sql, and bizarre issues arising from domain restrictions on the objective function.

Overall, I have learned that I really, really hate programming anything related to math without functional programming tools such as first class functions Also , pl\sql is really not well suited for this kind of high level math, at all. The fun part was that I got to read lots of nifty math papers, and I really love math so it was nice to get to spend my work days on this challenge. The end result was surprisingly fast, but probably wouldn't scale well to extremely large problems (not that it matters for what we're using it for).


could you have applied some scaling to your problem to make the hessian play nice, or am i missing the mark?
i got checking out functional programming (through boost phoenix) on my todo list...


You're on the mark - that's kinda what I did in the end The problem turned out to be that the domain onto which I was projecting the next iteration of the parameter vector was too close to the domain on which the objective function was defined (like, basically coinciding with the boundary), and it was causing the hessian of the objective function to have values really close to zero in it, which, when inverted, was causing an overflow. The fix was to ensure that there was enough "room" on the domain of the parameter space to make sure that little nudges in any direction wouldn't cause anything to break. Sorry if this is unclear :S
Rollin
Profile Joined March 2011
Australia1552 Posts
February 08 2014 05:16 GMT
#8770
On February 08 2014 03:45 BisuDagger wrote:
Show nested quote +
On February 08 2014 02:47 RoyGBiv_13 wrote:
On February 08 2014 02:39 BisuDagger wrote:
Every time I see this thread title I think we should put a project on SVN and give everyone access. Then we can all just jump in and add to the game whenever we have free time. C++ of course (my preference) and built from the ground up. I'd totally put together a frame for a game to jump start this.


Yeah, I'm down. We can collaborate on #tl.code.

I haven't done game dev for some time, but I can help with the lower level modules.


I think I'm going to follow through with this over the next week or two I'll put something together. The simplest style for an open source game is to make it open world. So i'll create a basic open world with directX graphics and setup a camera. From there anyone can literally add whatever the want to it. Physics, graphics, sound, a roaming dragon, anything lol. I'll give updates once I can open this to TL.

Just curious, why no opengl for linux/mac? Do you intend to use OS specific functionality (or keep that option open), hence directx over opengl?
Throw off those chains of reason, and your prison disappears. | Check your posting frequency timeline: http://www.teamliquid.net/mytlnet/post_activity_img.php
nunez
Profile Blog Joined February 2011
Norway4003 Posts
February 08 2014 05:41 GMT
#8771
@fission ah, neat.

@rollin i am curious too.
conspired against by a confederacy of dunces.
Manit0u
Profile Blog Joined August 2004
Poland17740 Posts
Last Edited: 2014-02-08 09:49:13
February 08 2014 09:47 GMT
#8772
On February 08 2014 07:39 mcc wrote:
Show nested quote +
On February 08 2014 05:55 Manit0u wrote:
On February 07 2014 23:07 Zocat wrote:
On February 07 2014 22:21 Manit0u wrote:
On February 07 2014 12:22 Sub40APM wrote:
Hey guys: I am trying to do a quick analysis in pandas. Its that Kaggle question, how to predict if you live or die in the Titanic sinking.
So here are the steps I took:
import data into a data frame
scan data frame for gender and class
if gender is female and class is 1 and 2, survived
if gender is female and class is 3, 50/50 chance using randomint to see if you survive or not
if male, dead.

survived/dead is 1/0. Prior to the scan I create an empty dictionary, the key is each individual's Id and the value is the 1/0 that I add in after the scan through.
Seems reasonable?


Seems fine. Although I'd possibly add more randomness to it by shuffling the array before selecting a random entry from it (to simulate the chaos of people rushing to the lifeboats while being at different locations of the ship).+ Show Spoiler +


Just one more easy step and it adds a whole new dimension:


srand((unsigned int) time(0)); // generate random seed

mixed arr[] = { stuff, goes, here, ... };
int n = sizeof(arr);

for (int i = 0; i < n; i += 1)
{
int s = random(n);
mixed tmp = arr[i];

arr[i] = arr[s];
arr[s] = tmp;
}


Can you explain that?
Assuming an uniform distribution (off the PRNG) shuffling the array before selecting a random entry shouldn't add any randomness.


Run it both ways and see if there's any difference or not. You can also generate new random seed every time you invoke the random function.

That is not explanation, because on the first glance your advice goes against the nature of randomness and probability. If you use random picking from the set, random shuffling beforehand should have absolutely no effect on the "randomness" of the process.


It depends on what you want in the end. If you want for your random pick from the set always producing the same result or not (ie: you run your test twice, both times you get 5 or whatever on your RNG, if you won't shuffle the set, the outcome will be the same each time). Shuffling the set makes it much less likely to get the same results after multiple passes. I agree that generating random seed each time is an overkill though.
Time is precious. Waste it wisely.
misirlou
Profile Joined June 2010
Portugal3300 Posts
February 08 2014 12:11 GMT
#8773
On February 08 2014 03:45 BisuDagger wrote:
Show nested quote +
On February 08 2014 02:47 RoyGBiv_13 wrote:
On February 08 2014 02:39 BisuDagger wrote:
Every time I see this thread title I think we should put a project on SVN and give everyone access. Then we can all just jump in and add to the game whenever we have free time. C++ of course (my preference) and built from the ground up. I'd totally put together a frame for a game to jump start this.


Yeah, I'm down. We can collaborate on #tl.code.

I haven't done game dev for some time, but I can help with the lower level modules.


I think I'm going to follow through with this over the next week or two I'll put something together. The simplest style for an open source game is to make it open world. So i'll create a basic open world with directX graphics and setup a camera. From there anyone can literally add whatever the want to it. Physics, graphics, sound, a roaming dragon, anything lol. I'll give updates once I can open this to TL.


I would be down on this. Maybe I can finally dev something up for my oculus rift
Git/Hg over Svn plz
mcc
Profile Joined October 2010
Czech Republic4646 Posts
February 08 2014 13:41 GMT
#8774
On February 08 2014 18:47 Manit0u wrote:
Show nested quote +
On February 08 2014 07:39 mcc wrote:
On February 08 2014 05:55 Manit0u wrote:
On February 07 2014 23:07 Zocat wrote:
On February 07 2014 22:21 Manit0u wrote:
On February 07 2014 12:22 Sub40APM wrote:
Hey guys: I am trying to do a quick analysis in pandas. Its that Kaggle question, how to predict if you live or die in the Titanic sinking.
So here are the steps I took:
import data into a data frame
scan data frame for gender and class
if gender is female and class is 1 and 2, survived
if gender is female and class is 3, 50/50 chance using randomint to see if you survive or not
if male, dead.

survived/dead is 1/0. Prior to the scan I create an empty dictionary, the key is each individual's Id and the value is the 1/0 that I add in after the scan through.
Seems reasonable?


Seems fine. Although I'd possibly add more randomness to it by shuffling the array before selecting a random entry from it (to simulate the chaos of people rushing to the lifeboats while being at different locations of the ship).+ Show Spoiler +


Just one more easy step and it adds a whole new dimension:


srand((unsigned int) time(0)); // generate random seed

mixed arr[] = { stuff, goes, here, ... };
int n = sizeof(arr);

for (int i = 0; i < n; i += 1)
{
int s = random(n);
mixed tmp = arr[i];

arr[i] = arr[s];
arr[s] = tmp;
}


Can you explain that?
Assuming an uniform distribution (off the PRNG) shuffling the array before selecting a random entry shouldn't add any randomness.


Run it both ways and see if there's any difference or not. You can also generate new random seed every time you invoke the random function.

That is not explanation, because on the first glance your advice goes against the nature of randomness and probability. If you use random picking from the set, random shuffling beforehand should have absolutely no effect on the "randomness" of the process.


It depends on what you want in the end. If you want for your random pick from the set always producing the same result or not (ie: you run your test twice, both times you get 5 or whatever on your RNG, if you won't shuffle the set, the outcome will be the same each time). Shuffling the set makes it much less likely to get the same results after multiple passes. I agree that generating random seed each time is an overkill though.

Ah you meant kind of meta-randomness. If that is the goal I think shuffling is still kind of useless, especially since if you just shuffle with the same seed you will still get the same outcome. Just generate new seed before each run and that should be it, no need for shuffling.
BisuDagger
Profile Blog Joined October 2009
Bisutopia19343 Posts
February 08 2014 15:55 GMT
#8775
On February 08 2014 14:16 Rollin wrote:
Show nested quote +
On February 08 2014 03:45 BisuDagger wrote:
On February 08 2014 02:47 RoyGBiv_13 wrote:
On February 08 2014 02:39 BisuDagger wrote:
Every time I see this thread title I think we should put a project on SVN and give everyone access. Then we can all just jump in and add to the game whenever we have free time. C++ of course (my preference) and built from the ground up. I'd totally put together a frame for a game to jump start this.


Yeah, I'm down. We can collaborate on #tl.code.

I haven't done game dev for some time, but I can help with the lower level modules.


I think I'm going to follow through with this over the next week or two I'll put something together. The simplest style for an open source game is to make it open world. So i'll create a basic open world with directX graphics and setup a camera. From there anyone can literally add whatever the want to it. Physics, graphics, sound, a roaming dragon, anything lol. I'll give updates once I can open this to TL.

Just curious, why no opengl for linux/mac? Do you intend to use OS specific functionality (or keep that option open), hence directx over opengl?

DirectX is way more friendly for newer people imo. I don't want to spend time developing ogl tools.
ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
Ethenielle
Profile Blog Joined December 2005
Norway1006 Posts
February 08 2014 16:42 GMT
#8776
And why is it exactly that DirectX is more friendly? I use DX myself but I'd love to hear some arguments because that sounds a little absurd.
Theres a fine line between fishing and just standing on the shore like an idiot.
tofucake
Profile Blog Joined October 2009
Hyrule19209 Posts
February 08 2014 16:45 GMT
#8777
Best answer I've ever seen to that question is on Stack Exchange: http://programmers.stackexchange.com/questions/60544/why-do-game-developers-prefer-windows
Liquipediaasante sana squash banana
Ethenielle
Profile Blog Joined December 2005
Norway1006 Posts
February 08 2014 17:28 GMT
#8778
Haha, what a great read. I had no idea about this stuff. Thanks
Theres a fine line between fishing and just standing on the shore like an idiot.
one-one-one
Profile Joined November 2011
Sweden551 Posts
Last Edited: 2014-02-08 20:05:42
February 08 2014 20:04 GMT
#8779
On February 09 2014 00:55 BisuDagger wrote:
Show nested quote +
On February 08 2014 14:16 Rollin wrote:
On February 08 2014 03:45 BisuDagger wrote:
On February 08 2014 02:47 RoyGBiv_13 wrote:
On February 08 2014 02:39 BisuDagger wrote:
Every time I see this thread title I think we should put a project on SVN and give everyone access. Then we can all just jump in and add to the game whenever we have free time. C++ of course (my preference) and built from the ground up. I'd totally put together a frame for a game to jump start this.


Yeah, I'm down. We can collaborate on #tl.code.

I haven't done game dev for some time, but I can help with the lower level modules.


I think I'm going to follow through with this over the next week or two I'll put something together. The simplest style for an open source game is to make it open world. So i'll create a basic open world with directX graphics and setup a camera. From there anyone can literally add whatever the want to it. Physics, graphics, sound, a roaming dragon, anything lol. I'll give updates once I can open this to TL.

Just curious, why no opengl for linux/mac? Do you intend to use OS specific functionality (or keep that option open), hence directx over opengl?

DirectX is way more friendly for newer people imo. I don't want to spend time developing ogl tools.


For a collaborate project like this I would highly recommend that you use open standards and not proprietary stuff like DirectX. If you don't you make the project X86, Windows-only excluding people using Mac or Linux.
Also, if you want to run it on any non-windows platform you will not be able to unless you go for OpenGL.

Projects and products based on open standards are inherently superior to single platform proprietary crap from Microsoft.

The only place where Microsoft is still relevant is the Desktop, but tablets, chromebooks and similar devices will start eating into their 90% market share pretty soon.

I believe that learning OpenGL is a superior choice for young people interested in making games.

You should check out the SteamOS project from valve and try to do something cool with that.

http://www.youtube.com/watch?feature=player_embedded&v=1BFY4R7IIP4#t=1710s
BisuDagger
Profile Blog Joined October 2009
Bisutopia19343 Posts
February 08 2014 20:27 GMT
#8780
I hear your points. As a games developer Windows has always been first choice as a the platform for development. I understand Linux has become far more popular over the past few years and if the belief is I'll be isolating a lot of interested developers on teamliquid then I will have no choice but to use OGL. So I will go ahead and setup ogl instead of being stubborn.
ModeratorFormer Afreeca Starleague Caster: http://afreeca.tv/ASL2ENG2
Prev 1 437 438 439 440 441 1032 Next
Please log in or register to reply.
Live Events Refresh
Big Brain Bouts
16:00
#114
TriGGeR vs Percival
RotterdaM775
Liquipedia
OSC
13:00
King of the Hill #246
WardiTV678
TKL 261
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 775
TKL 261
MindelVK 24
JuggernautJason24
ProTech23
UpATreeSC 21
StarCraft: Brood War
Britney 35576
Calm 5046
Sea 2347
Mini 773
Shuttle 557
firebathero 441
EffOrt 363
BeSt 264
Leta 236
ggaemo 233
[ Show more ]
Hyuk 187
Hyun 108
Dewaltoss 96
Sharp 91
ToSsGirL 51
Sea.KH 45
Hm[arnc] 44
Barracks 32
Free 30
Rock 25
yabsab 22
scan(afreeca) 20
Terrorterran 16
910 16
GoRush 14
Shine 14
IntoTheRainbow 12
SilentControl 12
Sacsri 9
JulyZerg 7
Dota 2
Gorgc5540
qojqva1951
monkeys_forever326
syndereN263
Other Games
Grubby4253
singsing2184
FrodaN913
B2W.Neo857
hiko761
Hui .172
crisheroes171
ArmadaUGS88
QueenE74
ViBE71
Trikslyr44
KnowMe29
Organizations
Dota 2
PGL Dota 2 - Main Stream60
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 15 non-featured ]
StarCraft 2
• Adnapsc2 14
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Michael_bg 4
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Nemesis3911
Other Games
• WagamamaTV301
• Shiphtur211
Upcoming Events
Replay Cast
7h 41m
Replay Cast
16h 41m
RSL Revival
17h 41m
Classic vs GgMaChine
Rogue vs Maru
WardiTV Invitational
18h 41m
Percival vs Shameless
ByuN vs YoungYakov
IPSL
23h 41m
Ret vs Art_Of_Turtle
Radley vs TBD
BSL
1d 2h
Replay Cast
1d 7h
RSL Revival
1d 17h
herO vs TriGGeR
NightMare vs Solar
uThermal 2v2 Circuit
1d 21h
BSL
2 days
[ Show More ]
IPSL
2 days
eOnzErG vs TBD
G5 vs Nesh
Patches Events
2 days
Replay Cast
2 days
Wardi Open
2 days
Afreeca Starleague
2 days
Jaedong vs Light
Monday Night Weeklies
2 days
Replay Cast
3 days
Sparkling Tuna Cup
3 days
Afreeca Starleague
3 days
Snow vs Flash
WardiTV Invitational
3 days
GSL
4 days
Classic vs Cure
Maru vs Rogue
GSL
5 days
SHIN vs Zoun
ByuN vs herO
Replay Cast
6 days
Escore
6 days
The PondCast
6 days
WardiTV Invitational
6 days
Liquipedia Results

Completed

Proleague 2026-04-30
WardiTV TLMC #16
Nations Cup 2026

Ongoing

BSL Season 22
ASL Season 21
CSL 2026 SPRING (S20)
IPSL Spring 2026
KCM Race Survival 2026 Season 2
Escore Tournament S2: W5
KK 2v2 League Season 1
SCTL 2026 Spring
2026 GSL S1
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026

Upcoming

Acropolis #4
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
2026 GSL S2
RSL Revival: Season 5
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.