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•10mo ago

Comments

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

Show HN: OneCLI – Vault for AI Agents in Rust

https://github.com/onecli/onecli
147•guyb3•16h ago•44 comments

Show HN: Axe – A 12MB binary that replaces your AI framework

https://github.com/jrswab/axe
191•jrswab•19h ago•106 comments

Show HN: Rudel – Claude Code Session Analytics

https://github.com/obsessiondb/rudel
132•keks0r•19h ago•72 comments

Show HN: Global Maritime Chokepoints

https://ryanshook.org/chokepoints/
12•RyanShook•4h ago•4 comments

Show HN: Understudy – Teach a desktop agent by demonstrating a task once

https://github.com/understudy-ai/understudy
99•bayes-song•16h ago•42 comments

Show HN: OpenClaw-class agents on ESP32 (and the IDE that makes it possible)

https://pycoclaw.com/
25•pycoclaw•11h ago•1 comments

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
403•remywang•1d ago•216 comments

Show HN: Web-based ANSI art viewer

https://sure.is/ansi/
26•lubujackson•3d ago•7 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
146•theredsix•1d ago•51 comments

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
308•vkuprin•1d ago•79 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

https://fuelingcuriosity.com/game.html
123•fuelingcurious•1d ago•47 comments

Show HN: Autoresearch@home

https://www.ensue-network.ai/autoresearch
75•austinbaggio•1d ago•19 comments

Show HN: An application stack Claude coded directly in LLVM IR

https://github.com/dot-matrix-labs/alien-stack
9•dboreham•15h ago•0 comments

Show HN: A context-aware permission guard for Claude Code

https://github.com/manuelschipper/nah/
123•schipperai•1d ago•85 comments

Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

https://aether.saphal.me/dashboard/default
67•saphalpdyl•1d ago•20 comments

Show HN: PipeStep – Step-through debugger for GitHub Actions workflows

https://github.com/Photobombastic/pipestep
7•photobombastic•16h ago•4 comments

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
155•robthompson2018•1d ago•91 comments

Show HN: XLA-based array computing framework for R

https://github.com/r-xla/anvil
14•sebffischer•4d ago•1 comments

Show HN: Cloud to Desktop in the Fastest Way

https://nativedesktop.com/
3•lasgawe•16h ago•4 comments

Show HN: Slop or not – can you tell AI writing from human in everyday contexts?

https://slop-or-not.space
14•eigen-vector•11h ago•17 comments

Show HN: Stratum – SQL that branches and beats DuckDB on 35/46 1T benchmarks

https://datahike.io/notes/stratum-analytics-engine/
9•whilo•12h ago•3 comments

Show HN: Codelegate, keyboard-driven coding agent orchestrator GUI for Mac/Linux

https://codelegate.dev/
3•brucehsu•12h ago•0 comments

Show HN: Every Developer in the World, Ranked

https://coderank.me
9•ejc•12h ago•4 comments

Show HN: VaultLeap – USD accounts for founders outside the US

https://vaultleap.com
4•GregReve•18h ago•2 comments

Show HN: Detect any object in satellite imagery using a text prompt

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
22•eyasu6464•4d ago•7 comments

Show HN: A desktop app for managing Claude Code sessions

https://github.com/doctly/switchboard
4•kapitalx•18h ago•1 comments

Show HN: Calyx – Ghostty-Based macOS Terminal with Liquid Glass UI

https://github.com/yuuichieguchi/Calyx
24•yuu1ch13•20h ago•31 comments

Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs

https://dnhkng.github.io/posts/rys/
454•dnhkng•2d ago•115 comments

Show HN: Raccoon AI – Collaborative AI Agent for Anything

https://raccoonai.tech
3•scorchy38•15h ago•1 comments

Show HN: Baltic security monitor from public data sources

https://estwarden.eu/
4•makefunstuff•15h ago•0 comments