Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 96 words in the discussion.

Trending Topics

#older#readme#makes#systems#ram#fpu#point#pico#enough#file

Discussion (7 Comments)Read Original on HackerNews

klodolph•about 2 hours ago
Everything being static inline makes it hostile to these older systems which have limited RAM. Use of float makes it unlikely that you’d run it on the PlayStation, which has no FPU.
aaaronic•17 minutes ago
Most of the older consoles don't have an FPU. Fixed point is king on those older systems.
iamcoder18•about 2 hours ago
It's hand written and should also work on microcontrollers like ESP32s or Pi Pico 2. Have you tried anything like that yet?

The Pico in particular has enough RAM and supports floating point math.

Attummm•about 2 hours ago
Sounds interesting, but there isn't any description or readme to go by.
bouchard•about 2 hours ago
The README is in the header file (picophysics.h)
monkpit•about 1 hour ago
why not in a readme
Retr0id•38 minutes ago
It's common enough to just copy single-file headers into a project. Now the docs come with it.