Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 4e63c0f

Browse files
committed
docs(introduction): slow update status
1 parent d2bd7e8 commit 4e63c0f

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

docs/es-ES/introduction.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@ El nombre `Infernus` proviene del vehículo con el ID `411` en el juego (concret
44

55
`Infernus` es una biblioteca construida sobre `samp-node`, que permite llamar al `SDK` del juego desde la capa de `JavaScript`.
66

7+
> [!WARNING]
8+
> El proyecto Infernus ha entrado en modo de mantenimiento y será archivado gradualmente. El desarrollo futuro del ecosistema estará liderado por la comunidad omp-node, y damos una cálida bienvenida a los desarrolladores interesados a unirse y contribuir.
9+
710
## 🚧 Trabajo en Curso
811

912
- [omp-node](https://github.com/omp-node) está actualmente en desarrollo activo, reemplazará a `Infernus` en el futuro.
1013
- si quiere probar `omp-node` o prefiere la sintaxis nativa sin demasiado envoltorio, revise [@open.mp/node](https://github.com/omp-node/core).
1114

15+
### Comparación
16+
17+
| / | Infernus + samp-node | omp-node |
18+
| -------------- | -------------------------------------------------------------------------------------------- | ---------------------------- |
19+
| Runtime | Windows: Node.js 16/20<br/>Linux: Node.js 16 | Windows/Linux: Node.js 18+ |
20+
| Module System | CommonJS | ESModule |
21+
| Architecture | x86 | x86/x64 |
22+
| Implementation | Via sampgdk→fakeamx→native calls | Direct omp-gdk/omp-sdk calls |
23+
| Performance | Relativamente más lento | Más optimizado |
24+
| Compatibility | Plugins de terceros vía capa polyfill | Requiere adaptación del SDK |
25+
| Philosophy | 1. Reescribir completamente con Infernus (evitar Pawn)<br>2. Adopción obligatoria de Steamer | Ver documentación oficial |
26+
1227
## Limitaciones
1328

1429
::: danger

docs/introduction.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@ The name `Infernus` comes from the vehicle with the ID `411` in the game (specif
44

55
`Infernus` is a library built on top of `samp-node`, which allows calling the game's `SDK` from the `JavaScript` layer.
66

7+
> [!WARNING]
8+
> Infernus project has entered maintenance mode and will be gradually archived. Future ecosystem development will be led by the omp-node community, and we warmly welcome interested developers to join and contribute.
9+
710
## 🚧 Work in Progress
811

912
- [omp-node](https://github.com/omp-node) is currently in active development, it will replace `Infernus` in the future.
1013
- If you want to try out `omp-node` or prefer the native syntax without too much wrapping, check out [@open.mp/node](https://github.com/omp-node/core).
1114

15+
### Comparison
16+
17+
| / | Infernus + samp-node | omp-node |
18+
| -------------- | ---------------------------------------------------------------------------------- | ---------------------------- |
19+
| Runtime | Windows: Node.js 16/20<br/>Linux: Node.js 16 | Windows/Linux: Node.js 18+ |
20+
| Module System | CommonJS | ESModule |
21+
| Architecture | x86 | x86/x64 |
22+
| Implementation | Via sampgdk→fakeamx→native calls | Direct omp-gdk/omp-sdk calls |
23+
| Performance | Relatively slower | More optimized |
24+
| Compatibility | Third-party plugins via polyfill layer | Requires SDK adaptation |
25+
| Philosophy | 1. Full Infernus rewrite recommended (avoid Pawn)<br>2. Mandatory Steamer adoption | See official documentation |
26+
1227
## Limitations
1328

1429
::: danger

docs/zh-CN/introduction.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@
44

55
`Infernus` 是一个基于 `samp-node` 打造的库,用于在 `JavaScript` 层调用游戏的 `sdk`
66

7+
> [!WARNING]
8+
> Infernus项目已进入维护阶段并将逐步归档,后续生态建设将由omp-node社区主导推进,诚邀感兴趣的开发者共同参与。
9+
710
## 🚧 施工中
811

9-
- [omp-node](https://github.com/omp-node) 目前正在积极开发中,未来它会取代`Infernus`
12+
- [omp-node](https://github.com/omp-node) 目前正在积极开发中,**未来它会取代`Infernus`**
1013
- 如果您想尝鲜`omp-node`,或更喜欢原生语法而没有过多封装,请关注 [@open.mp/node](https://github.com/omp-node/core)
1114

15+
### 差异
16+
17+
| / | Infernus + samp-node | omp-node |
18+
| ---------- | ------------------------------------------------------------------------------- | --------------------------- |
19+
| 运行环境 | Windows平台:Node.js 16/20<br/>Linux平台:Node.js 16 | Windows,Linux: Node.js 18+ |
20+
| 模块规范 | CommonJS | ESModule |
21+
| 架构支持 | x86 | x86/x64 |
22+
| 底层实现 | 通过sampgdk→fakeamx→原生调用 | 直接调用omp-gdk/omp-sdk |
23+
| 执行效率 | 相对较低 | 性能更优 |
24+
| 兼容性策略 | 通过兼容层polyfill支持三方插件 | 插件需适配sdk并使用特定版本 |
25+
| 设计理念 | 1. 提倡完全使用Infernus重构,避免Pawn代码开发<br>2. 强制采用Steamer替代原生接口 | 详见官方技术 |
26+
1227
## 缺陷
1328

1429
::: danger

0 commit comments

Comments
 (0)