Live data from Hacker News

Viewing profile — notpygame

notpygame

HN member
Joined
Fri, Oct 30, 2020, 12:32 PM UTC
HN karma
29
Public activity
8 items

About notpygame

No profile information was provided.

Recent public activity

  1. comment
    Comment #26184500

    The recent track record of curl shows it has zero reported memory safety issues recently. Reading the article and the old linked research you'd be mislead. It also states that Rust…

  2. comment
    Comment #26179858

    The security information about C and curl is a bit outdated in the post, and recent research shows Rust does not solve the memory safety issue. The "recent study" quoted in the art…

  3. comment
    Comment #25267420

    Anyone know what the co2_price is? It's missing from the page.

  4. comment
    Comment #25212710

    Yes, pygame can use the Pi graphics hardware. It supports vulkan, OpenGL, OpenGL ES, and some other modes through SDL2. Note, the CPUs on the Pi are faster than the gfx hardware, a…

  5. comment
    Comment #25162413

    There's a python/pygame/pygame_gui OS that does exactly this called snakeware. https://github.com/joshiemoore/snakeware Grab the rpi4 image and go.

  6. comment
    Comment #24946223

    It supports multiple monitors and has better OpenGL support now.

  7. comment
    Comment #24941740

    Hello. pygame volunteer here. Here's some awesome libraries and frameworks that work with or are built on top of pygame. pygame_gui - gui elements for pygame. pymunk - 2d physics l…

  8. comment
    Comment #24941698

    A pygame volunteer here. Wish lists are fun. True, integration is important. We should do more. Luckily some of yours already came true! :) For image sharing, there's a surfarray, …