• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 08:55
CET 14:55
KST 22:55
  • 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
TL.net Map Contest #21: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation4Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
[TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time? SC: Evo Complete - Ranked Ladder OPEN ALPHA
Tourneys
Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship Merivale 8 Open - LAN - Stellar Fest
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
BW General Discussion FlaSh on: Biggest Problem With SnOw's Playstyle Terran 1:35 12 Gas Optimization BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET [ASL20] Grand Finals [Megathread] Daily Proleagues
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Path of Exile Dawn of War IV
Dota 2
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 Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread The Games Industry And ATVI
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1346 users

The Big Programming Thread - Page 654

Forum Index > General Forum
Post a Reply
Prev 1 652 653 654 655 656 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.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
July 24 2015 09:42 GMT
#13061
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.
The harder it becomes, the more you should focus on the basics.
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
July 24 2015 10:07 GMT
#13062
On July 24 2015 18:42 sabas123 wrote:
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.

SDK as in software development kit? That's generally quite a bit project, and doesn't fit with interacting with only one API o-o
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
Ropid
Profile Joined March 2009
Germany3557 Posts
July 24 2015 10:10 GMT
#13063
On July 24 2015 08:22 darkness wrote:
Is anyone a game developer? How easy is it for Blizzard to switch from DirectX 9 to 11 or 12 in StarCraft 2? I'm surprised they ignore 2+ cores after 5 years.


Is it slow because of graphics in those battles with 200/200 supply? The slow down might not happen because of sending graphics to the GPU. Everything about that might be good enough. Perhaps it's instead something happening in the game logic. The path finding and collision detection between the units in the game seems perfect and that might be where all the time gets spent. That part might fall on its face with regards to time when it has to deal with a lot of units.
"My goal is to replace my soul with coffee and become immortal."
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
July 24 2015 10:19 GMT
#13064
On July 24 2015 19:10 Ropid wrote:
Show nested quote +
On July 24 2015 08:22 darkness wrote:
Is anyone a game developer? How easy is it for Blizzard to switch from DirectX 9 to 11 or 12 in StarCraft 2? I'm surprised they ignore 2+ cores after 5 years.


Is it slow because of graphics in those battles with 200/200 supply? The slow down might not happen because of sending graphics to the GPU. Everything about that might be good enough. Perhaps it's instead something happening in the game logic. The path finding and collision detection between the units in the game seems perfect and that might be where all the time gets spent. That part might fall on its face with regards to time when it has to deal with a lot of units.

SC2 has always been pretty poor in terms of its CPU usage as opposed to GPU usage. Sure, the graphics on it aren't particularly up to date but it's a CPU hog more than GPU hog. Making it multi-threaded would be of more use than upgrading to DX11/12 IMHO.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
July 24 2015 14:26 GMT
#13065
On July 24 2015 19:07 Birdie wrote:
Show nested quote +
On July 24 2015 18:42 sabas123 wrote:
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.

SDK as in software development kit? That's generally quite a bit project, and doesn't fit with interacting with only one API o-o

It will probably only be a tiny one since it will be primairly used as a wrapper around a single api.
The harder it becomes, the more you should focus on the basics.
AKnopf
Profile Blog Joined March 2011
Germany259 Posts
July 24 2015 15:46 GMT
#13066
On July 24 2015 23:26 sabas123 wrote:
Show nested quote +
On July 24 2015 19:07 Birdie wrote:
On July 24 2015 18:42 sabas123 wrote:
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.

SDK as in software development kit? That's generally quite a bit project, and doesn't fit with interacting with only one API o-o

It will probably only be a tiny one since it will be primairly used as a wrapper around a single api.

Before you start writing a whole SDK, why not try to write an eclipse plugin instead? Then you have plenty of functionality already there and you just need to fiddle with the exact requirements specific to your IDE.
The world - its a funny place
r3dox
Profile Blog Joined May 2003
Germany261 Posts
July 24 2015 16:12 GMT
#13067
On July 24 2015 18:42 sabas123 wrote:
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.


my tip: write the first application that uses your SDK to do something meaningful
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2015-07-24 17:45:32
July 24 2015 17:05 GMT
#13068
by the way i picked up some of my assignment feedback documents

lets just say

i used 3rd person in one and got a red circle and question mark for it

fuck other people


btw2 i uploaded a "running" music pack the other day after speeding up some of my fav tracks if anyones interested
http://www.solidfiles.com/d/ea94e1f8cf/
(click on direct download link only)
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
iaretehnoob
Profile Joined June 2004
Sweden741 Posts
July 24 2015 17:40 GMT
#13069
On July 24 2015 19:19 Birdie wrote:
Show nested quote +
On July 24 2015 19:10 Ropid wrote:
On July 24 2015 08:22 darkness wrote:
Is anyone a game developer? How easy is it for Blizzard to switch from DirectX 9 to 11 or 12 in StarCraft 2? I'm surprised they ignore 2+ cores after 5 years.


Is it slow because of graphics in those battles with 200/200 supply? The slow down might not happen because of sending graphics to the GPU. Everything about that might be good enough. Perhaps it's instead something happening in the game logic. The path finding and collision detection between the units in the game seems perfect and that might be where all the time gets spent. That part might fall on its face with regards to time when it has to deal with a lot of units.

SC2 has always been pretty poor in terms of its CPU usage as opposed to GPU usage. Sure, the graphics on it aren't particularly up to date but it's a CPU hog more than GPU hog. Making it multi-threaded would be of more use than upgrading to DX11/12 IMHO.

One of the big goals for DX12 was more efficient draw call submission and reduced driver overhead in general, so even without further multithreading switching to DX12 should give at least a decent performance boost, but I can't really say how much. 10-15% in average cases maybe? Can't remember what DX11 did for performance, multithreaded rendering was a big thing, but taking advantage of that would be more work than just switching the API from DX9 to DX11.
How hard would it be? Impossible to tell without access to the source I think. Given that there already is an OpenGL renderer for Mac, it shouldn't be terribly hard for experienced graphics engineers to add another back-end, but still a good bit of programming work and then lots and lots of Q&A. They are using DX11 for Overwatch, so maybe there's a chance SC2 and Heroes get an update at some point, if they plan to keep using the engine for whatever comes after LOTV.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
July 24 2015 18:41 GMT
#13070
On July 25 2015 01:12 r3dox wrote:
Show nested quote +
On July 24 2015 18:42 sabas123 wrote:
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.


my tip: write the first application that uses your SDK to do something meaningful

The sdk contains functionality that another part of the company need.
The harder it becomes, the more you should focus on the basics.
Acrofales
Profile Joined August 2010
Spain18114 Posts
July 24 2015 19:48 GMT
#13071
On July 25 2015 03:41 sabas123 wrote:
Show nested quote +
On July 25 2015 01:12 r3dox wrote:
On July 24 2015 18:42 sabas123 wrote:
Anybody got tips for writing sdk's?

I need to write an sdk that will interact with an api which (currently) sole purpose is to return data from a database.


my tip: write the first application that uses your SDK to do something meaningful

The sdk contains functionality that another part of the company need.

You need to know what that functionality is. Rather than just calling it an SDK. As people above have mentioned, an SDK is a pretty big project. There is no such thing as an SDK that encapsulates one API (imho). You are simply wrapping an API into some abstraction (or writing a wrapper in a different language, or whatever).

An SDK means you are creating something with which a piece of software can be developed. To me, that means you are providing compilation or interpretation tools, various libraries to access the different functionalities (and APIs for them).

As an example, consider the JDK. In addition to APIs for all the different libraries (and not just one API), it contains the compiler, the VM, and a whole host of other tools that you use to create a piece of software.

Similarly, look at the Android, or iOS SDK: in addition to the OS-specific APIs, they contain a whole collection of tools, including a compiler.

You don't simply "start" building an SDK because someone wants access to an API. You build an SDK because you want to be able to create software for a different platform or in a different language...
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
July 24 2015 20:05 GMT
#13072
On July 24 2015 19:19 Birdie wrote:
Show nested quote +
On July 24 2015 19:10 Ropid wrote:
On July 24 2015 08:22 darkness wrote:
Is anyone a game developer? How easy is it for Blizzard to switch from DirectX 9 to 11 or 12 in StarCraft 2? I'm surprised they ignore 2+ cores after 5 years.


Is it slow because of graphics in those battles with 200/200 supply? The slow down might not happen because of sending graphics to the GPU. Everything about that might be good enough. Perhaps it's instead something happening in the game logic. The path finding and collision detection between the units in the game seems perfect and that might be where all the time gets spent. That part might fall on its face with regards to time when it has to deal with a lot of units.

SC2 has always been pretty poor in terms of its CPU usage as opposed to GPU usage. Sure, the graphics on it aren't particularly up to date but it's a CPU hog more than GPU hog. Making it multi-threaded would be of more use than upgrading to DX11/12 IMHO.


Isn't this the goal of DirectX 12 though? Better multithreaded support.
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
July 24 2015 21:46 GMT
#13073
On July 25 2015 05:05 darkness wrote:
Show nested quote +
On July 24 2015 19:19 Birdie wrote:
On July 24 2015 19:10 Ropid wrote:
On July 24 2015 08:22 darkness wrote:
Is anyone a game developer? How easy is it for Blizzard to switch from DirectX 9 to 11 or 12 in StarCraft 2? I'm surprised they ignore 2+ cores after 5 years.


Is it slow because of graphics in those battles with 200/200 supply? The slow down might not happen because of sending graphics to the GPU. Everything about that might be good enough. Perhaps it's instead something happening in the game logic. The path finding and collision detection between the units in the game seems perfect and that might be where all the time gets spent. That part might fall on its face with regards to time when it has to deal with a lot of units.

SC2 has always been pretty poor in terms of its CPU usage as opposed to GPU usage. Sure, the graphics on it aren't particularly up to date but it's a CPU hog more than GPU hog. Making it multi-threaded would be of more use than upgrading to DX11/12 IMHO.


Isn't this the goal of DirectX 12 though? Better multithreaded support.

The engine is much more complex than just the draw calls that involve DirectX; most likely, whatever causes the CPU hogging involves pathfinding, physics, or some other part of the engine that changing to DirectX 12 would not fix. Performance would be improved but not as much as simply fixing whatever poorly written code is causing the delay in the first place.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
July 26 2015 02:00 GMT
#13074
On July 19 2015 10:26 Birdie wrote:
What are the most interesting types of companies/projects you guys have worked for? Based on my university experience I think that security or something to do with neural networks or genetic algorithms could be really interesting but I simply don't know what else is out there and how challenging/fun/interesting other stuff could be.





On July 19 2015 10:26 Birdie wrote:
What are the most interesting types of companies/projects you guys have worked for? Based on my university experience I think that security or something to do with neural networks or genetic algorithms could be really interesting but I simply don't know what else is out there and how challenging/fun/interesting other stuff could be.


real time high energy sytem for a semi conductor company i may not mention.


I also program and maybe later design systems that test all kinds of producst for companies. We deliver a whole machine that those companies then put a minimum wage person in front of that then tests their products when they come out of production.
Its different with every project, but once you have your whole framework and database going, the programming is pretty much focused on hardware and you dont use much of all those other nice things the libraries and languages offer. Its kinda nice to make a machine run your commands, all those magnetic switches, relays, pneumatic modules, PSUs, cameras, motors execute your plan at maximum speeds.
Other work is programming micochips/embedded systems, which can be fun for more complex systems.



Its basically the opposite end of the spectrum compared to your neural networks and AI development.
I try to do things at home that involve less hardware related skillsets.
wherebugsgo
Profile Blog Joined February 2010
Japan10647 Posts
July 27 2015 00:12 GMT
#13075
have you guys seen the controversy over an Opal contributor (Opal is a Ruby - > JavaScript compiler) about how trans people are "not accepting reality"? https://github.com/opal/opal/issues/941

I was interested in knowing what people think about this; how important is the conduct of a developer and public-facing actions in the context of software development?
FFGenerations
Profile Blog Joined April 2011
7088 Posts
July 27 2015 00:46 GMT
#13076
yo so i just graduated, dunno what grade yet, either Without Honors or 2-2

+ Show Spoiler +

[image loading]


im gonna take the next X weeks (4?) to do some project to raise my ability to something useful and be able to get a job from it

any of you recommend what i should do during this time?

haven't looked myself yet but will start tomorrow so thought i should post this now. yeah i'll look at the job listings and then take on some basic google tutorial and progress from there, but you guys might have something specific to suggest

cheers and enjoy the pic lol
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Ropid
Profile Joined March 2009
Germany3557 Posts
July 27 2015 01:14 GMT
#13077
On July 27 2015 09:12 wherebugsgo wrote:
have you guys seen the controversy over an Opal contributor (Opal is a Ruby - > JavaScript compiler) about how trans people are "not accepting reality"? https://github.com/opal/opal/issues/941

I was interested in knowing what people think about this; how important is the conduct of a developer and public-facing actions in the context of software development?

I remember browsing through exactly that thread you linked to a while back when that drama was a bit more fresh. The way I remember, there were some arguments I thought were bad. Someone wrote she could not work with the person in question as she couldn't trust that people would do honest collaboration because of prejudice and shitty respect towards her as a person radiating into the teamwork and into how code's quality is perceived and judged. Meanwhile, in some other posts she herself did exactly that herself, I think said she doesn't want to have anything to do with his stuff, would never work with his code. That made me feel like the arguments were just a game.

Anyway... myself, I couldn't work with some xenophobic dude in the past. I was shocked finding out how he feels about stuff. He was a genuine Neo-Nazi pretty much. I was free enough that I could just instantly quit that group I was involved in and that was it. I explicitly explained why I quit. I don't think I was terrible rude but I also wasn't being polite and wasn't beating around the bush when people were interested and asked what was going on. That said, while I might have been a bit harmful to that guy's position, I feel it's a bit strange to try to take over and kind-of sabotage a group like what seemed to happen in that thread you linked to.

I thought about that guy that made the shitty comments on his twitter. I'm sure he never had anything to do with a real-life trans guy or gal and never thought about those circumstances and life and how it might feel compared to how he feels about his own life and his wife and sex and his kids etc. Now, the only real involvement he will have had with trans people is being bullied in his hobby. I bet all of this drama actually hurt in practice, and trying to approach this without hate and instead with love and explanations would have been more useful for everyone.
"My goal is to replace my soul with coffee and become immortal."
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
July 27 2015 04:09 GMT
#13078
Have any of you guys read "SICP"? (https://mitpress.mit.edu/sicp/full-text/book/book.html)

It was recommended by a friend.


I'm also almost done "Creativity, Inc.". Fantastic read about Pixar and group dynamics.
There is no one like you in the universe.
Cyx.
Profile Joined November 2010
Canada806 Posts
July 27 2015 06:11 GMT
#13079
On July 27 2015 09:12 wherebugsgo wrote:
have you guys seen the controversy over an Opal contributor (Opal is a Ruby - > JavaScript compiler) about how trans people are "not accepting reality"? https://github.com/opal/opal/issues/941

I was interested in knowing what people think about this; how important is the conduct of a developer and public-facing actions in the context of software development?

I just read through it after I saw it linked here... I can't help but agree with the maintainer who refused to remove a valuable contributor from a project due to something he said in an environment that is basically unrelated. I mean, I basically compare it to someone saying something racist at a bar - sure, I maybe won't spend personal time with that person, but I will keep working with them if I like the work, and I will still value their contributions.
On July 27 2015 13:09 Blisse wrote:
Have any of you guys read "SICP"? (https://mitpress.mit.edu/sicp/full-text/book/book.html)

It was recommended by a friend.


I'm also almost done "Creativity, Inc.". Fantastic read about Pixar and group dynamics.

I'm partway through SICP right now, also due to a friend's recommendation, and it's a really good read.
Zocat
Profile Joined April 2010
Germany2229 Posts
July 28 2015 15:51 GMT
#13080
On July 27 2015 15:11 Cyx. wrote:
Show nested quote +
On July 27 2015 09:12 wherebugsgo wrote:
have you guys seen the controversy over an Opal contributor (Opal is a Ruby - > JavaScript compiler) about how trans people are "not accepting reality"? https://github.com/opal/opal/issues/941

I was interested in knowing what people think about this; how important is the conduct of a developer and public-facing actions in the context of software development?

I just read through it after I saw it linked here... I can't help but agree with the maintainer who refused to remove a valuable contributor from a project due to something he said in an environment that is basically unrelated. I mean, I basically compare it to someone saying something racist at a bar - sure, I maybe won't spend personal time with that person, but I will keep working with them if I like the work, and I will still value their contributions.


Agreed. You have someone who has been a contributor to the project for a long time. And you have people who "would've totally contributed, but now don't because of him". It also says he "should be removed from project".
I'm sorry, but I don't believe that those people would start to contribute as soon as the person in question is removed.

Seeing how the problem was approached & comments from various uninvolved users I personally would've said "fuck off".

About Code of Conducts in general: Those that I read - they're all shit. "Don't be a dick to your fellow devs" should be enough, and if you have a problem: talk about it, and don't get your friends to gang up on your victim.
Prev 1 652 653 654 655 656 1032 Next
Please log in or register to reply.
Live Events Refresh
Kung Fu Cup
12:00
2025 Monthly #3: Day 1
Reynor vs GuMihoLIVE!
ByuN vs ShoWTimE
RotterdaM523
TKL 182
Rex146
IntoTheiNu 103
SteadfastSC88
Liquipedia
OSC
11:30
Mid Season Playoffs
Cure vs SpiritLIVE!
Krystianer vs Percival
WardiTV446
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 523
Reynor 227
TKL 182
Rex 146
SteadfastSC 88
StarCraft: Brood War
Calm 4495
Rain 2923
Bisu 2701
Hyuk 2015
Horang2 1304
Flash 797
Soma 464
Backho 369
Stork 340
Rush 261
[ Show more ]
Pusan 197
Last 133
Soulkey 115
JulyZerg 104
Barracks 79
hero 58
sSak 33
zelot 31
Aegong 28
sas.Sziky 24
Killer 23
Terrorterran 11
Noble 9
Hm[arnc] 7
Dota 2
Gorgc2155
qojqva1591
Dendi1136
XcaliburYe181
BananaSlamJamma86
Counter-Strike
olofmeister911
allub158
Super Smash Bros
Mew2King127
Other Games
B2W.Neo990
hiko295
DeMusliM285
Pyrionflax260
Sick170
Fuzer 164
Hui .86
QueenE46
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Adnapsc2 9
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1641
• WagamamaTV400
League of Legends
• Nemesis1689
• TFBlade702
Upcoming Events
Tenacious Turtle Tussle
9h 6m
The PondCast
20h 6m
RSL Revival
20h 6m
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
22h 6m
WardiTV Korean Royale
22h 6m
PiGosaur Monday
1d 11h
RSL Revival
1d 20h
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
1d 22h
CranKy Ducklings
2 days
RSL Revival
2 days
herO vs Gerald
ByuN vs SHIN
[ Show More ]
Kung Fu Cup
2 days
IPSL
3 days
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
3 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
3 days
RSL Revival
3 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
3 days
WardiTV Korean Royale
3 days
BSL 21
4 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
4 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Wardi Open
4 days
Monday Night Weeklies
5 days
WardiTV Korean Royale
5 days
The PondCast
6 days
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
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 © 2025 TLnet. All Rights Reserved.