frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: MMORPG prototype inspired by World of Warcraft

https://github.com/nickyvanurk/everwilds
28•nickyvanurk•1y ago

Comments

ricardobayes•1y ago
Still to this day I have not seen an MMORPG that has as smooth movement and camera system as WoW.
okdood64•1y ago
Camera movement in FFXIV is fine. Character movement was a bit clunky but still very usable.
kristoff200512•1y ago
Yes, I think so too! I'm not sure why, but even though technology has advanced so much compared to before, there still isn't an online game that can surpass it.
nickyvanurk•1y ago
To replicate that feel is pretty much the point of this project.
MacNCheese23•1y ago
Do i see this correctly, TCP-based Websocket with JSON messages that are parsed?

That is very much removed from any MMORPG type of communication.

One of the hardest parts of a client/server MMO architecture is the network layer, which uses a lossless/retry/fault-prove UDP-based protocol. Everything else sits on top. Luckily, there are tons of sample libraries by now, I suggest peeking at the leaked SW Online sony code which includes the source for their implementation.

jaoane•1y ago
World of Warcraft uses TCP, which is the correct choice because the current state is the sum of all previous updates. So why not let the kernel handle the hairy parts?
setr•1y ago
>because the current state is the sum of all previous states

I don't think that's true, except for the server? From the client's perspective, the current state is whatever the hell the server thinks is the sum of all previous state. So you generally don't need lossless message passing; you just need to be able to resync periodically, and trying to resend on lost messages is probably a waste of time if you can sync straight to current state

If the client/server were deterministically simulated -- thus every event must be fully represented on both sides to be in sync -- then sure, but I'm fairly positive no MMO does that

jaoane•1y ago
That’s not how it works in World of Warcraft though. The server only sends the client the absolute state of the world on login. Then it’s all relative updates. Like: unit X lost 13 hit points. The client derives the current state from that. So UDP is inappropriate because you need things to be ordered.
MJGrzymek•1y ago
I get net::ERR_CERT_COMMON_NAME_INVALID on everwilds.io (chrome android)

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
87•twalichiewicz•2h ago•31 comments

Show HN: How far do I have to go to run into 100k people?

https://imjasonh.github.io/playground/population-rays/
39•ImJasonH•5d ago•32 comments

Show HN: Manim (3Blue1Brown's animation engine) in the browser via WebGPU

https://studio.academa.ai/
8•sinaatalay•35m ago•0 comments

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
110•apetuskey•8h ago•41 comments

Show HN: Cloudflarebase – open-source Firebase alternative on Cloudflare

https://github.com/cloudflarebase/cloudflarebase
3•alex_equimake•58m ago•0 comments

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

https://github.com/schildep/verified-3d-mesh-intersection
105•permute•11h ago•45 comments

Show HN: Resultant Engineering Website

https://resultant.tools/
2•will2092347•1h ago•0 comments

Show HN: Magpie, a CLI to Turn Your AI Agent into a Bookkeeper

https://github.com/kyle-visner/magpie
3•kvisner•1h ago•0 comments

Show HN: Scala Tutorials – interactive Scala 3 lessons in the browser

https://scalatutorials.com
74•eranation•4d ago•32 comments

Show HN: Beakdown – a game inspired by Joust/Skirmish

https://beakdown.fun/
8•novlrdotcom•4h ago•13 comments

Show HN: tale.fyi, we deserve a home for fiction

https://tale.fyi/@sam/announcing-tale-fyi-read-or-listen-to-an-entire-book-from-a-single-link
70•samuelcole•11h ago•58 comments

Show HN: My recommendations after reading 1,500 books

https://brianhama.com
2•brianhama•2h ago•2 comments

Show HN: Mustuse.ai – Open-source automated ranking system run by agents

https://mustuse.ai
2•daimajia•2h ago•0 comments

Show HN: A tool to privately timestamp a claim and reveal it on schedule

https://prove-yourself.sebmellen.com/
2•sebmellen•2h ago•2 comments

Show HN: Cynative – Read-only CLI in Go that explains your live infrastructure

https://github.com/cynative/cynative
13•szin•8h ago•4 comments

Show HN: Minions Army Harness – Small Version of Claude Tag

https://github.com/baristaGeek/minions-army-harness
3•baristaGeek•2h ago•0 comments

Show HN: Segue – Save context in one AI, load it in another by a short handle

https://segue.ai/
30•csaguiar•12h ago•21 comments

Show HN: CogniKernel; AI Coding with cross session and cross platform memory

https://github.com/KanishkNoir/cognikernel
2•KanishkNoir•3h ago•0 comments

Show HN: Yap – OSS on-device voice dictation for macOS with no model to download

https://github.com/FrigadeHQ/yap
98•pancomplex•1d ago•38 comments

Show HN: Writekin – fine-tune a local LLM on your own writing, on your Mac

https://github.com/scouttyg/writekin
5•eggbrain•5h ago•1 comments

Show HN: Vyne – Zapier for DeFi users, run from any LLM or the workflow builder

https://app.vyne.finance
2•rajgoesout•3h ago•0 comments

Show HN: Verifiable receipts for firmware CVE reproduction

https://github.com/prevotai/colmena
4•TheLuisBolivar•3h ago•0 comments

Show HN: Flashpaper – Self-destructing secret sharing with no database

https://flashpaper.app/
25•minpym•9h ago•6 comments

Show HN: Learning Mode – Claude refuses to write code

https://github.com/melsayedx/learning-mode
2•melsayedx•4h ago•0 comments

Show HN: Orb – Self-hosted AI assistant that messages you first

https://github.com/getorb/Orb-Backend
2•ninjahawk1•4h ago•0 comments

Show HN: FeyNoBg – Automatic background removal model and training library

https://usefeyn.com/blog/feynobg/
118•snyy•1d ago•28 comments

Show HN: BrowserAct: Browser Layer for Your AI Agent

https://github.com/browser-act/skills
13•aanthonymax•15h ago•2 comments

Show HN: Base-GPUI: A GPUI port of Base UI headless components

https://github.com/LukeTandjung/base-gpui
9•autodidacc•11h ago•6 comments

Show HN: NoClick – Build always-on agents with your existing AI subscriptions

https://www.noclick.com/
4•dhruvyads•7h ago•3 comments

Show HN: Open-source Cloudflare deployed agent native task management and wiki

https://tajd.github.io/projektor/
17•tajd•14h ago•0 comments