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: Max Studio Tools (C++ DSP Modules for Max and Ableton Live)

https://github.com/apresta/max-studio-tools
6•apresta•49m ago•0 comments

Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models

448•adam_rida•1d ago•214 comments

Show HN: Open-weight OCR got so cheap I had to share it

https://www.openparser.dev/cheapest-ocr
4•TimurKramar•1h ago•1 comments

Show HN: Palmier Pro – Open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
183•harrisontin•1d ago•32 comments

Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

https://github.com/onecli/onecli
103•Jonathanfishner•1d ago•31 comments

Show HN: Jixp, a Lisp DSL for describing Jax neural nets

https://github.com/baileywickham/jixp
3•baileywickham•5h ago•0 comments

Show HN: X402vps – Docker containers for AI agents, paid per hour with USDC

https://x402vps.com
12•z1z2z3•9h ago•0 comments

Show HN: Crisp – Open-source display manager for macOS (DDC, HiDPI, presets)

https://github.com/didriksg/Crisp
3•didriksg•5h ago•0 comments

Show HN: A representation of a chapter of your life through music

https://www.cuecard.live
2•alicoredi•4h ago•2 comments

Show HN: Claude-thermos keeps your Claude session warm for you

https://github.com/izeigerman/claude-thermos
106•s0ck_r4w•1d ago•83 comments

Show HN: Corv v1.1 is out! Solving SSH execution for AI agents

https://github.com/khalid-src/corv-client
2•khalid_0002•4h ago•0 comments

Show HN: Audio Player with "Binaural Beats" tuned to the same key as your music

https://github.com/henrygabriels/binaural-studio
17•gabriel666smith•11h ago•4 comments

Show HN: PBasic is a modern BASIC interpreter with a retro vibe

https://apps.apple.com/ca/app/pbasic/id6789459761?mt=12
2•johnrpenner•4h ago•0 comments

Show HN: Sourceminder.org - token-efficient code search

https://sourceminder.org/
4•ebcode•4h ago•1 comments

Show HN: Remux – an open-source tmux workspace designed for iPhone

https://github.com/h3nock/remux
97•bitwise42•1d ago•33 comments

Show HN: I made Rung a daily word/clue game of nerve

https://dailyrung.com/
4•amaanster•5h ago•3 comments

Show HN: Poddie – A local-first, text-based video and podcast editor

https://github.com/SinanTang/poddie
2•sinan_tang•5h ago•0 comments

Show HN: An AI agent skill repo built around evals, not demos

https://github.com/sourishkrout/skills
3•sourishkrout•5h ago•0 comments

Show HN: Trifle – Open-source analytics that stores answers, not events

https://trifle.io/
49•iluzone•2d ago•13 comments

Show HN: Drive your real logged-in Chrome from Claude Code and Codex (MCP)

https://github.com/vitalysim/browser-bridge
2•vitalysim•5h ago•0 comments

Show HN: LanView CLI – Fixing the localhost problem when testing on your phone

https://github.com/PrashantDhuri08/lanview-cli
2•prashantdhuri08•5h ago•0 comments

Show HN: A 100% client-side steganography tool to hide messages in images

https://zlvox.com/blog/free-steganography-tools-2026-hide-messages-in-images
3•mrdisloyal•5h ago•0 comments

Show HN: Compile computation graphs into transformer weights – no training

https://github.com/physicsrob/torchwright
2•physicsrob•5h ago•0 comments

Show HN: Millenium Bug, retro-banking CSS stylesheet

https://mtct.github.io/millenium-bug/demo/index.html
2•mtct88•6h ago•0 comments

Show HN: Rabbit Hole. A daily word chain puzzle (rhymes, synonyms, antonyms)

https://rabbit-hole-game.com/
3•nwarner0•6h ago•1 comments

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
1005•starfallg•2d ago•234 comments

Show HN: I vibe coded tinypopups – a simple tool for in-app popups and feedback

https://tinypopups.com/
2•ibuildproducts•6h ago•2 comments

Show HN: Open-source AI scientist for semi-autonomous theory discovery

https://github.com/imbue-ai/catalyst
2•danielmewes•6h ago•0 comments

Show HN: Stock market indices on a spinning 3D globe

https://finances.info/
4•recruiterinfo•6h ago•0 comments

Show HN: Uploads.sh – the missing upload command for coding agents (open-source)

https://uploads.sh/
8•zachdunn•9h ago•0 comments