StereoKit mention

This commit is contained in:
technobaboo
2021-07-21 19:26:27 -05:00
parent 80d86901ff
commit 5e2d4a5457

View File

@@ -15,10 +15,11 @@ const FeatureList = [
}, },
{ {
title: 'Streamlined', title: 'Streamlined',
image: '/img/icon.gif', image: 'https://stereokit.net/img/StereoKitLogoLight.svg',
description: ( description: (
<> <>
Stardust is made using <a href="https://stereokit.net">StereoKit</a>, which allows for a fast and lightweight display server. Stardust is made using <a href="https://stereokit.net">StereoKit</a>, which allows for a fast and lightweight display server.
The compiled server binary is less than 10MB and uses ~50MB of RAM (varies depending on clients).
</> </>
), ),
}, },