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: I made some transistor animations

https://brandonli.net/semisim/animations
127•stunningllama•1d ago•14 comments

Show HN: Brolly, a plain-text weather forecast site

https://brolly.sh/forecast/RWFP2qW8
125•jsax•7h ago•42 comments

Show HN: SpinWin – A macOS menu bar app to visually rotate or spin any window

https://github.com/alokdhir/spinwin
14•dbm5•7h ago•5 comments

Show HN: Writemark, a dependency free web component for inline Markdown editing

30•_boffin_•5h ago•11 comments

Show HN: Yorishiro – a macOS terminal where AI agents live

https://github.com/sktkkoo/Yorishiro
37•hakumei•3d ago•12 comments

Show HN: GeoChess – open-source geography strategy game

https://geochess.org
4•spider-hand•5d ago•13 comments

Show HN: Rudoc – a 4.5MB Rust document converter

https://github.com/asong56/rudoc
6•sideras56•3h ago•0 comments

Show HN: Awsmux – Multi-account AWS CLI, up to 5.4x faster, 7.4x fewer tokens

https://github.com/0hardik1/awsmux
7•0hardik1•5h ago•4 comments

Show HN: Hubo – two agents that implement and review code until they agree

https://github.com/h0ngcha0/hubo
3•hongchao•2h ago•1 comments

Show HN: Argus – VSCode Worktree Agent Session Manager

https://marketplace.visualstudio.com/items?itemName=petar-s-dimov.argus-worktree-agent-sessions
2•pdcd•22m ago•0 comments

Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models

467•adam_rida•2d ago•218 comments

Show HN: PeerTree an Biological Inspired Network

https://github.com/bitmonky/PeerTree
2•BorgIOS•4h ago•0 comments

Show HN: Working Async – The new wave of remote work is async-first

https://workingasync.io
6•Log007•7h ago•0 comments

Show HN: I simulated closing the Strait of Hormuz on real oil trade data

https://globaloilnetwork.staffinganalytics.io/
241•eliotho•2d ago•122 comments

Show HN: Open-source AI bookmark manager for busy people

https://github.com/rortan134/cache-app
2•gsmt•5h ago•2 comments

Show HN: I created a way to turn your GitHub contribution graph into a game

https://ykdojo.github.io/gh-commit-history/
2•ykev•5h ago•1 comments

Show HN: Tasku. Manage Tasks from the Terminal

https://github.com/tomdringer/tasku
2•nerimasoft•5h ago•0 comments

Show HN: HN Glance – a visual way to read Hacker News

https://hnglance.com
5•valentinvieriu•5h ago•2 comments

Show HN: Pastport – Your iPhone Left an Airbnb

https://github.com/anupamchugh/pastport
3•anupamchugh•6h ago•0 comments

Show HN: Nore – Write in Notion, publish a production-ready blog

https://nore.sh/
2•heywitt•6h ago•0 comments

Show HN: Desktui – a remote desktop client for your terminal

https://github.com/mishushakov/desktui
4•ushakov•1h ago•0 comments

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

https://github.com/palmier-io/palmier-pro
188•harrisontin•2d ago•37 comments

Show HN: Jargo, a Go port of Pipecat for building realtime voice agents

https://github.com/gojargo/jargo
10•fallais•12h ago•2 comments

Show HN: Cygnus – A fast, lightweight self-hostable serverless runtime and PaaS

https://cygnus.run
8•ccheshirecat•13h ago•2 comments

Show HN: I built a blind taste test for Claude and Codex designs

https://taste.rubenflamshepherd.com/
4•rubenflamshep•7h ago•0 comments

Show HN: Max Studio Tools – C++ DSP Modules for Max and Ableton Live

https://github.com/apresta/max-studio-tools
32•apresta•1d ago•0 comments

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

https://github.com/onecli/onecli
105•Jonathanfishner•2d ago•32 comments

Show HN: Free mentor for learning programming languages, fast and efficient

https://github.com/KubiKDB/AI-Tools-For-Learning
3•superquizonline•9h ago•0 comments

Show HN: Less-pager-mini: What a cross-platform pager would be like

https://github.com/dawsonhuang0/Less-Pager-Mini
2•dawson0•9h ago•1 comments

Show HN: How well do you use Claude Code?

20•Paarthmj•1d ago•16 comments