Pinned Repositories
AlcoGaitKotlin
AlcoGait is aimed towards DUI mitigation via behavioural change. The goal is to build Gamification System around core gait based BAC prediction. Avatars are used for feedback instead of charts or graphs. This one is just a prototype to show appropriate gif avatars on inputting BAC amount.
AlcoGaitV2
BookTest
Cocktails
Cocktails is a cocktail recipe app architected in MVVM using TheCocktailDB api. JVM tests are included. Will be adding Instrumentation tests soon.
GenNotes
GenNotes is a simple note taking app made using MVVM artchitecture.
ImageManipulation
This code demonstrates following effects: Luminance effect, Negative effect, Edge detection, Emboss effect, Toon shading, Twirl effect, Ripple effect, Spherical effect.
IntroInstant
Instant app written in Kotlin (to be made instant yet)
MinRec
MinRec is minimalistic audio recording app with (text) note taking capcity. The minimalism is also practiced within the code, achieved using MVVM architecture, reactive programming and functional programming.
OpenGLGraphicsProgramming
This program parses ply files and draws faces by referring to the vertex list and face list. I then do transformations on the mesh like Translate, Rotate, Shear and Twist. The program does several other things based on keyboard inputs. I use idle function callback to emulate game loop.
PhongShadingReflectionRefraction
This OpenGL Project demonstrates normals calculation, Phong Shading, reflection, refraction, cube maps, solid textures, textures projected shadows.
CNimkar's Repositories
CNimkar/Cocktails
Cocktails is a cocktail recipe app architected in MVVM using TheCocktailDB api. JVM tests are included. Will be adding Instrumentation tests soon.
CNimkar/AlcoGaitKotlin
AlcoGait is aimed towards DUI mitigation via behavioural change. The goal is to build Gamification System around core gait based BAC prediction. Avatars are used for feedback instead of charts or graphs. This one is just a prototype to show appropriate gif avatars on inputting BAC amount.
CNimkar/AlcoGaitV2
CNimkar/BookTest
CNimkar/GenNotes
GenNotes is a simple note taking app made using MVVM artchitecture.
CNimkar/ImageManipulation
This code demonstrates following effects: Luminance effect, Negative effect, Edge detection, Emboss effect, Toon shading, Twirl effect, Ripple effect, Spherical effect.
CNimkar/IntroInstant
Instant app written in Kotlin (to be made instant yet)
CNimkar/MinRec
MinRec is minimalistic audio recording app with (text) note taking capcity. The minimalism is also practiced within the code, achieved using MVVM architecture, reactive programming and functional programming.
CNimkar/OpenGLGraphicsProgramming
This program parses ply files and draws faces by referring to the vertex list and face list. I then do transformations on the mesh like Translate, Rotate, Shear and Twist. The program does several other things based on keyboard inputs. I use idle function callback to emulate game loop.
CNimkar/PhongShadingReflectionRefraction
This OpenGL Project demonstrates normals calculation, Phong Shading, reflection, refraction, cube maps, solid textures, textures projected shadows.
CNimkar/RollItUp
[VERY OLD CODE] RollItUp is a single player implementation of one of my gaming concepts. In this game, player is supposed to avoid obstacles(bricks) that spawn in certain pattern, as the ball scrolls thorough the screen from left to right.
CNimkar/SportEnterpriseApplication
[VERY OLD CODE] This application is an enterprise application. This was an attempt to utilize JavaEE's capabilities to make an enterprise app which provides a proper way to register, find schedule etc.
CNimkar/TestGame
This repository is to test some of the projects for upcoming courses for me as a TA.
CNimkar/TimeTableGenerator
Time Table Generator was my first attempt to create a CMS(Content Management System).