• 4 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: August 6th, 2023

help-circle


  • I did a bachelor of videogame programming in Belgium 99% on Linux (minus exams), but it was definitely a huge struggle. All the courses and assignments were Windows-only, and 90%-ish required Visual Studio (non-Code) and Windows-only libraries like DirectX or Win32. I got by writing my own tooling to auto-convert these to CMake projects and convincing each teacher to allow me to hand in CMake projects. I wrote SDL backends for most of the win32 assignments, falling back on clang’s excellent cross-compiling for stuff that requires e.g Windows.h. I wrote a blog post about this: https://blog.allpurposem.at/adventures-cross-compiling-a-windows-game-engine And using e.g DirectX natively on Linux, easier than expected: https://blog.allpurposem.at/directx

    I also wrote a small wiki on my general experience + a summary of courses and main problems encountered… Windows was non-negotiable during exams: https://dae-linux.allpurposem.at/ I maintain tools, converted assignments, and information on this for future students who want to attempt something like me, but it’s hard to recommend the Linux challenge if you are totally new to programming!

    Hope some of this is helpful!





  • I’ve tried to match your setup, but to no avail.

    Interfaces:

    lan

    Static address (192.168.2.1) Firewall zone: lan

    wwan

    Static address (192.168.0.211) Device: phy0-sta0 (listed as the client in the dropdown) Gateway: 192.168.0.1 Use custom DNS servers: 1.1.1.1 (using root router’s IP causes DNS to stop working) Firewall zone: WLAN

    repeater_bridge

    Relay bridge Relay between: lan wwan Firewall zone: unspecified

    Firewall zones: lan ⇒ WLAN accept accept accept WLAN ⇒ lan accept accept accept

    With this, I am able to ping google.com from a openwrt ssh session, but not my laptop connected w/ ethernet (and a static ip). In the interfaces list, lan is green, repeater_bridge is grey, and wwan is red. I tried running /etc/init.d/firewall stop but still no luck.


  • When I follow this guide and get to the part where DNS server of wwan to the root router’s IP, I am not able to ping anything from a ssh session into the router (I get “bad address ‘google.com’”. So, I set the DNS address to 1.1.1.1 which restored ping’s functionality. However, with this configuration the network does not appear to be shared at all. My PC, connected to the LAN port, cannot access the internet (regardless of forcing a static IP for the pc)





  • Wow yeah, your position sounds awesome. I guess if I were in an indie studio I could be in charge of the engine or like, dev environments. I’ve found such benefit in doing gamedev on Linux, even if targeting Windows via cross-compiling, it’s so much faster and nicer. But what company would be willing to hire an intern to move over their whole workflow… not happening lol.


  • I am very serious about using Linux exclusively. I have ported/rewritten all of my university’s course materials in my past two years of gamedev studies and made them available for others. But the time has come to do an internship and I have yet to find a single studio I could be at while still using Linux. I feel like I reached a dead end tbh








  • mat@linux.communitytoPrivacy@lemmy.mlPDF editor on Linux?
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I’m using a reMarkable Linux tablet and it’s been awesome. There’s a bunch of apps ported to it if you’re okay with using an older software release, and they give you full root access. Not FOSS or open hardware like Pine64 but really good experience and does not feel too limited.