You are browsing as a guest. Sign up (or log in) to start making projects!

winterwolf

@winterwolf

Joined June 2nd, 2026

  • 4Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

2h 30m 41s logged

Devlog #3
it now renders by drawing the outline and filling, so it is waaaaay faster and can manage at least 200 rectangles.
I also made it so that the point grid renders with accurate sizes. At first this wasn’t working, but it actually looked pretty cool, so you can see it in one of the videos.
Additionally, the elements render in the correct order now, so that they appear in teh right layers.

now I am finally gonna try to do rotation

0
0
6
Open comments for this post

3h 27m 53s logged

Devlog #2.
i should probably clarify that i don’t know how to use matrices, so all of this is done without them. I realized that this will probably limit the functionality of this project because my computer will probably crash from drawing every single pixel to fill in the shapes.

it can now render rectangular prisms, and they look solid except from close up. i added key presses to move the camera around.

Now, i am going to try to use html canvas commands to make the correct quadrilateral for each side, which should speed up the proccessing, i think. Then, i will have to tackle camera rotation. we’ll see how that goes💀

0
0
18
Open comments for this post

2h 13m 6s logged

I am trying to create a 3d renderer from scratch without looking at how it is done elsewhere. At this point, i have gotten far enough to be able to plot points and a function for making a rectangular prism. It looks like it is rendering correctly right now, but we’ll see. (the screen recording is really glitchy)

0
0
11
Open comments for this post

12h 1m 2s logged

First devlog.
This project is my first platformer attempt.
I am just working on basic functionality right now.
I have now added basic physics and js classes for adding elements.
The reason it took a really long time is because I had never used HTML canvas or js classes before, and so I spent a while testing it out and debugging it. It also took a while for the physics to finally work out.

2
0
118

Followers

Loading…