Added Amutri to CV
This commit is contained in:
parent
0e7b123e4a
commit
ffd341f73d
2 changed files with 19 additions and 10 deletions
4
Makefile
4
Makefile
|
|
@ -22,10 +22,10 @@ dvi: ${filename}.tex
|
||||||
latex ${filename}
|
latex ${filename}
|
||||||
latex ${filename}
|
latex ${filename}
|
||||||
|
|
||||||
read:
|
read: pdf
|
||||||
evince ${filename}.pdf &
|
evince ${filename}.pdf &
|
||||||
|
|
||||||
aread:
|
aread: pdf
|
||||||
acroread ${filename}.pdf
|
acroread ${filename}.pdf
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
25
cv.tex
25
cv.tex
|
|
@ -62,11 +62,12 @@
|
||||||
\hfill \small \textsc{#1}
|
\hfill \small \textsc{#1}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\hfill\vline\hfill
|
\hfill\vline\hfill
|
||||||
\begin{minipage}[t]{.81\linewidth}
|
\begin{minipage}[t]{.82\linewidth}
|
||||||
\raggedright
|
\raggedright
|
||||||
\textbf{#2} \\
|
\textbf{#2} --- \textit{#3} \\
|
||||||
\textit{#3} \normalsize{#4}
|
\normalsize{#4}
|
||||||
\end{minipage}\\
|
\end{minipage}\\
|
||||||
|
\vspace{.05in}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\skillsection}[2]{
|
\newcommand{\skillsection}[2]{
|
||||||
|
|
@ -116,6 +117,15 @@ CMake}
|
||||||
|
|
||||||
|
|
||||||
\section{Projects and Experience}
|
\section{Projects and Experience}
|
||||||
|
\entry{2024--Present}{Junior Developer}{Amutri}
|
||||||
|
{
|
||||||
|
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
||||||
|
\item Developing Controllers in Unreal to be streamed over WebRTC.
|
||||||
|
\item Working with TypeScript to manage interactive WebRTC streams.
|
||||||
|
\item Managing WebRTC stream infrastructure and Unreal instances with AWS.
|
||||||
|
\end{itemize}
|
||||||
|
}
|
||||||
|
|
||||||
\entry{2021--Present}{Associate Lecturer of Computing}{Falmouth University -- Games Academy}
|
\entry{2021--Present}{Associate Lecturer of Computing}{Falmouth University -- Games Academy}
|
||||||
{
|
{
|
||||||
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
||||||
|
|
@ -129,14 +139,13 @@ CMake}
|
||||||
\entry{2022--Present}{Graphics Engine and ProtoBuf Server}{Side Project}
|
\entry{2022--Present}{Graphics Engine and ProtoBuf Server}{Side Project}
|
||||||
{
|
{
|
||||||
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
||||||
\item Developed a 3D C++ graphics engine using OpenGL for Linux-based operating systems.
|
\item Developed a 3D C++ graphics engine using OpenGL with a normal mapped, physically-based rendering system.
|
||||||
\item Implemented a normal mapped, physically-based rendering system.
|
\item A simple multiplayer online mud server for the project using ProtoBuffers and C.
|
||||||
\item Working on a multiplayer online mud server for the project using ProtoBuffers and C.
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
}
|
}
|
||||||
|
|
||||||
\entry{2019--2020}{MA Entrepreneurship --- Co-Founder and Web
|
\entry{2019--2020}{Co-Founder and Web
|
||||||
Developer}{Falmouth University -- Ramble Media LTD}
|
Developer}{MA Entreprenuership -- Ramble Media LTD}
|
||||||
{
|
{
|
||||||
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
\begin{itemize}[topsep=2pt,itemsep=2pt,partopsep=2pt, parsep=2pt]
|
||||||
\item Co-created and deployed an audio-based live-streaming platform for podcasters.
|
\item Co-created and deployed an audio-based live-streaming platform for podcasters.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue