Skip to content

Commit

Permalink
chore: add arcs
Browse files Browse the repository at this point in the history
  • Loading branch information
barthy-koeln committed May 21, 2024
1 parent b1e92ed commit 45496e3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/components/OOpenSourceSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
import type { OpenSourceProject } from '../types/website'
const projects: OpenSourceProject[] = [
// {
// title: 'Arbitrary Remote Control System (ARCS)',
// githubLink: 'https://github.com/arcs-vr',
// demoLink: 'https://arcs.barthy.koeln',
//
// image: {
// width: 1920,
// height: 1280,
// src: '/images/arcs.webp',
// alt: 'Mockup of two devices using a virtual experience remote control system'
// },
//
// paragraphs: [
// 'My bachelor thesis in early 2020 revolved around web and browser based virtual reality experiences, that were made accessible by combining several devices into a sigle Human Computer Interface (HCI).',
// 'You can use two smartphones, a smartphone and a laptop, or theoretically any connected device to control the VR experience and enjoy all degrees of freedom.',
// 'Front-end: Vue.js v2, Aframe, Three.js and Vanilla JS\nBack-end: MQTT'
// ]
// },
{
title: 'Arbitrary Remote Control System (ARCS)',
githubLink: 'https://github.com/arcs-vr/arc-rtc',
demoLink: 'https://arcs.barthy.koeln',
image: {
width: 1920,
height: 1280,
src: '/images/arcs.webp',
alt: 'Mockup of two devices using a virtual experience remote control system'
},
paragraphs: [
'My bachelor thesis in early 2020 revolved around web and browser based virtual reality experiences, that were made accessible by combining several devices into a sigle Human Computer Interface (HCI).',
'You can use two smartphones, a smartphone and a laptop, or theoretically any connected device to control the VR experience and enjoy all degrees of freedom.',
'Front-end: Vue.js v2, Aframe, Three.js and Vanilla JS\nBack-end: MQTT'
]
},
{
title: 'Scroll-Snap Slider',
githubLink: 'https://github.com/barthy-koeln/scroll-snap-slider',
Expand Down

0 comments on commit 45496e3

Please sign in to comment.