Getting started

Welcome to Web X development!

Note this is guide is up to date for B9 ENGINE - v1.2.2 (Napture and B9's version number are synchronized). If the browser gets a new release, wait for someone to commit / PR an update to the docs (or make a commit yourself, if you feel like helping).

What we'll see

Web X websites are developed with HTML, CSS, and Luau. In this guide, you'll basically find:

  • Full syntax explained.

  • How to register a domain and upload your website to Web X.

  • Additional details on how Bussin's API works.

File structure

Let's start with the basics. In order to make a web, you'll need to make a project with the following file structure:

/
- index.html
- styles.css
- script.lua

Don't get confused

And hey, now that we talk about versioning, you might want to know this:

Don't get confused with naming

Dev menus and settings

Plus, before starting, you might want to note these keybinds somewhere:

CONTROL + SHIFT + S

CONTROL + SHIFT + P

CONTROL + SHIFT + I

This will open Napture's Settings.

This will open Napture Logs. Here you'll see logs of what's going on with your own code.

This will open the GTK Inspector. Here you'll see logs of what's going on with GTK (the UI toolkit that powers B9).

Now, let's start! Go to the next pages to start learning how to write your own HTML, CSS, and Lua.

Last updated