adding project pages
This commit is contained in:
parent
22add541f8
commit
fffdfbb575
3 changed files with 21 additions and 5 deletions
|
@ -51,7 +51,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
I hope you like my work! I've you ever want to contact me, my twitter, email and github can be found below:
|
I hope you like my work! If you ever want to contact me, my twitter, email and github can be found below:
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<div id = "socialBar">
|
<div id = "socialBar">
|
||||||
|
|
|
@ -7,7 +7,23 @@ export class slide{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export var slides = [new slide("john", "he is john", "pages/gallery/Cat_tower_defense/projectHeaderImage.png", "https://www.bbc.co.uk/"),
|
export var slides = [
|
||||||
new slide("jack", "he is jack", "pages/gallery/Room_builder/projectHeaderImage.png", "https://twitter.com/"),
|
new slide(
|
||||||
new slide("james", "he is james", "pages/gallery/EPQ_project/projectHeaderImage.png", "https://www.google.com/")
|
"VR interaction system and physics engine",
|
||||||
|
"A project done for my EPQ at secondary school, this was my first exploration into physics simulation, virtual reality development and Unreal Engine.<br><br>During this project I created a basic system that allowed the user to grab and throw items with their hands that were tracked with 6 degrees of freedom, this system also had full finger tracking. This was all implemented using Unreal Engines \"Blueprint\" visual programming language. During this I also used C++ within Unreal Engine to try to create a basic physics engine that I could integrate into my interaction system. I managed to finish movement and general force calculations but didnt manage to implement rotation before my EPQ had to be handed in so ended up having to leave the physics system out of the final product and use Unreals \"Chaos\" engine instead.<br><br>This was one of my favorite projects and until my switch to Unity for VR developemnt, became a base for most of my later VR experiments. For a month or so after this, if I ever had an idea for a new weapon I would like to try put in VR I would use this project as my base to build off",
|
||||||
|
"pages/gallery/EPQ_project/projectHeaderImage.png",
|
||||||
|
"https://www.bbc.co.uk/"
|
||||||
|
),
|
||||||
|
new slide(
|
||||||
|
"jack",
|
||||||
|
"he is jack",
|
||||||
|
"pages/gallery/Room_builder/projectHeaderImage.png",
|
||||||
|
"https://twitter.com/"
|
||||||
|
),
|
||||||
|
new slide(
|
||||||
|
"james",
|
||||||
|
"he is james",
|
||||||
|
"pages/gallery/Cat_tower_defense/projectHeaderImage.png",
|
||||||
|
"https://www.google.com/"
|
||||||
|
)
|
||||||
];
|
];
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 750 KiB |
Loading…
Add table
Reference in a new issue