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

Comments

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

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
157•yak32•3d ago•32 comments

Show HN: WaveletLM – wavelet-based, attention-free model with O(n log n) scaling

https://github.com/ramongougis/WaveletLM
2•anarmorarm•1h ago•0 comments

Show HN: I remade my blog into a Windows 3.1 environment

https://passo.uno/
19•theletterf•8h ago•11 comments

Show HN: Parlor Jarvis – Realtime AI (audio+screen in, voice out) & multilingual

https://github.com/typomonster/parlor-jarvis
2•unusual_typo•2h ago•2 comments

Show HN: A free ESG stock screener that publishes its losses and methodology

https://jumpstartsignal.com/
17•irldexter•9h ago•22 comments

Show HN: Kadō – habit tracker app for iOS, open source and privacy-friendly

https://github.com/scastiel/kado
4•scastiel•3h ago•0 comments

Show HN: Lambda ERP – Open-source ERP you can run through chat

https://github.com/lambdadevelopment/lambda-erp
3•jcfrei•4h ago•0 comments

Show HN: Browse GitHub repos in Emacs without cloning

https://github.com/agzam/remoto.el
20•iLemming•15h ago•9 comments

Show HN: A bilingual guide to Thaayam, a Tamil board game

https://amal-david.github.io/thaayam-guide/
4•amaldavid•5h ago•0 comments

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
55•neo2006•1d ago•50 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

https://github.com/nex-crm/wuphf
242•najmuzzaman•1d ago•111 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
178•Zta77•1d ago•75 comments

Show HN: DDoS detection in 0.9s, tested against a 48 Gbps attack live

https://flowtriq.com/blog/lorikeet-security-case-study
13•jacob_masse•19h ago•1 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
124•gregpr07•2d ago•61 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
304•russellthehippo•3d ago•80 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
137•aliezsid•2d ago•28 comments

Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go

https://github.com/VincenzoManto/DSSGo
7•databasa•10h ago•0 comments

Show HN: Play on your TV using mobile phones as controllers – PadlessBox

https://padlessbox.com/
4•b4rtaz__•10h ago•0 comments

Show HN: Agent Vault – Open-source credential proxy and vault for agents

https://github.com/Infisical/agent-vault
150•dangtony98•4d ago•55 comments

Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
301•lucaronin•2d ago•139 comments

Show HN: Implit – Catch fake AI-generated dependencies

https://github.com/build-neurall/implit
2•neurall-build•13h ago•4 comments

Show HN: Talisman – A Android instrument played with two thumbs

https://talisman.by-igor.com/
7•ycosynot•22h ago•3 comments

Show HN: Draw Together Online

https://vidzert.com/draw-together
7•vidzert•17h ago•4 comments

Show HN: GoModel – an open-source AI gateway in Go

https://github.com/ENTERPILOT/GOModel/
214•santiago-pl•5d ago•75 comments

Show HN: Nimbus – Browser with Claude Code UX

https://usenimbus.app/
17•pycassa•1d ago•4 comments

Show HN: Broccoli, one shot coding agent on the cloud

https://github.com/besimple-oss/broccoli
81•yzhong94•4d ago•49 comments

Show HN: VT Code – Rust TUI coding agent with multi-provider support

https://github.com/vinhnx/VTCode
16•vinhnx•1d ago•2 comments

Show HN: LLM-wiki – One command Karpathy's wiki with QMD search for Claude/Codex

https://github.com/ivankuznetsov/llm-wiki
3•ivankuznetsov11•21h ago•1 comments

Show HN: Agent MCP Studio – build multi-agent MCP systems in a browser tab

https://www.agentmcp.studio
11•stealthtsdb•1d ago•6 comments

Show HN: Built a daily game where you sort historical events chronologically

https://hisorty.app/
72•damiannn•3d ago•65 comments