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: NeXDM – Fast 64-segment download manager for Windows in Rust

https://nexdm.in/
2•Technews2026•55m ago•1 comments

Show HN: Numen - self hosted, it tells you what needs attention before you ask

https://github.com/theBstar/numen
2•Bikramsutar•1h ago•0 comments

Show HN: AgentPulse – Claude Code and Codex status in tmux

https://github.com/jerriclynsjohn/tmux-agent-pulse
4•jerriclynsjohn•1h ago•0 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
230•animeshchouhan•21h ago•93 comments

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
156•ifz•18h ago•24 comments

Show HN: Impress your boss with interactive Scikit-Learn Decision Tree

https://github.com/mljar/supertree
4•pplonski86•2h ago•0 comments

Show HN: Compute Polynomials Twice as Fast

https://thomasahle.com/fast-polynomials/
2•thomasahle•2h ago•0 comments

Show HN: Booley – open-source IDE for agentic chip design

https://github.com/boldaxolotl/booley
3•boldaxolotl•3h ago•0 comments

Show HN: VolAnti – Open-source acoustic detector for fibre-optic FPV drones

https://github.com/agamrossen/VolAnti
9•agamrossen•11h ago•0 comments

Show HN: ZWPlayer 3.3.2, a free HTML5 video player with ads and music mode

https://www.zwplayer.com/
3•logicplayer•5h ago•0 comments

Show HN: AI-first open-source alternative to Microsoft and Google Office

https://github.com/injectinglabs/injoffice
5•nickpismenkov•5h ago•3 comments

Show HN: Jigsaw Haiku

https://jigsawhaiku.com/
113•windowshopping•4d ago•33 comments

Show HN: Estimate your AI CO2 footprint

https://llmfootprint.fyi/
5•wyre•6h ago•0 comments

Show HN: Interactive Tree of Life

https://ptree.org/
110•Lucent•5d ago•25 comments

Show HN: Self-host open-source LLMs on AWS with scale-to-zero

https://github.com/paguasmar/veloxml-deploy
4•paguasmar•7h ago•4 comments

Show HN: Raven – Encrypted messages hidden inside ordinary text

https://sendraven.ink
6•willhieb•8h ago•0 comments

Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon

https://github.com/Sadpainy/Stuxnet
171•CMDDestory•1d ago•50 comments

Show HN: Pipnote – Share a reminder they can't peek at until it arrives

https://pipnote.app/
6•radomird•15h ago•5 comments

Show HN: Making a GBA game with GPT-6 Astra

https://www.spritefusion.com/blog/making-a-game-boy-advance-game-with-gpt-6-astra
10•HugoDz•18h ago•1 comments

Show HN: DriveSync – fast Git-styled Google Drive sync CLI

https://github.com/scaleninja/drivesync
20•rohityadavcloud•22h ago•13 comments

Show HN: SimpleW – Lightweight C# Web Server with optional addons

https://simplew.net/
5•prodbro•14h ago•0 comments

Show HN: GET Together – A social network where you don't need POST to Post

https://gettogether.dev
107•nchudleigh•2d ago•59 comments

Show HN: Full feature ECS game engine for TypeScript

https://github.com/oasys-works/oecs
3•2khan•10h ago•0 comments

Show HN: Browser-based Nginx config generator with live preview

https://tools.techtransit.org/nginx-generator
5•techgpt•10h ago•0 comments

Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

https://github.com/marsbos/mador
101•bosmarcel•2d ago•34 comments

Show HN: Wg-admin – web UI for an existing WireGuard host

https://github.com/logimaxx/wg-admin
33•vsergione•1d ago•11 comments

Show HN: Auto-Rig Web – Zero-click 3D humanoid rigging in a Web Worker

https://github.com/nff747/auto-rig-web
3•nff747•12h ago•0 comments

Show HN: Engrim – A universal, local-first SQLite memory engine for AI CLIs

https://github.com/timgordontg/engrim
91•timgordontg•2d ago•53 comments

Show HN: InverSQL: Build SQL interactively in inverse

https://github.com/rentruewang/inversql
5•renchuw•18h ago•0 comments

Show HN: Genotype: language that compiles to idiomatic TS, Rust and Python

https://genotype-lang.org/
8•kossnocorp•13h ago•0 comments