Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
captainhorst
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
captainhorst
10mo ago
The site uses CSS nesting which requires a browser with baseline 2023 support.
2.
▲
Zig 0.15.1
(ziglang.org)
107 points
by
captainhorst
1y ago
|
17 comments
3.
▲
A Descent into the Vortex
(tigerbeetle.com)
9 points
by
captainhorst
2y ago
|
0 comments
4.
▲
by
captainhorst
2y ago
The map data is provided in the USD format which is a 3D authoring and interchange format that can be used with a lot of software. Unlike the final optimized data used by the game this doesn't require revere engineering and can be seen
5.
▲
by
captainhorst
2y ago
There's also https://womp.com as an SDF modeler
6.
▲
by
captainhorst
3y ago
I use Zig for all my hobby projects: - A pixel art editor https://github.com/fabioarnold/MiniPixel - A Mega Man clone https://github.com/fabioarnold/zeroman - Zig Gorillas https://githu
7.
▲
by
captainhorst
3y ago
Their biggest release in terms of issues closed: https://github.com/ziglang/zig/milestones?state=closed 1012 in less than 8 months. What an amazing feat.
8.
▲
by
captainhorst
3y ago
Sorry, totally missed your reply! At first we had normal text and then we switched them for hand-drawn sprites. The text animation consists of 2D transformations (translation, rotation, scale) interpolated over time. It's all animated
9.
▲
by
captainhorst
3y ago
We use NanoVG: https://github.com/fabioarnold/nanovg-zig
10.
▲
by
captainhorst
3y ago
I used my Zig port of NanoVG: https://github.com/fabioarnold/nanovg-zig which ultimately uses WebGL for rendering in the browser.
11.
▲
by
captainhorst
3y ago
There are tools in the upper right corner. You can pick one and use it on a beetle. ;) This introduces various faults in the simulation that the database has to recover from. Minor spoiler: there's another tiny game hidden at the end o
12.
▲
by
captainhorst
4y ago
Interesting tool. But looking at the code when you load a video it simply decodes all frames into memory. If you deal with 1080p footage at 30 fps you will hit 4 GB with just ~23 seconds of video.
13.
▲
by
captainhorst
4y ago
Sadly, videos can't be larger than that. For one there's a memory limit per browser tab. Secondly, wasm32 is not able to address more than 4 GB of memory. Editing feature length movies is certainly out of scope for this editor. It