Skip to content
View LewisN3142's full-sized avatar
Block or Report

Block or report LewisN3142

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LewisN3142/README.md

👋 Hey, I’m @LewisN3142 👋

I'm a mathematics PhD student studying the properties of systems of differential equations through induced geometric structures on their phase space. In particular, I am interested in the (higher) symplectic geometry associated with systems of Jacobi/Monge--Amp`ere type equations which arise in, for example, fluid dynamical flows.

This account will house some of the programming projects I work on in my spare time. I have a small amount of experience with a variety of programming languages and software, including Python, Matlab, Mathematica, and C++. At the moment I am practicing HTML, CSS, and JavaScript working on a personal portfolio website to showcase my research, programming, and artwork.

If you have an interesting project idea you would like to collaborate on, especially anything regarding visualising complex geometry or game/mod development, please do let me know. At present I am most easily contacted by one of the following methods

Pinned Loading

  1. Beginning-CPP-Game-Development_Exercises-LN Beginning-CPP-Game-Development_Exercises-LN Public

    Code produced by following the book Beginning C++ Game Development Second Edition by John Horton. The repository contains a separate folder for each exercise and these will be updated as I progress…

    C++

  2. LewisN3142 LewisN3142 Public

    Config files for my GitHub profile.

  3. LewisN3142.github.io LewisN3142.github.io Public

    Personal Website

    HTML

  4. 3DSageRays 3DSageRays Public

    Raycaster built by following the tutorials on the channel 3DSage on Youtube in July of 2022

    C++

  5. Langton-Ant-Console Langton-Ant-Console Public

    A small project initially from June 2022, where I coded a command line executable for Langton's Ant with a fixed number of rows, columns, iterations, and states, which could be modified from within…

    C++

  6. CellularAutomataEngine CellularAutomataEngine Public

    An engine for simulating Cellular Automata such as Conway's Game of Life on graphs and tilings of the plane. Created in collaboration with Jamie Gabbay from the University of Heriot-Watt.

    C++ 1