<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Denise Nepraunig</title>
    <description>The latest articles on DEV Community by Denise Nepraunig (@denisenepraunig).</description>
    <link>https://dev.to/denisenepraunig</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F856%2F-CxvJpt1.png</url>
      <title>DEV Community: Denise Nepraunig</title>
      <link>https://dev.to/denisenepraunig</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/denisenepraunig"/>
    <language>en</language>
    <item>
      <title>DIY Apple TV Balance Board</title>
      <dc:creator>Denise Nepraunig</dc:creator>
      <pubDate>Thu, 22 Feb 2018 17:11:30 +0000</pubDate>
      <link>https://dev.to/denisenepraunig/diy-apple-tv-balance-board--2m9o</link>
      <guid>https://dev.to/denisenepraunig/diy-apple-tv-balance-board--2m9o</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/5PygsgZDwFk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Several years ago I broke my leg (horseback riding) and I used a balance board to train my muscles. The training with the balance board was very effective but also very boring. I dreamed of creating my own balance board games and play it on the TV. I tinkered around with Arduino - but phew - all those cables, how to simulate keypresses, how to write a game, hm I need to connect my laptop to the TV every time I want to play. What about Raspberry Pi? Need to learn Linux and Python and a gaming framework... Or should I use my phone as a sensor? Send the sensor data via a native app via a web socket to an HTML5 game? These things are not unsolvable, but very "hacky" - not "end-consumer-friendly". The Wii Balance board itself is a great idea, but back then it was not really challenging for my muscles.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fast forward 2018&lt;/strong&gt;: end of 2016 I turned into a Swift iOS developer (previous web developer). In 2017 I bought an Apple TV, end of 2017 I wrote my first SpriteKit Game for iOS (loooooong time ago I created games in Flash) and a few days ago I created my first Apple TV app and game. &lt;em&gt;Special thanks to &lt;a href="https://twitter.com/twostraws" rel="noopener noreferrer"&gt;Paul Hudson&lt;/a&gt; for his &lt;a href=""&gt;Dive into SpriteKit&lt;/a&gt; and &lt;a href="https://www.hackingwithswift.com/store/hacking-with-tvos" rel="noopener noreferrer"&gt;Hacking with tvOS&lt;/a&gt; books.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fdenisenepraunig%2Fapple-tv-balance-board%2Fraw%2Fmaster%2Fpictures%2Fsiri-remote-in-a-lunchbox.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fdenisenepraunig%2Fapple-tv-balance-board%2Fraw%2Fmaster%2Fpictures%2Fsiri-remote-in-a-lunchbox.jpg" alt="remote on balance board"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I own the previous version of the current Apple TV and the remote control, called Siri Remote, has a built-in accelerometer and gyroscope. Now I only needed to mount the Siri Remote onto my balance board. I was thinking about a 3D printed case, but when I was in my kitchen doing my dishes I spotted my plastic lunch box. Ha!!! Looks like a perfect solution. It should prevent me from stepping onto my Siri Remote. &lt;strong&gt;I am not liable if you hurt yourself or break your Siri Remote&lt;/strong&gt;. I used some tape to secure the lunch box (&lt;em&gt;velcro tape would also work&lt;/em&gt;) and some cut some cardboard so that the Siri Remote doesn't move around. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fdenisenepraunig%2Fapple-tv-balance-board%2Fraw%2Fmaster%2Fpictures%2Fsiri-remote-accelerometer.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fdenisenepraunig%2Fapple-tv-balance-board%2Fraw%2Fmaster%2Fpictures%2Fsiri-remote-accelerometer.jpg" alt="sensor values"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now I only needed to read the sensor values from the remote and create a game, easy right? Haha, just kidding. Before I could read the sensor values I needed to register the Siri Remote as a GamePad which took me a while to figure out how this is done. In terms of games - yeah, coming up with the right idea, learning how to use SpriteKit, drawing some cute characters and digitalizing them is a totally different story. I managed to create a small prototype (a bear catching fish) and seeing my own game on the big screen and controlling it with my "own" controller was really amazing!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fdenisenepraunig%2Fapple-tv-balance-board%2Fraw%2Fmaster%2Fpictures%2Fbear-fish-new.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fdenisenepraunig%2Fapple-tv-balance-board%2Fraw%2Fmaster%2Fpictures%2Fbear-fish-new.png" alt="game prototype"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have created a &lt;a href="https://github.com/denisenepraunig/apple-tv-balance-board" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt; where you can find more background information, technical details, and a starter project. I will continue to work on different game types, write down UX considerations for balance board games, update my repository accordingly and tweet some &lt;a href="https://twitter.com/denisenepraunig" rel="noopener noreferrer"&gt;status updates&lt;/a&gt;. I hope to release an Apple TV game with balance board support in 2018. With my current solution, everyone could turn their Siri Remote into a balance board and use a balance board according to your budget and fitness level. Let me know what you think! &lt;/p&gt;

&lt;p&gt;&lt;em&gt;PS: If you find a game on the Apple TV store which you can control only via tilting your Siri Remote left/right/up/down you could also control it via the balance board if you put the Siri Remote upside down.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>inspiration</category>
      <category>swift</category>
      <category>tvos</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Nevertheless, Denise Nepraunig Coded</title>
      <dc:creator>Denise Nepraunig</dc:creator>
      <pubDate>Wed, 08 Mar 2017 12:44:04 +0000</pubDate>
      <link>https://dev.to/denisenepraunig/nevertheless-denise-nepraunig-coded</link>
      <guid>https://dev.to/denisenepraunig/nevertheless-denise-nepraunig-coded</guid>
      <description>&lt;h2&gt;
  
  
  I began coding because...
&lt;/h2&gt;

&lt;p&gt;it feels so magical what you can do with just a few lines of code. You can write your own programs and games who do exactly what you want them to do. I was always interested in computers and coding was the next logical step.&lt;/p&gt;

&lt;h2&gt;
  
  
  I'm currently hacking on...
&lt;/h2&gt;

&lt;p&gt;Demo applications written in Swift using our own SAP Cloud Platform SDK for iOS for our SAP and Apple partnership.&lt;/p&gt;

&lt;h2&gt;
  
  
  I'm excited about...
&lt;/h2&gt;

&lt;p&gt;iOS development with Swift and web development, especially JavaScript and node.js. I am also very excited about the future of AI and how voice assistants like Alexa will evolve. &lt;/p&gt;

&lt;h2&gt;
  
  
  My advice for other women who code is...
&lt;/h2&gt;

&lt;p&gt;I'd love to hear more positive stories of women who code and who love their profession, unfortunately the media is full with negative stories of sexism and harassment. You also need a thick skin as soon as you expose yourself (blogging, speaking, tweeting) - haters gonna hate - but don't let them stop you! Believe in yourself and take opportunities. &lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
  </channel>
</rss>
