You must be logged in to sponsor QuestioWo
Become a sponsor to Jim Carty
I am a 3rd-year Computer Science student at the University of Glasgow who has a love for researching and using interesting technologies.
I have worked on a wide variety of projects, such as:
- A in-browser compiler for an assembly language, which was written to improve student's experience with the university course that used it
- In the same vein as this, I have created a maze-generator with a pseudo-random number generator in the assembly language to provide a template for other student's to use for their assessments and projects
- A fractal renderer that utilises GPGPU compute using OpenCL to experiment with GPU compute to help speed up all of my projects afterwards
- Software to race an autonomous vehicle around a course. After our first year of competition, we were able to get the third furthest around the course in the whole of the UK!
Featured work
-
QuestioWo/Sigma17
Rewrite of the Sigma16 web development environment
JavaScript 2 -
QuestioWo/buddhabrot
C++ buddhabrot fractal rendering program that uses the OpenGL and OpenCL libraries
C++ 1 -
QuestioWo/Daedalus
A maze generating and rendering program using recursive backtracking written in Sigma16
Python