Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.16 KB

File metadata and controls

53 lines (34 loc) · 1.16 KB
title Get started
description Set up Byte Engine and create your first application.
icon Rocket
full true

Follow these steps in order to prepare your system, create an application, and package a release:

Install Rust and the platform tools required to build Byte Engine.

Create and verify the empty Rust application that will use Byte Engine.

Choose an engine source and add Byte Engine to your application.

Replace the empty application with a working Byte Engine sample.

Create a release and package its resources for your operating system.

Rust API