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

Comments

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

Show HN: Xmloxide – an agent made rust replacement for libxml2

https://github.com/jonwiggins/xmloxide
51•jawiggins•6h ago•36 comments

Show HN: Now I Get It – Translate scientific papers into interactive webpages

https://nowigetit.us
219•jbdamask•17h ago•100 comments

Show HN: Userscript to Display Age/Karma of HN Users

https://gist.github.com/m4chinations/f6d58711a94077d96cf4157665b0bab3
3•linksbro•1h ago•1 comments

Show HN: Computer Agents – Agents that work while you sleep

https://computer-agents.com
3•janlucasandmann•3h ago•0 comments

Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash

https://github.com/junevm/splathash
52•unsorted2270•19h ago•20 comments

Show HN: SQLite for Rivet Actors – one database per agent, tenant, or document

https://github.com/rivet-dev/rivet
39•NathanFlurry•14h ago•13 comments

Show HN: Unfucked - version all changes (by any tool) - local-first/source avail

https://www.unfudged.io/
127•cyrusradfar•2d ago•82 comments

Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

https://github.com/hjtenklooster/claude-file-recovery
94•rikk3rt•1d ago•39 comments

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
188•lqs_•1d ago•56 comments

Show HN: Decided to play god this morning, so I built an agent civilisation

https://github.com/nocodemf/werld
43•urav•16h ago•31 comments

Show HN: Gitcredits – movie-style end credits for any Git repo in your terminal

https://github.com/Higangssh/gitcredits
33•swq115•17h ago•3 comments

Show HN: GitPop – open-source AI Git context menu for Windows (OS X coming soon)

https://github.com/vinzify/gitpop
2•vinzify•5h ago•0 comments

Show HN: Tomoshibi – A writing app where your words fade by firelight

https://tomoshibi.in-hakumei.com/
23•hakumei•13h ago•12 comments

Show HN: Explain Curl Commands

https://github.com/akgitrepos/explain-my-curl
4•akgitrepos•6h ago•0 comments

Show HN: I built a tool to translate and declutter articles for my immigrant mom

https://dulink.click/
3•dh2013•6h ago•5 comments

Show HN: I built a self-hosted course platform in Clojure

https://clojure.stream
57•jacekschae•2d ago•10 comments

Show HN: Badge that shows how well your codebase fits in an LLM's context window

https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens
84•jimminyx•1d ago•40 comments

Show HN: I built a dashboard to track AI's impact on jobs

https://www.clocktick.ai/
6•AznHisoka•16h ago•0 comments

Show HN: Free, open-source native macOS client for di.fm

https://github.com/drmikexo2/DIBar-macOS
6•thucydides•8h ago•1 comments

Show HN: I ported Manim to TypeScript (run 3b1B math animations in the browser)

https://github.com/maloyan/manim-web
138•maloyan•3d ago•24 comments

Show HN: Reclaim Flowers – A 2D physics-based "Digital Altar" protocol

https://github.com/voice-of-japan/Virtual-Protest-Protocol/blob/main/README.md
11•sakanakana00•17h ago•2 comments

Show HN: InstallerStudio – Create MSI Installers Without WiX or InstallShield

https://www.ionline.com/
3•pkailas•8h ago•0 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
143•conesus•4d ago•166 comments

Show HN: Memctl v0.1.0 Open source shared persistent memory for AI coding agents

https://memctl.com
3•meszmate•3h ago•0 comments

Show HN: IranWarLive – Automated, serverless OSINT mapping engine

https://iranwarlive.com/?v=hn
5•aggeeinn•9h ago•1 comments

Show HN: MCP server that strips injection vectors from LLM input

https://github.com/timstarkk/mcp-safe-fetch
2•timstark•3h ago•0 comments

Show HN: Velora Fitness – A zero-bloat, bare-bones workout tracker

https://trackmyresults.org
3•grpofficial•9h ago•0 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
82•Humanista75•4d ago•38 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
220•vintagedave•3d ago•229 comments

Show HN: Monohub – a new GitHub alternative / code hosting service

https://monohub.dev/
3•tbayramov•11h ago•2 comments