While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Half-Life 2 free to keep until November 18th, Episodes …
- Ehvis -
Hybrid gaming controller MoveMaster has a new website, …
- furaxhornyx -
Half-Life 2 free to keep until November 18th, Episodes …
- tuxmuppet -
Half-Life 2 free to keep until November 18th, Episodes …
- Tuxee -
Inspired by SSX, arcade snowboarding game Tricky Madnes…
- based - > See more comments
- New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - What do you want to see on GamingOnLinux?
- Linas - Weekend Players' Club 11/15/2024
- StoneColdSpider - Our own anti-cheat list
- Xpander - See more posts
View PC info
View PC info
Beside it I normally use two editors:
vim – for simple text editing, mostly changing some config files.
Kate – if I’m forced to do some changes to some bigger shell or js codebase.
And I used to use Code::Blocks back at the university for C and C++ projects – but never really did anything big in them, requiring more complex refactoring, so not sure if I’d recommend it now as a full-blown IDE. It’s simple, and works well for smaller things.
Perhaps, however I wrote a commercial competitor to Amazon EC2 and S3 back in 2007 using nano over ssh (I was forced to use a shitty windows machine at the time and did the coding on a debian machine over ssh). But then games (which I guess is the main programming around here) might have a far more complex codebase than what I as a systems programmer normally experience. Could be a language difference as well, I mean most Object Oriented projects that I have seen seams to consist of many small files.
View PC info
I use Rider and PyCharm.
View PC info
Technically, a text editor instead of a full blown IDE... but with the add-ons it does everything you will most likely need.
View PC info
Atom C++
QT Creator (QT5 C++)
Ninja-IDE (python).
View PC info
Also I use either editor for C++ or web-dev stuff.