jecs/docs/index.md

30 lines
675 B
Markdown
Raw Permalink Normal View History

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "Jecs"
tagline: Just a stupidly fast ECS
image:
src: /jecs_logo.svg
alt: Jecs logo
actions:
- theme: brand
text: Get Started
2024-07-28 01:51:09 +00:00
link: learn/overview/get-started.md
- theme: alt
2024-07-26 02:50:08 +00:00
text: API References
link: /api/jecs.md
features:
- title: Stupidly Fast
icon: 🔥
details: Iterates 500,000 entities at 60 frames per second.
- title: Strictly Typed API
icon: 🔒
details: Has typings for both Luau and Typescript.
- title: Zero-Dependencies
icon: 📦
details: Jecs doesn't rely on anything other than itself.
2024-07-26 02:50:08 +00:00
---