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: Sesame - a local-first, open-source password manager

https://usesesame.app/
35•d0mkaaa•5h ago•35 comments

Show HN: NodeAkt – Zero-dependency distributed actor framework for TypeScript

https://tochemey.github.io/nodeakt/
3•Tochemey•56m ago•0 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
64•IbrahimF96•13h ago•49 comments

Show HN: 500,000+ AOL Instant Messenger Buddy Icons All at Once

https://buddyiconarchive.com/
3•shedletsky•1h ago•0 comments

Show HN: Hacker News Client with Claude Code and Codex Integration

https://github.com/nilbuild/rundown
7•kamranahmedse•4h ago•0 comments

Show HN: Conduct, open-source guardrails for LLM and MCP tool calls

https://github.com/sseshachala/conductai
20•sudhendra1•5h ago•3 comments

Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go

https://github.com/chrisgreg/boop
4•bustylasercanon•5h ago•2 comments

Show HN: Kosh – Bash shell runtime with 100x faster Shellcheck and LSP built-in

https://github.com/toiletbril/kosh
4•toiletbril•3h ago•0 comments

Show HN: Kvist – a Lisp for systems programming that compiles to Odin

https://github.com/kvist-lang/kvist
3•andreasflakstad•3h ago•1 comments

Show HN: The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
649•Labo333•1d ago•314 comments

Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance

https://github.com/elyosh/OpenTIE/
217•elyosh•1d ago•54 comments

Show HN: FeatureFlags.app – Feature Management for .NET

https://featureflags.app/
4•avlcodemonkey•8h ago•0 comments

Show HN: Blast – Open-source sandbox-as-a-service

https://github.com/stanford-mast/blast
5•calebhwin•7h ago•0 comments

Show HN: Watches user sessions, finds bugs that matter, and fixes them

https://github.com/opslane/opslane
34•aray07•1d ago•10 comments

Show HN: iOS app for learning any song on piano with AI music transcription

https://apps.apple.com/us/app/anything-piano-learn-any-song/id6761146933
4•katielb•5h ago•2 comments

Show HN: We built open OpenRouter that turns usage into a better model

https://github.com/experientiallabs/experiential
207•SilenN•1d ago•46 comments

Show HN: I read 648 banks' exchange boards daily to show what they charge

https://myratefx.com/
3•pedroalbaladejo•8h ago•2 comments

Show HN: Texttile, a multiplayer blog engine for people who write together

https://www.texttile.blog/
13•klausbreyer•12h ago•3 comments

Show HN: OpenLayer – local Photoshop plugin for ComfyUI (inpaint/outpaint demo)

https://github.com/MehranMarxian/OpenLayer
5•HMUSER•8h ago•0 comments

Show HN: A retirement planner in one HTML file, works offline, nothing uploaded

https://www.torsalis.com
3•rachelb1331•7h ago•1 comments

Show HN: Watermarks Remover: Clean LLM watermarks from text and files

https://github.com/guillaumemeyer/watermarks-remover
2•gmeyer•7h ago•0 comments

Show HN: Voronoi Go

https://voronoigo.com/
154•igpay•1d ago•26 comments

Show HN: FnScribe – Open-source, offline dictation for macOS

https://github.com/AlgorithmicResearchGroup/fnscribe
20•modagent•17h ago•14 comments

Show HN: A lightweight, stateless database for agent memory

https://polign.com/blog-edge-agent-memory
33•anuptalwalkar•2d ago•12 comments

Show HN: Open tool for testing your AI Agents (No LLM)

https://github.com/IdoGol24/weir
4•CarryOn1212•8h ago•4 comments

Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

https://github.com/kelviq/tare
86•sachinneravath•1d ago•62 comments

Show HN: URML – safety-eval harness for AI agents on lab and factory hardware

https://github.com/URML-MARS/URML/tree/main/examples/physical-ai-safety-eval
2•Yahalomi•8h ago•0 comments

Show HN: Adding and Extending Integer Support for MATLAB Code in RunMat

https://runmat.com/blog/adding-and-extending-integer-support-for-matlab-code-in-runmat
4•nallana•8h ago•0 comments

Show HN: Free lifetime pro access to a crunchbase alternative

https://startupwiki.tech/giveaway
4•skiski•8h ago•2 comments

Show HN: CleanMySheet – Privacy-first CSV/Excel cleaner that runs in the browser

https://cleanmysheet.in
4•nvn333•9h ago•0 comments