frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: MMORPG prototype inspired by World of Warcraft

https://github.com/nickyvanurk/everwilds
28•nickyvanurk•11mo ago

Comments

ricardobayes•11mo ago
Still to this day I have not seen an MMORPG that has as smooth movement and camera system as WoW.
okdood64•11mo ago
Camera movement in FFXIV is fine. Character movement was a bit clunky but still very usable.
kristoff200512•11mo 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•11mo ago
To replicate that feel is pretty much the point of this project.
MacNCheese23•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
I get net::ERR_CERT_COMMON_NAME_INVALID on everwilds.io (chrome android)

Show HN: I run AI background removal in the browser–no upload,no server

https://www.allplix.com/en/background-remover
2•shadoxise•32m ago•0 comments

Show HN: Dynamic Map of YouTube Channels

https://www.ytmap.xyz/
3•Bachal•1h ago•1 comments

Show HN: Keeper – embedded secret store for Go (help me break it)

https://github.com/agberohq/keeper
54•babawere•9h ago•30 comments

Show HN: Marimo pair – Reactive Python notebooks as environments for agents

https://github.com/marimo-team/marimo-pair
105•manzt•3d ago•26 comments

Show HN: QVAC SDK, a universal JavaScript SDK for building local AI applications

26•qvac•22h ago•6 comments

Show HN: Figma for Coding Agents

https://getdesign.md
3•omeraplak•3h ago•3 comments

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
161•randerson_112•1d ago•154 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
159•SirHound•1d ago•97 comments

Show HN: Kaggle x Duolingo x Codecrafters

https://capalent.com
3•gen_specialist•4h ago•3 comments

Show HN: FeedSense – A private recommendation system built from your own sources

4•langtang1996•4h ago•1 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
57•etherio•1d ago•12 comments

Show HN: Rust based eBook library for Python, with MIT license

https://github.com/arc53/fast-ebook
30•larry-the-agent•20h ago•3 comments

Show HN: Zeroclawed: Secure Agent Gateway

https://github.com/bglusman/zeroclawed
3•bglusman•5h ago•2 comments

Show HN: VigIA – A deterministic FSM in .NET 10 to stop LLM hallucinations

https://github.com/JordanCT/VigIA-Orchestrator
2•JordanCT•5h ago•0 comments

Show HN: Steadcast – Free Mac podcast player for learning, not background noise

https://steadcast.co
2•steadcast•5h ago•0 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
109•JKCalhoun•4d ago•24 comments

Show HN: Do All the Things

https://www.doallthethings.app/
3•brainbun•6h ago•3 comments

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

https://guruka.com/
32•eummm•1d ago•11 comments

Show HN: Airwave synced music streaming from YouTube/Spotify links

https://github.com/76696265636f646572/Airwave
2•Vibecoder_•8h ago•0 comments

Show HN: Orange Juice – Small UX improvements that make HN easier to read

http://oj-hn.com/
140•latchkey•2d ago•157 comments

Show HN: 41 years sea surface temperature anomalies

https://ssta.willhelps.org
146•willmeyers•1d ago•69 comments

Show HN: A (marginally) useful x86-64 ELF executable in 301 bytes

https://github.com/meribold/btry
64•meribold•3d ago•19 comments

Show HN: Is Hormuz open yet?

https://www.ishormuzopenyet.com/
472•anonfunction•1d ago•207 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
11•bastscho•1d ago•4 comments

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
783•sam-bee•3d ago•235 comments

Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

https://github.com/pcruz1905/hls-restream-proxy
114•pruz•2d ago•36 comments

Show HN: Unicode Steganography

https://steganography.patrickvuscan.com
55•PatrickVuscan•3d ago•14 comments

Show HN: We built a camera only robot vacuum for less than $300 (well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
107•indraneelpatil•4d ago•55 comments

Show HN: A tool to manage a swarm of coding agents on Linux

https://github.com/penberg/swarm
5•penberg•10h ago•2 comments

Show HN: Go-Bt: Minimalist Behavior Trees for Go

https://github.com/rvitorper/go-bt
61•rvitorper•2d ago•12 comments