• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:54
CEST 10:54
KST 17:54
  • 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
[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 244ByuL, and the Limitations of Standard Play3
Community News
Official StarCraft website teases new content ahead of BlizzCon?75Stellar Fest TWO the Moon (Dec 16-20)9Weekly Cups (August 24-30): Patches' balance mod takes over3New 3v3 BGH Ladder (and more) on ShieldBattery!40Weekly Cups (August 17-23): Zerg dominate the week6
StarCraft 2
General
SC4ALL: II Winner Will Earn a Spot at HSC 30! Nexon wins bid to develop StarCraft IP content, distribute Overwatch mobile game Weekly Cups (August 24-30): Patches' balance mod takes over Balance hotfix patch 5.0.16b (July 16) September World Ranking: herO leads, Serral climbs
Tourneys
Stellar Fest TWO the Moon (Dec 16-20) IntoTheTV X SOOP SC2 League : Weekly & Monthly SC2 INu's Battles#20 [BO.9] 2026 GSTL Announcement PIG STY FESTIVAL 8.0! (13 - 23 August)
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 541 Binary Choice The PondCast: SC2 News & Results Mutation # 540 Dodge This Mutation # 539 Thunder Dome
Brood War
General
Gypsy to Korea Official StarCraft website teases new content ahead of BlizzCon? ASL22 General Discussion [Personal Project Share] Terran Defense v0.60 BW General Discussion
Tourneys
KCM Race Survival 2026 Season 3 Brood War in Budapest ! WORTEX 2026 BW Finals [Megathread] Daily Proleagues BSL LAN Party - Kraków 29-30 August - OPEN SIGNUPS
Strategy
Replay Review Process - What do you do? Game Theory for Starcraft Odyssey Mineral Stack Saturation Fighting Spirit mining rates
Other Games
General Games
Nintendo Switch Thread Diablo IV EVE Corporation [Maplestory Hardcore] Let's Play~!! General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank TL Mafia Community Thread NeO.D_StephenKing vs This Guy From 1 Million Dance
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Canadian Politics Mega-thread Artificial Intelligence Thread UK Politics Mega-thread
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
Movie Discussion! Anime Discussion Thread
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Dreaming of BW patches (mod…
c3rberUs
Regacy Esports: The Bh…
regacyesports
Violent Games and Crime Rate…
TrAiDoS
LOCKPICKING NOOB
LUCKY_NOOB
Cathedral Of CS And NY pizza a…
FuDDx
Customize Sidebar...

Website Feedback

Closed Threads



Active: 6451 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
Bisutopia19384 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
Poland17838 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
Poland17838 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
Portugal3316 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
Bisutopia19384 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
Hyrule19252 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
Bisutopia19384 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
Next event in 1h 6m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Hyun 462
Larva 395
Hyuk 306
Shinee 74
Sharp 30
Noble 14
Yoon 9
Dota 2
resolut1ontv 136
League of Legends
JimRising 577
Super Smash Bros
Mew2King182
Heroes of the Storm
Khaldor181
Other Games
singsing1736
Happy319
Fuzer 95
Organizations
Other Games
gamesdonequick608
BasetradeTV29
StarCraft: Brood War
UltimateBattle 28
[ Show 11 non-featured ]
StarCraft 2
• StrangeGG 61
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1330
Other Games
• WagamamaTV238
Upcoming Events
Big Brain Bouts
1h 6m
Garitos vs ArT
Lambo vs Percival
TriGGeR vs ByuN
Sparkling Tuna Cup
1d 1h
OSC
1d 3h
Shopify Rebellion Sundays
1d 6h
Mixu vs TBD
Spirit vs TBD
Clem vs TBD
Patches Events
1d 7h
OSC
1d 15h
Afreeca Starleague
2 days
Soma vs Shuttle
BeSt vs Rush
WardiTV Weekly
2 days
Monday Night Weeklies
2 days
Afreeca Starleague
3 days
Leta vs ggaemo
Jaedong vs Queen
[ Show More ]
GSL
3 days
PiGosaur Cup
3 days
Kung Fu Cup
4 days
Replay Cast
4 days
The PondCast
5 days
KCM Race Survival
5 days
Escore
6 days
IntoTheTV X SOOP
6 days
Liquipedia Results

Completed

Proleague 2026-09-02
PiG Sty Festival 8.0
Light Tournament 2026

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL 2026 AUTUMN (S22)
Acropolis #5
Acropolis #5 - TRS
RSL Revival: Season 6
Calamity Invitational
Big Dog Cup 2026 Div 1
BLAST Open Fall 2026
Esports World Cup 2026
Esports World Cup 2026: LCQ
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Escore Tournament S3: King of Kings
Blizzard Classic Cup 2026
Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
SC4ALL II: Brood War
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 2026
FISSURE Playground #3
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.