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: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
122•yu3zhou4•10h ago•10 comments

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

https://github.com/secluso/core
37•arrdalan•7h ago•9 comments

Show HN: VT Code – open-source terminal coding agent in Rust

https://github.com/vinhnx/VTCode
9•vinhnx•2h ago•4 comments

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

https://tvexplorer.live
130•dtagames•13h ago•38 comments

Show HN: Zot – Yet another coding agent harness

https://www.zot.sh
76•patriceckhart•1d ago•69 comments

Show HN: Free activity calendar for schools, sports clubs, and organizations

https://freecal.eu/?lang=en
6•glenn_vc•7h ago•6 comments

Show HN: Self Publish Studio

https://selfpublishstudio.com/
7•noahwardlow•7h ago•0 comments

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

https://github.com/Kaelio/ktx
82•lucamrtl•1d ago•24 comments

Show HN: Context-aware Japanese furigana using Sudachi and ModernBERT

https://www.ezfurigana.com/
33•epitrochoid413•17h ago•17 comments

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

https://llmgame.scalex.dev
375•Wirbelwind•1d ago•153 comments

Show HN: Promptloop – create, run, and improve prompt evals from the terminal

https://github.com/Bella3202019/promptloop
9•velapod•13h ago•2 comments

Show HN: AionOS – self-healing microkernel in Zig (boots on real hardware)

https://github.com/rodancz/aion
4•rodancz•12h ago•0 comments

Show HN: Oort – A prompt library where every listing has a shipped project

https://oortstack.com
5•Wesearchpress•13h ago•0 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
435•stagas•2d ago•193 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
74•danAtElodin•2d ago•22 comments

Show HN: MigraDiff – maintained fork of migra (PostgreSQL schema diff)

https://github.com/migradiff/migra
4•lateos-ai•10h ago•2 comments

Show HN: I brought back Airbnb categories

https://www.vibebnb.fyi/
4•giulioco•10h ago•0 comments

Show HN: I built a better GitHub search that rank repos by what matters

https://reposeek.ai
4•donghaxkim•10h ago•2 comments

Show HN: Local-first semantic knowledge graph with magnetic-pull retrieval

https://github.com/Astralchemist/rig
4•akashi_dev•16h ago•0 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
109•nathanstitt•2d ago•39 comments

Show HN: Gaia Atlas – Local Stellar Map

https://valhovey.github.io/gaia-atlas/
6•speleo•12h ago•4 comments

Show HN: NvEnvy – A Notational Velocity (NvAlt) Reboot in Swift. OSS

https://github.com/kenm47/nvEnvy
3•hank2000•13h ago•0 comments

Show HN: Vibewarz – bot vs bot arena for vibecoders

https://vibewarz.com
4•gaomri•13h ago•3 comments

Show HN: Compile-time model-id validation with declared capability

https://github.com/yujonglee/openrouter-toolkit
5•yujonglee•3d ago•2 comments

Show HN: Elemental – simple front ends in plain JavaScript

https://github.com/fynyky/elemental
6•fynyky•14h ago•3 comments

Show HN: Tab Council – turn your AI tabs into a model council

https://github.com/vaddisrinivas/tab-council
3•srinivasvaddi•14h ago•0 comments

Show HN: Repolog, website audit for SEO, performance, security, and AI readiness

https://repolog.io/
5•petersas•15h ago•0 comments

Show HN: TypistStories, new Gothic novel released

https://typiststories.com/
2•afonsosoares•15h ago•2 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
82•delduca•2d ago•103 comments

Show HN: AISlop, a CLI for catching AI generated code smells

https://github.com/scanaislop/aislop
72•Heavykenny•16h ago•60 comments