Welcome
While you’re here, why not check out some of my blog posts? I write about computer stuff, programming, and other things that interest me…
-
Adding Extensions Support for Your Apps!
- [
- extensions,
- python ]
Extensions has been a very popular and trending concept in customizable applications development. It extends the app’s functionality and features, and tweaks different parts of the application to work as the user wants it to. Most of the modern apps have support for extensions. So, let’s break it down. How do they work? how are they managed and shared across... [ read ] -
Rendering 3D in tkinter: Rendering Faces and LightingSo now, we’re about to render faces for the cube we rendered, which didn’t have any face :”( Quick recap In last post, we rendered a cube in tkinter canvas, with some vector stuff we were also able to rotate it and give it some animations, the cube only had the edges and circles representing vertices. Now to render the... [ read ]
-
Rendering 3D in tkinter canvas!Tkinter?! yep that’s right, that good ol’ python tk gui library is what we’re talking about. Known for creating not-so good and modern looking but uh it still gets everything done. Aaand since we’re using python, it feels soo easy and simple to create guis with tkinter. So we should definitely render some 3D graphics with the library. But how?... [ read ]
-
The Mystery of the Filler Post
- [
- tale ]
-
The Case of the Missing Post
- [
- tale ]
-
Syntax highlighting
- [
- test ]