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•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: Synapse – 2.9MB Mac app with screenshot, clipboard, Keep Awake and more

https://www.synapsemac.com/
6•harshanacz•2h ago•6 comments

Show HN: Eyeball

https://eyeball.rory.codes/
8•mrroryflint•3h ago•7 comments

Show HN: DepsGuard – One command to harden NPM/pnpm/yarn/bun/uv configs

https://github.com/arnica/depsguard
33•eranation•19h ago•2 comments

Show HN: A CSS 3D Engine (no WebGL)

https://github.com/LayoutitStudio/polycss
73•rofko•22h ago•25 comments

Show HN: Textile – A desktop app for weaving together bits of text

https://www.gettextile.app
32•stack_framer•17h ago•18 comments

Show HN: Viveka: filter LLM output against a Lean-verified Advaita Vedanta model

https://github.com/SpecStudio-net/Viveka
5•adyashakti•6h ago•0 comments

Show HN: See the JA3 TLS fingerprint your scraper sends to Cloudflare

https://check.jibaoproxy.com
3•jibaoproxy•6h ago•0 comments

Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire

https://github.com/viggy28/streambed
121•vira28•1d ago•35 comments

Show HN: A free Linux adaptation of NETworkManager by BornToBeRoot

https://github.com/thongor77/nmlinux
24•magetriste•2d ago•3 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
128•marekkowalczyk•2d ago•50 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
154•poppypetalmask•2d ago•26 comments

Show HN: Going from 1+1=2 to Quantum Mechanics

https://quantum.schols.io/intro
10•chaidhat•14h ago•8 comments

Show HN: Mqtt Broker for 10 Years

https://github.com/skittleson/mqtt_broker_esp
11•skittleson•15h ago•0 comments

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

https://kenforthewin.github.io/atomic-editor/
67•kenforthewin•1d ago•18 comments

Show HN: NUA an agent that tests for product correctness

https://trynua.dev/
8•Paster335•11h ago•4 comments

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
124•ruaraidh•3d ago•44 comments

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
203•yu3zhou4•3d ago•18 comments

Show HN: NoSleepAgent – keep your MacBook awake until your agents finish

https://github.com/gergomiklos/nosleepagent
5•garymiklos•13h ago•0 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
132•arrdalan•3d ago•28 comments

Show HN: Dataroom – a Pi and self-hosted research harness on low-budget GPU

https://github.com/hanxiao/dataroom
5•artex_xh•14h ago•0 comments

Show HN: Open Envelope – an open schema for defining AI agent teams

https://openenvelope.org/docs/schema/
51•ashconway•4d ago•11 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
197•dtagames•3d ago•63 comments

Show HN: Knotch – a hub-and-spoke voice agent

https://github.com/akshatvasisht/knotch
4•akshatvasisht•15h ago•1 comments

Show HN: Zot – Yet another coding agent harness

https://www.zot.sh
106•patriceckhart•4d ago•82 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
92•lucamrtl•4d ago•28 comments

Show HN: Komi-learn – continuous memory and self-improvement for coding agents

https://github.com/kurikomi-labs/komi-learn
25•rainxchzed•2d ago•3 comments

Show HN: A desktop app for manual QA testing and evidence gathering

https://github.com/adriandomc/qastor
7•adriandomc•19h ago•2 comments

Show HN: Valdr - Valkey/Redis in safe Rust, passes >99% of Valkey test suite

https://github.com/ianm199/valdr
5•ianm218•20h ago•4 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
386•Wirbelwind•4d ago•161 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
441•stagas•5d ago•200 comments