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: Product analytics (and evals) for agent sessions on your MCP

https://armature.tech/
36•screm•7h ago•2 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
101•NickySlicks•12h ago•30 comments

Show HN: Freqcast, an Android radio player that finds streams from a website URL

https://github.com/z0rats/freqcast
2•z0rats•1h ago•0 comments

Show HN: ssh ssh.place

https://ssh.place
170•jeninh•23h ago•102 comments

Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge

https://arcbox.dev/blog/unifi-pppoe-half-bridge-acceleration
68•uneven9434•14h ago•34 comments

Show HN: Svelte-rs – a Svelte compiler in Rust

https://github.com/MrWaip/svelte-rs
3•mrwaip•2h ago•0 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
171•emilesilvis•3d ago•81 comments

Show HN: Golars (Go Equivalent of Polars)

https://guywaldman.com/posts/polars-dataframe-contributions
4•guywald•3h ago•0 comments

Show HN: Isopolis – Isometric pixel map of SF

https://sf.isopolis.city/
331•nuwandavek•22h ago•74 comments

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

https://github.com/graham33/nixos-dgx-spark
126•graham33•1d ago•40 comments

Show HN: Make your Framework 12 sound like a creaky door

https://github.com/ArcaEge/creakwork12
92•arcaege•1d ago•18 comments

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/blog/2026-08-02-bor-v080-release/
184•eniac111•1d ago•28 comments

Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM

https://github.com/wie-project/kakehashi
246•vlad_kalinkin•1d ago•61 comments

Show HN: Fuse – statically typed functional programming language

https://fuselang.org
115•the_unproven•1d ago•47 comments

Show HN: Vinyl – Animated vinyl record wallpaper for Mac, synced to Spotify

https://www.vinylformac.com/
7•sxhivs•5h ago•0 comments

Show HN: 11-Node Agentic RAG with MCP and PII Shield Under 512MB RAM

https://agentic-rag-financial-parser.onrender.com/
4•ambujkt•6h ago•0 comments

Show HN: Hacker News with AI stories filtered out

https://hcker.news/?view=frontpage&ai=exclude
37•postalcoder•5h ago•9 comments

Show HN: Mstat a temperature and stat tracker for macOS in Zig and SwiftUI

https://git.cafe/versecafe/mstat
11•versecafe•6h ago•0 comments

Show HN: Pushyourthing. Everyone mashes one button to push links up

https://pushyourthing.com
4•canerbo•6h ago•3 comments

Show HN: Trawl – a self-hosted engine for scraping sites behind challenge walls

https://trawl.germondai.com/
3•germondai•6h ago•0 comments

Show HN: Laurie, play chords from your laptop keyboard

https://laurie.fm/
2•adhivd•6h ago•0 comments

Show HN: HostBlock – A menu bar app that blocks ads and malware (for my grandma)

https://hostblock.app
2•dotspencer•6h ago•0 comments

Show HN: Elevators

https://john.fun/elevators
1650•Jrh0203•3d ago•406 comments

Show HN: Add secure widgets on your Windows Desktop or write your own

https://www.desktop-dashboard.com
2•Nair0•6h ago•3 comments

Show HN: Latex.to – LaTeX to PDF via Full Tex Live in the Browser

https://latex.to/
6•Wdorf•6h ago•0 comments

Show HN: ApeiroCraft – Proposals that track views, e-sign and invoice

2•lolllll•6h ago•0 comments

Show HN: Find the perfect name for your startup, app or domain

https://www.howdowesay.com
3•wowinter15•6h ago•1 comments

Show HN: Popkorn – A CSS based alternative for Lottie animations

https://github.com/ayarse/popkorn
2•ayarseus•6h ago•2 comments

Show HN: Python Projects in the Browser – Event ticket preview

https://www.codembark.com/projects/q7r4n2v8mk/event-ticket-preview
2•camdenreslink•6h ago•0 comments

Show HN: Shitty – fast terminal. Memory-unsafe and faster than yours

https://github.com/pg83/shitty
162•pshirshov•1d ago•148 comments