• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 08:44
CEST 14:44
KST 21:44
  • 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
Serral wins HomeStory Cup 2914Serral wins Maestros of the Game 243ByuL, and the Limitations of Standard Play3Team Liquid Map Contest #22: Results and Winners7Code S Season 2 (2026): RO4 and Finals Preview12
Community News
Balance hotfix patch 5.0.16b (July 16)56Reynor: GSL Loss Wasn't About Preparation Format16[IPSL] Spring 2026 Grand Finals - This Weekend!8Weekly Cups (July 6 - 12): Protoss strike back12BSL Season 22 Full Overview & Conclusion8
StarCraft 2
General
Clem: "I don't have that much hope in Blizzard" Balance hotfix patch 5.0.16b (July 16) [D] Wireframe Casting Removed Reynor: GSL Loss Wasn't About Preparation Format Is the larve respawn broken?
Tourneys
Master Swan Open (Global Bronze-Master 2) WardiTV Summer Cup 2026 GSL CK #5 Race War RSL Revival: Season 6 - Qualifiers and Main Event HomeStory Cup 29
Strategy
[G] Having the right mentality to improve
Custom Maps
New Map Maker - Looking for Advice - Love or Hate Work In Progress Melee Maps [D]RTS in all its shapes and glory <3
External Content
The PondCast: SC2 News & Results Mutation # 534 Burning Evacuation Mutation # 533 Die Together Mutation # 532 Nuclear Family
Brood War
General
ASL22 General Discussion BW General Discussion NaDa’s Body Followup Pros Debate: Zerg Unfairly Nerfed? (ASL S22 map) Etiquete rules in Asl?
Tourneys
[IPSL] Spring 2026 Grand Finals - This Weekend! [Megathread] Daily Proleagues Escore Tournament - Season 3 Small VOD Thread 2.0
Strategy
Fighting Spirit mining rates Simple Questions, Simple Answers Creating a full chart of Zerg builds Relatively freeroll strategies
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread General RTS Discussion Thread Beyond All Reason
Dota 2
Looking for a Dota Mentor Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Power Rank NeO.D_StephenKing vs This Guy From 1 Million Dance TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread The Games Industry And ATVI UK Politics Mega-thread YouTube Thread
Fan Clubs
The IdrA Fan Club The HerO Fan Club!
Media & Entertainment
Movie Discussion! Anime Discussion Thread [Req][Books] Good Fantasy/SciFi books Series you have seen recently...
Sports
2024 - 2026 Football Thread MLB/Baseball 2023 McBoner: A hockey love story Tennis[sport] Formula 1 Discussion
World Cup 2022
Tech Support
Simple Questions Simple Answers FPS when play League Of Legend on laptop How to clean a TTe Thermaltake keyboard?
TL Community
Northern Ireland Global Starcraft The Automated Ban List
Blogs
Role of Gaming on Mental Hea…
TrAiDoS
ASL S22 English Commentary…
namkraft
Poker (part 2)
Nebuchad
An Exploration of th…
waywardstrategy
ramps on octagon
StaticNine
Funny Nicknames
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 9416 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
Bisutopia19368 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
Poland17795 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
Poland17795 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
Portugal3306 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
Bisutopia19368 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
Hyrule19228 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
Bisutopia19368 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
Sparkling Tuna Cup
10:00
Weekly #138
ByuN vs CureLIVE!
CranKy Ducklings610
CranKy Ducklings SOOP10
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Ryung 959
SortOf 226
Rex 122
StarCraft: Brood War
Shuttle 1934
Hyuk 701
EffOrt 656
Mini 441
Soulkey 356
Soma 342
Stork 223
Last 192
Hyun 153
ZerO 146
[ Show more ]
Killer 138
ggaemo 137
Dewaltoss 117
Sharp 90
PianO 87
Pusan 72
910 53
Sea.KH 44
sorry 40
Sexy 38
ToSsGirL 35
Hm[arnc] 33
scan(afreeca) 29
Aegong 28
zelot 26
Noble 24
Sacsri 19
NaDa 16
yabsab 15
Yoon 13
IntoTheRainbow 9
ajuk12(nOOB) 8
Rain 1
Icarus 1
Dota 2
Gorgc6266
XcaliburYe123
League of Legends
Doublelift2130
KnowMe25
Counter-Strike
x6flipin634
kRYSTAL_61
Heroes of the Storm
Khaldor196
Other Games
singsing2310
B2W.Neo642
crisheroes262
DeMusliM244
Happy241
XaKoH 193
Hui .132
amsayoshi47
QueenE43
ZerO(Twitch)15
MindelVK8
Organizations
Other Games
gamesdonequick2297
StarCraft: Brood War
lovetv 18
StarCraft 2
WardiTV1
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 11 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos2565
Upcoming Events
OSC
16m
IPSL
3h 16m
Bonyth vs Ret
WardiTV Weekly
22h 16m
Monday Night Weeklies
1d 3h
OSC
1d 11h
PiGosaur Cup
2 days
The PondCast
2 days
Kung Fu Cup
2 days
CrankTV Team League
3 days
Replay Cast
4 days
[ Show More ]
CrankTV Team League
4 days
Korean StarCraft League
5 days
RSL Revival
5 days
Online Event
6 days
Replay Cast
6 days
RSL Revival
6 days
Liquipedia Results

Completed

YSL S3
HSC XXIX
Eternal Conflict S2 E2

Ongoing

IPSL Spring 2026
Acropolis #4
CSL 2026 Summer (S21)
KCM Race Survival 2026 Season 3
RSL Revival: Season 6
CranK Gathers Season 4: BW vs SC2 Team League
SCTL 2026 Spring
Eternal Conflict S2 E3
Stake Ranked Episode 3
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

Upcoming

Escore Tournament S3: W4
ASL S22 SEASON OPEN Day 2
Escore Tournament S3: W5
CSLAN 4
Blizzard Classic Cup 2026
HSC XXX
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
Light Tournament 2026
Eternal Conflict S2 Finale
Stake Ranked Episode 4
Logitech G Connect 2026
StarSeries Fall 2026
FISSURE Playground #5
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
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.