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: Echo – Fable-level results at 1/3 the cost using open-weight models

381•adam_rida•14h ago•180 comments

Show HN: Palmier Pro – Open-source macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
155•harrisontin•18h ago•25 comments

Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

https://github.com/onecli/onecli
97•Jonathanfishner•17h ago•30 comments

Show HN: Claude-thermos keeps your Claude session warm for you

https://github.com/izeigerman/claude-thermos
100•s0ck_r4w•16h ago•81 comments

Show HN: Trifle – Open-source analytics that stores answers, not events

https://trifle.io/
46•iluzone•1d ago•11 comments

Show HN: A factory simulator game built on Spreadsheets

https://www.logisheets.com/?craft=factory-simulator
14•JeremyHe•8h ago•2 comments

Show HN: Remux – an open-source tmux workspace designed for iPhone

https://github.com/h3nock/remux
92•bitwise42•19h ago•31 comments

Show HN: Life Tile – Passive time tracker that shows your day as a Mondrian grid

https://apps.apple.com/us/app/life-tile-auto-tracker/id6767332648
7•choyongjoon•9h ago•1 comments

Show HN: Whetuu – a zero-config cross-shell prompt written in Zig

https://yamafaktory.github.io/whetuu/
48•yamafaktory•19h ago•37 comments

Show HN: I built a native macOS terminal with Git integration in 5 days

https://kero.sh/
2•0x142857•3h ago•1 comments

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
996•starfallg•1d ago•234 comments

Show HN: Connecting my dumb garage and car's homelink buttons to Home Assistant

https://dsauerbrun.com/writing/dumb-garage
10•dsauerbrun•12h ago•0 comments

Show HN: macOS menu-bar manager for SSH port forwards

https://github.com/lx2026/RelayBar
42•linxy97•19h ago•9 comments

Show HN: I built a zero-latency developer tool suite in pure Vanilla JavaScript

https://omnideck.cc/
21•AAPD_Studio•19h ago•10 comments

Show HN: Turo – An Aggressive Token-Saving Proxy for CLI AI Agents

https://github.com/kdeps/turo
4•jjuliano•9h ago•2 comments

Show HN: I built a local Node.js conduit for the BorgIOS network

https://github.com/bitmonky/borgHUI
3•BorgIOS•6h ago•1 comments

Show HN: PDFly – 56 free PDF tools that run in the browser

https://pdfly.uk/
3•pagalannu01•6h ago•0 comments

Show HN: I poked at the golden ratio in SQL and solved an open math problem

https://blob.byteterrace.com/public/bds-theorem.html
3•kittoes•6h ago•0 comments

Show HN: Dally – A little every day adds up

https://mctools.site
18•totaldude87•19h ago•2 comments

Show HN: Cactus Hybrid: We taught Gemma 4 to know when it's wrong

https://github.com/cactus-compute/cactus-hybrid
183•HenryNdubuaku•1d ago•40 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode
2•therepanic•8h ago•0 comments

Show HN: Coypa is a fun way to manage your clipboard

https://github.com/willmeyers/coypa
3•willmeyers•8h ago•1 comments

Show HN: DeepSQL – A self-hostable DBA agent for Postgres and MySQL

https://deepsql.ai/
50•venkat971•3d ago•33 comments

Show HN: Understanding Floating Point

https://proto.csprimer.com/fp/
2•ozanonay•8h ago•0 comments

Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links

https://www.orangecrumbs.com/hall/
210•oyster143•1d ago•38 comments

Show HN: Web swing through midtown NYC

https://www.swingnyc.com/
76•shahahmed•1d ago•26 comments

Show HN: CLI Coding Agent that runs on llamafile and/or GGUF

https://github.com/kdeps/kdeps
2•jjuliano•9h ago•0 comments

Show HN: Flow Matching model inference in C

https://github.com/ecrasevvv/c-fm/tree/master
4•ecrasevvv•16h ago•1 comments

Show HN: Hanky – ETL style framework for loading flash cards into Anki

https://github.com/Haeata-Ash/hanky
10•funfruit•19h ago•0 comments

Show HN: Verified B2B leads with the reason to reach out now

https://madleadz.com/
2•not_wowinter14•10h ago•0 comments