diff --git a/index.html b/index.html index 641929c..2e8acb1 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
An aspiring software developer who specialises in C++, C# and Python, with an intrest in lower level langauges like Assembly; - Most of my work is software based, with Python and C++, although I sometimes try game design with smalls groups of friends, in Unity, Unreal Engine and additionally, some solo level design in Source. + Most of my work is software based, with Python and C++, although I sometimes try game design with smalls groups of friends, in Unity, Unreal Engine and additionally, some solo level design in Source.
diff --git a/pages/CVPage.html b/pages/CVPage.html index a4f89ae..b8e71ad 100644 --- a/pages/CVPage.html +++ b/pages/CVPage.html @@ -4,8 +4,7 @@ - - + Nye Evans CV diff --git a/pages/gallery-index.js b/pages/gallery-index.js index cc5d5a1..47404ca 100644 --- a/pages/gallery-index.js +++ b/pages/gallery-index.js @@ -18,6 +18,15 @@ export var slides = [ "object-position: center;", "./pages/gallery/epq-project/epq-project.html" ), + new slide( + "Work on Aardvark XR", + "Aardvark is a web-based virtual reality system which allows users to create and share web apps which are overlayed on top of the users vr experience, completely separate from the program they are currently running.\ + This allows for an incredibly flexible in-vr toolset that can be accessed within any virtual reality program.

Over the course of its release I have attended its first hackathon and added to its development in multiple \ + ways whether through designing 3D models for other developers apps or creating my own.", + "./pages/gallery/aardvark-work/projectHeaderImage.png", + "object-position: center;", + "./pages/gallery/aardvark-work/aardvark-work.html" + ), new slide( "Tower defence game", "A project I created with a friend to help us gain a better understanding of pygame.

This was a basic tower defence game but featured a fully scalable and customisable \ diff --git a/pages/gallery/aardvark-work/aardvark-work.html b/pages/gallery/aardvark-work/aardvark-work.html new file mode 100644 index 0000000..493e872 --- /dev/null +++ b/pages/gallery/aardvark-work/aardvark-work.html @@ -0,0 +1,30 @@ + +
+ +
+ +

+ Tower defence game +

+
+

What it is

+ Aardvark is essentially a virtual reality browser that allows developers to create apps that overlay ontop of any program they wish. Apps (or "gadgets") are created through panels that run webcode. These panels can also hold and + interact with 3D models that Aardvark itself renders. This creates a sort of "mobile phone" like multi-tool that the user can access no matter what program or game they are using.

I was first introduced to Aardvark during its + initial release as its developers organised a hackathon with the aim to encourage the development of apps for it, which I attented. At the time of the hackathon I had little development experience within HTML or Javascript so was rather + out of my depth but as I have improved I have continued to revisit Aardvark. +
+
+ +
+ +
+

What I did

+ During the first hackathon I proposed and worked on an audio visualiser tool that would run in the background of the users environment as they worked, reacting to their desktop audio. I also designed and created 3D models for other + developers programs, such as icons for a playing card app; one of the first apps to be published on the platform. +
+ +
+ <-Back to main page +
+ + \ No newline at end of file diff --git a/pages/gallery/aardvark-work/projectHeaderImage.png b/pages/gallery/aardvark-work/projectHeaderImage.png new file mode 100644 index 0000000..1a5251b Binary files /dev/null and b/pages/gallery/aardvark-work/projectHeaderImage.png differ