Sunday, March 22, 2020

Procedural Landscape(Terrain) Generation in OpenGL - C#.Net

My goal of doing this project was to finally create a landscape over which cars or other vehicles could be driven.

But first the snapshots




I am happy to showcase this project. It is using the Shadow Engine and Tao OpenGL binding for C#.Net.
You can generate these height maps from the techniques mentioned in my earlier posts like Diamond Square Algorithm etc.

You can refer to my repo in github for the code: https://github.com/bmkamath2000/OpenGL-in-CSharp.Net

Wednesday, January 15, 2020

React Client and PHP server- School Enrollment Form using Rest APIs


The following link here has a project that me and my ex-colleague Shridhar made over a few weekends.
Our goal was to learn ReactJS along with using Rest APIs to access server.
We were successful in making a simple user interface that accesses a database to display student information in a tabular form. There is provision for adding new students and deleting or modifying a student details.
Here is a snapshot of the projects working:
This is the dashboard:

This is the screen on pressing Add Students:

This is the screen on pressing modify for any of the student:

This is a link into my github for the above project.
https://github.com/bmkamath2000/School-Module