Viewing profile — vanyle
vanyle
HN member- Joined
- Tue, Nov 16, 2021, 11:01 PM UTC
- HN karma
- 44
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About vanyle
Recent public activity
-
comment
Comment #49241529
vectarine https://github.com/vanyle/vectarine https://vectarineengine.com It's a game engine with hot-reloading for everything to build and edit games while they are running
-
comment
Comment #48894603
I find the concept of having multiple types of personalities that are to love in their own ways interesting. I reminds me of the love languages classification.
-
comment
Comment #48371473
Centralized package repositories like the one provided by canonical have similar limitations to the Mac App Store, you need to get your app reviewed, you need to push updates to ea…
-
comment
Comment #47879211
I tried raylib and I love it, but I need to build a lot from scratch (like most game frameworks). But I also really dislike engines as I prefer making games with code rather than a…
- story
- story
- story
- story
-
comment
Comment #47095786
Having built crossplatform native app supporting MacOS app, I have never gotten notarization to work as I'm not using xcode a lot. I'm curious, how much does it cost? Is it per bui…
- story
-
comment
Comment #45463837
The git seems to only contain the build of the website with no source code. The author is probably using git to push the content to the hosting server as an rsync alternative, but …
-
comment
Comment #45351809
For CLI tools, the program usually only executes for a few seconds and then returns. In this context, you don't even need arena allocators or any memory management at all. You can …
- story
-
comment
Comment #43703296
As a workaround, you can add a transparent border (border: 2px solid transparent) around the skewed element to have antialiasing (at least on chrome)
- story
-
comment
Comment #40280202
Workday good actually! Yes really nice
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #33749474
Yup, but it's more similar to "express" in Node than to a full framework like Django. I have plans to build a library on top of prologue for the ORM and database interaction and ot…