You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Jet runs entirely in software using fast, integer-only arithmetic. It exclusivel
11
11
12
12
On an ESP32 S3, it is capable of rendering approxiamtely 15000 triangles/second (flat shaded), or approximately 250 on-screen triangles (after culling) at 60fps at 480x320, or 500 at 30fps which puts it somewhere between the Sega 32X and Sega Saturn in terms of performance at that resolution.
13
13
14
+
## Join us on Discord!
15
+
16
+
Show off your projects, chat with other users or ask for help and advice using Jet on the official [Discord server](https://discord.gg/FSdJYDTEYt)!
17
+
14
18
## Demo
15
19
16
20
A demonstration of a Wipeout-style game built on Jet, running on an
0 commit comments