website/content/projects.njk
2025-04-11 11:59:07 +02:00

51 lines
1.2 KiB
Text

---
layout: layouts/base.njk
title: 'Projekte'
permalink: /projects/index.html
---
<section
class="section-background"
style="
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('/images/screenshot_artefact.png');
">
<div class="section-content">
<div>
<h1>ARtefact</h1>
</div>
<div>
<p>
ARtefact ist eine webbasierte 3D-Quiz-App mit Augmented
Reality-Funktion, welche mit Schulklassen und Lehrer:innen aus
Bremerhaven partizipativ entwickelt wurde.
</p>
<a class="button" href="https://github.com/dsm-museum/artefact"
>Zum Projekt</a
>
</div>
</div>
</section>
<section
class="section-background"
style="
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('/images/godot_engine_background.jpg');
">
<div class="section-content">
<div>
<h1>Support für ARCore in der Godot Game Engine</h1>
</div>
<div>
<p>
Zusammen mit einer kleinen Gruppe bin ich an der erstmaligen
Unterstützung von ARCore für Android-Geräte in der Godot Game Engine
beteiligt.
</p>
<a class="button" href="https://github.com/GodotVR/godot_arcore"
>Zum Projekt</a
>
</div>
</div>
</section>