It has always been a dream of me to render 3d objects inside my own 3d engine.
I would've never guessed I would create it in python, but here we are.
The 3d engine uses the pygame library, since its easier to create simple apps with it.
By calculating faces and vertices inside 3d models (specifically .obj files), it's able to draw them from different angles.
Too big models ofcourse make the app lag, since it's not super advanced and purely uses python to render it.
Here is a download link to the project: 3d engine
I got assigned by my teacher to build a weather station with a classmate for the school cafetaria.
(Link to my classmate's portfolio)
For the project we got a raspberry pi, which we could use to display the weatherapp on a screen in the cafetaria.
We used the free API from weatherapi.com for this project.
It was a super fun project and we learned alot about the basics of API's.
Link to the project: WeatherApp
This was an assignment given by school, with a JSON quiz file, which we need to convert to an useable html quiz.
This project used JavaScript and the .parse method
The website detects the input and reads the given input. It then parses the JSON code and turns it into
a quiz that the user can play.
Link to the project: JSON quiz