mac

joined 1 year ago
11
Issue 433 :: Haskell Weekly (haskellweekly.news)
submitted 2 months ago by mac to c/haskell
20
submitted 2 months ago by mac to c/opensource
3
Astro 4.14 (astro.build)
submitted 2 months ago by mac to c/astro
5
submitted 2 months ago by mac to c/rust
10
This Week in Rust 560 (this-week-in-rust.org)
submitted 2 months ago by mac to c/rust
4
submitted 2 months ago by mac to c/box2d
[–] mac 8 points 7 months ago* (last edited 7 months ago) (1 children)

Not all work with someone happens from opening up issues or PRs

[–] mac 5 points 7 months ago (1 children)

For old reddit style theres mlmym which fills that niche better (e.g. for you that would be at https://old.lemmy.world)

Default UI is currently getting overhauled in a bunch of different ways. Lemmy-Leptos for Lemmy itself, and new UIs for Sublinks and Piefed as they get constructed

[–] mac 3 points 7 months ago (2 children)

I dont know how larger games do it but it mostly depends on what kinds of enemies and what genre of game youre doing.

If you have a lot of enemies that will be spawned and despawned and they are mostly the same you can do an object pool where instead of destroying the object it gets hidden and added to the back of the pool for another enemy to spawn in as in the future by showing it and moving it to the correct spot

In terms of when to spawn it usually (assuming youre doing most genres) you can just spawn it right outside the view of the player when they hit a trigger. In games I usually make enemies are spawned on a timer since it tends to be more arcade like and in that case you usually just spawn them outside the range of the player in a random location around a radius after X amount of time has passed

Can give more specific things if I know the genre

Also downvote is likely someone from the all feed

[–] mac 6 points 7 months ago

Yes, or it compiles to JavaScript. From the version 1 post

[–] mac 23 points 7 months ago* (last edited 7 months ago)

Tried looking. According to one of the users who posted it its by 0x00 whos the person who made floor 796. All things I can find relating to them are floor 796 related though and can't find where this was originally posted

Heres floor 796 though if anyones interested https://floor796.com

[–] mac 10 points 7 months ago

All lemmy apps are sublinks apps, it has api compatibility

The demo site also isn't an instance for accounts, its a demo

[–] mac 12 points 7 months ago* (last edited 7 months ago) (4 children)

API pretty much already has parity, should be done way quicker than that

[–] mac 2 points 7 months ago (1 children)

Theres more than just the api repo and pull requests are squashed in some of them making it show as less

[–] mac 15 points 7 months ago (4 children)

Back to posting these. Took a week break but should be doing them daily again

[–] mac 32 points 7 months ago

For self hosting there's also Forgejo which is a fork of Gitea

Thats what Codeberg uses

[–] mac 6 points 8 months ago* (last edited 8 months ago)

Its in the embedded tweet

Stands for progressive web app which is an app which uses web technologies. Can be both a web page and a mobile app on a phone. Can be added as an app to your phone through a browser rather than downloading it from an app store

[–] mac 15 points 8 months ago* (last edited 8 months ago)

The amount of transitors in integrated circuits has been doubling every two years for ~ 50 years so there would be a lot of similar headlines. People thought that would stop in 2022 but this might change that

(People have also been speculating about it for awhile but this is it actually functioning)

view more: ‹ prev next ›