mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 22:24:43 +02:00
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
---
|
|
type: page
|
|
title: Projects
|
|
date: 2023-11-14
|
|
---
|
|
|
|
import Image from "next/image";
|
|
|
|
# Projects
|
|
|
|
Here are some of my projects that I have worked on
|
|
|
|
|
|
## Flight Sim on Linux
|
|
|
|
<Image
|
|
src="/images/fsol-logo512.png"
|
|
alt="Flight Sim on Linux Logo with Tux throwing a paper airplane"
|
|
width={100}
|
|
height={100}
|
|
/>
|
|
|
|
A website made with [Nextra](https://nextra.site/) in Next.js 14, which has guides for running flight simulators and
|
|
installing addons for them on Linux.
|
|
|
|
Take a look at the website: [www.flightsimonlinux.com](https://www.flightsimonlinux.com/)
|
|
|
|
----
|
|
## Vegan E Numbers
|
|
|
|
<Image
|
|
src="/images/veganenumbers-logo.png"
|
|
alt="Vegan E Numbers Logo"
|
|
width={100}
|
|
height={100}
|
|
/>
|
|
|
|
An Android app to show and search what E Numbers are vegan.
|
|
|
|
The app is currently in development, but it is made with [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/) using Kotlin.
|
|
|
|
Once the app has matured more, the code will be open sourced and released to the Google Play.
|
|
|
|
|
|
----
|
|
## ARA Bot
|
|
|
|
<Image
|
|
src="/images/ara-logo.png"
|
|
alt="ARA Logo"
|
|
width={100}
|
|
height={100}
|
|
/>
|
|
|
|
A Discord Bot used on a server with over 22,000 members.
|
|
|
|
Made using the [Sapphire Framework](https://www.sapphirejs.dev/), in TypeScript, which is open source under
|
|
the GPL v3 license.
|
|
I set up the [GitHub Repository](https://github.com/veganhacktivists/arabot), alongside maintaining the repository and
|
|
the server, which runs on Debian Server.
|