Live data from Hacker News

Viewing profile — rxi

rxi

HN member
Joined
Fri, Jun 20, 2014, 7:37 AM UTC
HN karma
341
Public activity
17 items

About rxi

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
  5. comment
    Comment #23748670

    The tools are all written in C and use microui[1] for the UI. The games are typically written in LÖVE with the exception of SCANLINE which uses Nim [1] https://github.com/rxi/micro…

  6. comment
    Comment #23128621

    I can't say exactly when, but I was writing it in itself before I made the initial commit on the public repo, so at least 6 months ago. Every change I made since then (in addition …

  7. comment
    Comment #23127311

    You're equating the final stage of this approach to the entire approach. The point of this technique is that you get the benefits you typically would from dirty rectangles without …

  8. comment
    Comment #23127256

    As the editor is written mostly in Lua, with C taking care of the lower level parts, plugins can typically customise anything limited to what is exposed by Lua and the C API. Beyon…

  9. comment
    Comment #23127158

    Not even that: SDL just provides a pixel buffer, the application draws everything itself per-pixel. Lite uses a technique I refer to as "cached software rendering" which allows the…

  10. story
  11. comment
    Comment #22987272

    There shouldn't be any reason it wouldn't work on those platforms, the `build.config.py` script would just have to be modified to add those targets.

  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #8610274

    That test.c file looks familiar!