Commit c256b4dc authored by Sadman's avatar Sadman
Browse files

Remove points from projects, closes #3

parent 51df66fc
Loading
Loading
Loading
Loading
+16 −13
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
{3D Game Engine}
{C++ \textbullet{} GLSL \textbullet{} OpenGL \textbullet{} SDL}
{
An open source cross-platform 3D game engine under development
An open source cross-platform 3D game engine under development.
\begin{cvitems}
\item[]
\item {Supports shaders, keyboard/mouse-controlled camera and OBJ file loading}
@@ -26,16 +26,23 @@ An open source cross-platform 3D game engine under development

%-------------------------------------------

\cvproject
{Straights}
{C++ \textbullet{} GTK+}
{
    A card game that supports upto 4 human/AI players and features a complete GUI.
    \begin{cvitems}\end{cvitems} % for spacing between projects
}
{https://github.com/sadmansk/straights}

%-------------------------------------------

\cvproject
{Myo Pad}
{C++ \textbullet{} OpenGL \textbullet{} Myo SDK}
{
A program using the Myo armband that exports drawings/writing on a surface to a computer's graphical interface 
\begin{cvitems}
\item[]
\item {Created the module that receives data from the armband using the Myo SDK}
\item {Developed the main interface that consumes raw data in order to draw, erase and move the cursor}
\end{cvitems}
A program using the Myo armband that exports drawings/writing on a surface to a computer's graphical interface.
    \begin{cvitems}\end{cvitems} % for spacing between projects
}
{https://github.com/sadmansk/MyoPad}

@@ -45,12 +52,8 @@ A program using the Myo armband that exports drawings/writing on a surface to a
{Myo Guitar}
{Android \textbullet{} Java}
{
An Android air guitar app that uses the screen as the frets and a Myo-armed hand for strumming
\begin{cvitems}
\item[]
\item {Developed the algorithms to detect and play the pressed notes dynamically}
\item {Implemented note filters to mute lower strings with specific chords}
\end{cvitems}
An Android air guitar app that uses the screen as the frets and a Myo-armed hand for strumming.
    \begin{cvitems}\end{cvitems} % for spacing between projects
}
{https://github.com/jgzuke/MyoProject}