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: Hacker News, without AI

https://hcker.news/?ai=exclude
71•postalcoder•1h ago•40 comments

Show HN: Hacker News, Without AI

https://www.unslop.news/
2•otherayden•10m ago•1 comments

Show HN: Streameriux – TV Player PoC Using Gpuix and Mediabunny

https://github.com/rubnogueira/streameriux
2•rubnogueira•12m ago•1 comments

Show HN: Raggy – A lightweight CLI tool for RAG over local documents

https://github.com/paulknysh/raggy
3•paulknysh•17m ago•1 comments

Show HN: Clawfight.ai MCP-driven agentic game play

https://clawfight.ai/agents.md
6•wesleyhales•2h ago•3 comments

Show HN: Autonet, a self-sufficient economy for AI and human agents

https://github.com/autonet-code/node
2•eightrice•1h ago•0 comments

Show HN: Bastiontrace – Forensics for prompt-injected AI agents

https://github.com/Rinkia/bastiontrace
2•Rinkia•2h ago•0 comments

Show HN: Agent First Shopify Competitor?

https://docs.mercemur.com/
3•thejasonsamuel•2h ago•0 comments

Show HN: TriageBox – AI checker for Gmail that flags phishing and clutter

https://triagebox.pfa87.cc/
2•pfa87•2h ago•0 comments

Show HN: OSM Edit MCP

https://github.com/skywinder/osm-edit-mcp
2•skywinder•2h ago•0 comments

Show HN: Tab Atlas – A visual tab manager that never auto-closes your tabs

https://chromewebstore.google.com/detail/tab-atlas-visual-tab-mana/jimgeefcpapoihnidlnojegpebpcnfgp
2•mysticmetal•15m ago•0 comments

Show HN: Flashviz, Microcontroller flash and RAM 3D visualization

https://clisystems.com/tools/flashviz/
2•drewcg•2h ago•0 comments

Show HN: Vertumnus – printable posters of farmers' market produce seasonality

https://vertumnus.fyi
47•perspectivezoom•3d ago•16 comments

Show HN: Simseeder – an MMO Roguelike where players build the game

https://simseeder.com
2•Mytrill•3h ago•0 comments

Show HN: NanoVector – A 120KB zero-dependency vector search engine in C and SIMD

https://github.com/eminsk/nanovector
6•eminskinfo•4h ago•1 comments

Show HN: Foldelight – the iPhone Duo folding effect the MacBook was owed

https://lufzle.dev/foldelight/
18•riffonio•4h ago•11 comments

Show HN: SolidPing — open-source uptime monitoring, agents inside your network

https://solidping.io/d/login?demo=true
2•fclairamb•4h ago•0 comments

Show HN: A browser IDE for m68000, Z80 assembly (and more), with graphics

https://asm-editor.specy.app/
30•specy•3d ago•2 comments

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
595•dmitrybrant•1d ago•269 comments

Show HN: DOOM in the kernel, or fibers in eBPF

https://ayles.github.io/doom-in-kernel/
47•ayles•1d ago•12 comments

Show HN: MultiMatte, a Promptable Image Background Removal Model

https://usefeyn.com/blog/multimatte/
49•snyy•1d ago•8 comments

Show HN: Compute polynomials twice as fast

https://thomasahle.com/fast-polynomials/
134•thomasahle•2d ago•41 comments

Show HN: Filament – Fast data movement engine in Go

https://github.com/galaxy-io/filament
31•ikswolzok•3d ago•6 comments

Show HN: Beautiful Markdown rendering in your terminal

https://github.com/spencerldixon/lime
6•spencerldixon•7h ago•3 comments

Show HN: CuTile for Java Port

https://www.reddit.com/r/CUDA/comments/1wdbqbb/possible_cutile_integration_in_java_after_rust/
4•mikepapadim•2h ago•0 comments

Show HN: A local, open-source version of Claude Code

https://github.com/just-not-google/BiNeuron
3•waratecs123•9h ago•1 comments

Show HN: I pointed 11 cold AI agents at my own product. 3 finished

https://pact0.com/notes/agents-vs-our-own-product
3•benban•10h ago•0 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
247•animeshchouhan•3d ago•115 comments

Show HN: Nightshift – Your code gets better while you sleep

https://github.com/openslop/nightshift
10•tcbrah•22h ago•16 comments

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments

https://github.com/OtoDock/oto-dock
46•dimitrismrtzs•1d ago•14 comments