• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 00:53
CEST 06:53
KST 13:53
  • 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
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL54Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation The GOAT ranking of GOAT rankings Statistics for vetoed/disliked maps How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster
Tourneys
Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Player “Jedi” cheat on CSL Flash Announces Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/ Unit and Spell Similarities Help: rep cant save
Tourneys
[Megathread] Daily Proleagues [BSL20] Grand Finals - Sunday 20:00 CET Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Trading/Investing Thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 663 users

The Big Programming Thread - Page 654

Forum Index > General Forum
Post a Reply
Prev 1 652 653 654 655 656 1031 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
Spain17970 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 1031 Next
Please log in or register to reply.
Live Events Refresh
Korean StarCraft League
03:00
Week 77
EnkiAlexander 94
HKG_Chickenman84
davetesta70
IntoTheiNu 52
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 232
PiLiPiLi 14
Dota 2
monkeys_forever751
NeuroSwarm125
febbydoto20
League of Legends
JimRising 840
Heroes of the Storm
Khaldor72
Other Games
summit1g9661
WinterStarcraft615
Livibee114
Organizations
Other Games
BasetradeTV56
StarCraft: Brood War
UltimateBattle 28
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH304
• Hupsaiya 76
• LaughNgamezSOOP
• AfreecaTV YouTube
• sooper7s
• intothetv
• Migwel
• Kozan
• IndyKCrew
StarCraft: Brood War
• Diggity5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Lourlo1247
• masondota2466
• Stunt389
Upcoming Events
CranKy Ducklings
5h 7m
RSL Revival
5h 7m
ByuN vs Cham
herO vs Reynor
FEL
11h 7m
RSL Revival
1d 5h
Clem vs Classic
SHIN vs Cure
FEL
1d 7h
BSL: ProLeague
1d 13h
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
3 days
The PondCast
4 days
Replay Cast
4 days
[ Show More ]
RSL Revival
5 days
Replay Cast
5 days
RSL Revival
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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.