Hack Clubโ€™s Scrapbook

A daily diary of what Hack Clubbers are learning & making every day.

Kaplin86
@Kaplin867+
Day 234 / 365 Today was exhausting. Not to long after waking up, I had to help my dad and brother build a grill cover outside for the grill. I mean it wasnt that difficult, but ive never been a fan of doing manual labor outdoors. After that i played for a bit, like not too long and i didnt really do much either, but then i went to go eat dinner, immediately followed by going to the movies! We saw spider man brand new day. Good movie, i approve! Though it was fairly long and i was pretty exhausted after. and it was late. so odds are im not going to do too much. Though over today, i did a bit of reflecting because summers basically over for me now. I start classes on monday, sooo... yeah. I do feel like i could have done this summer better, honestly. Like i could have made more games, made more memories, become a better person, etc. But eh, its all in the past now, isnt it? So I should go into this next school year thinking these ideals. Its honestly kinda funny though, this next week is going to be something. I have the start of school, brackeys game jam, that cobblemon minecraft server i mentioned many posts ago that is having its development repicked up, and also some hack club relating stuff. Never a dull moment for ol' kaplin. thats a lie there is very much dull moments.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/19468b56-8b14-4921-b03f-ab3e5264e43a-image.png
๐ŸŽ’minecraft emojihackclub emoji๐Ÿ“ฝ๏ธsummer-of-making emojigoose-honk-technologist emojiโ˜€๏ธthinking emoji๐ŸŽฎ
pkncoder
@pkncoder1
----------------- Devlog XIX ----------------- \- ๐ŸŒฒ Textuers :female_fairy: - :female-technologist: *Shadoowwsss* ๐Ÿ’€- > To recap, my project is a custom made rendering engine that focuses on diverse rendering options along with high stylistic control (very high-level explanation). โœจ What did I do? โ˜€๏ธ To recap on what I did: - Got the program to launch to black screen - I needed to inject the Asset Manager to a class - Got objects loading correctly without shadows - Got textures to load - Started work on fixing the shadow map Nothing too crazy has been changed, the texture issues were about some compatibility problems and not uploading to the same index. The shadow values are uploaded to a 3d texture, where to calculate if an object is in sight or not, we commit triangles based on their position. The problem now is about the far plane, and hitting triangles that weren't in shadow. I'm not sure what the problem is, but I'm going to do a bit more looking into it. --- :miku: Thank You for Reading :3-blahaj-spinning: I still have to fix the shadows issue (obviuosly) but then I can move onto formatting the data (putting it into buffers, creating wrappers, etc).!! Stardance Devlog: stardance.hackclub.com/projects/15129/devlogs/43917 Github repo: github.com/pkncoder/Engine/tree/Phase-IV Project landing page: pkncoder.github.io/Engine --- โ“ What's next? :octagonal_sign: 1. Write the shadow cubemap geometry shader & ad it to the OpaquePass (temp main pass) 2. Make and debug UBOs replacing base uniforms 3. Refactor / clean 4. Create the real Render Graph? --- ๐Ÿฅ€ Git Commits (shortened)๐Ÿ—ฟ Commits: github.com/pkncoder/Engine/commits/Phase-IV
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ffda177f-8b00-4fa6-adf3-223bc93927c2-d661950a-cc89-410e-8b1c-09be27867435.png
๐Ÿ“ˆโœˆ๏ธsummer-of-making emojigithub emojidino-debugging emoji
Kaplin86
@Kaplin867+
Day 233 / 365 I got the main core battling stuff for Router Rebellion done, So next is to get the cool and unique card system to work, but I should probably make a proper status effect system before that, lol. and also figure out a good way to code it. The main thing is that these are cards and statuses that would have to insert themselves into the code in a good way, and id rather not loop through each one running some potentially-empty function to see if it changes a certain value. Doing that every single time anything happens seems really inefficient. Im a tad bit stumped on how to do it, because im used to just using like... normal classes that are a subclasses, which would involve having functions for everything like on turn end, on burn inflicted, on burn recover, etc. etc. just WAY too many things. Idk im probably going to pause development given that brackeys game jam starts in 31 hours as of writing this. I wanted to read more of my cool new book anyways, that way i could be more prepared for this jam since i have more time to analyze it using the lense things the book has.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b9d26fd8-394e-448a-b288-18614a3945a9-image.png
๐ŸŽฎsummer-of-making emojigoose-honk-technologist emojicooll-dino emoji
Kaplin86
@Kaplin867+
Day 232 / 365 Didnt do any programming, mostly due to the fact i slept in and i was spending a lot of time reading this new book i got from the jame gam hack club event!! i really like it :) I also tried out a minecraft mod called "reigns of nether" which turns it into a RTS game which made it pretty fun. My friend won by a lot in our 1v1 but it was fun regardless.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cbba904b-998a-4934-b55f-e659d4dbb988-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6f731b2e-1be6-4ef7-9354-fc1b3ec71952-image.png
summer-of-making emojiminecraft emojigoose-honk-technologist emoji๐ŸŽฎhackclub emoji
koalakoder
@koalakoder0
I also recently shipped ๐Ÿšข a stained glass procedural generator called Voronoi Glass w/ Python :python: for #C0BMPAY9NK0 (tryna grind)! It procedurally generates stained glass, but not just plain ones! It comes with: โ€ข Chromatic Aberration โ€ข Fractional Brownian Motion (frosted glass look) โ€ข Cell Vignette โ€ข Cell Borders โ€ข ... more coming soon (hopefully) Check it out @ github.com/koala-koder/voronoi-glass and download the executable (MacOS only) @ github.com/koala-koder/voronoi-glass/โ€ฆ/1.0.1 NOTE: For MacOS users, you may need to open your terminal and enter `chmod +x <pathtofile>` to allow the executable to run!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/699ff298-4da2-4ad1-a162-0cadb207f235-voronoiglass.png
python emojisummer-of-making emoji๐Ÿšขgithub emoji-diamond emoji
koalakoder
@koalakoder0
Hey guys :yayayayayay: ! I recently launched a procedural map ๐ŸŒŽ generator I built w/ python :python: for #C0BMPAY9NK0! It not only creates 2D maps, but also renders them in an interactive 3D viewport with full XYZ terrain! There is an executable (MacOS only :sad-pf:) that you can download at github.com/koala-koder/procedural-map/releases/tag/head ! Below I have added a 2D map, but when it runs, it will also open the 3D viewport! NOTE: For MacOS users, if it isn't working, go to your terminal and type `chmod +x <pathtoexecutable>`! That should give it permission to run!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/1e559822-73c7-4f07-8716-9e7486c6c7c3-map.png
python emojisummer-of-making emoji๐Ÿšขgithub emojisadge emoji
Kaplin86
@Kaplin867+
Day 231 / 365 Today was pretty good! The full targeting and move usage junk works in Router Rebellion, and I started work on the Move Effect system that causes moves to actually do stuff. I got a base damage resource in but its not working just yet. I was more focused on doing this cool thing ive never done before: Dynamic Godot export variables. By default, when you have an array export in Godot (like an array of MoveEffect resources), you have to manually click into it, then specifically hit a button to add a new element. And it also makes it a lot more annoying to edit the move effects since the ui horizontaly shrinks with each layer of variables. So what i did is make it display new "fake variables", one for each pre-existing element in the array, and one extra one for easily adding more. It properly removes stuff when set back to null to! Now its just a list of variables rather than an array, which is WAY cleaner. If your curious on how i pulled this off, i used the getproperty_list() function. Definently give it a read on the docs! I also used an abstract class for the first time, that way the base MoveEffect doesnt show up in the resource-select dialogue. Its because the base move effect doesnt do anything lol, no reason for it to be there! man i love godot :) and on an additional note, I got my keychain from the giftbox event last year! And hopefully my game design book from jame gam event arrives tommorow, just in time for the next one we are crashing, which is in 3 days!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f1665214-e23d-4a48-b704-5f8399585f0e-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/62de14a9-cc4e-46a7-93e4-5bba652790d9-image.png
summer-of-making emoji๐ŸŽฎcooll-dino emoji
Abdulgafar Abdurrasheed
@Abdulgafar Abdurrasheed0
Just starting to learn RUST for a Major Stardance Project. I hope i get to learn Great things.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c25d13e2-332a-4eaf-a017-cd730c6de564-Screenshot%202026-08-19%20at%2010.38.49%E2%80%AFPM.png
shriansh321.jha
@shriansh321.jha0
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/92e54404-b351-4fdd-8e8c-be17993edc80-screenshot_2026-08-19_at_6.13.34___pm.png
summer-of-making emoji
pkncoder
@pkncoder1
----------------- Devlog XVIII ----------------- - ๐ŸŒฒ Trees :female_fairy: - :female-technologist: *SO MUCH REWRITING* ๐Ÿ’€- &gt; To recap, my project is a custom made rendering engine that focuses on diverse rendering options along with high stylistic control (very high-level explanation). โœจ What did I do? โ˜€๏ธ These last few days, I've been working on getting my Rasterizer (drawing triangles of a model on screen and coloring them) working. The big changes that I did include: - Fixing an issue with textures not loading - Updated the Interface for every Renderer. - Implemented the *extract* / *prepare* / *dispatch* pipeline into the Rasterizer for real now. - Started working on the base ideas of a "Shader Graph" The issue with textures was just moving a line like 3 lines lower. I was freeing the image data before saving it ~(oops)~. The updated interface is the *IRenderer* class. Each Renderer bases off of the class, supplying it with a framework so each Renderer can be talked to the same way. Here are some of those functions: 1. beginFrame - Clear previous frame data and prepare for a new frame 2. extract - Take raw scene data (camera, renderables) and convert it into packets for the next step. 3. prepare - Take each packet from extract and turn them into draw commands for dispatch. 4. dispatch - Take each draw command and send a draw call, along the way binding any textures & uniforms. 5. postProcess - Take the frame and post-process it. This may be removed. 6. present - Take the rendered frame and show it to the screen (blit it). To do a quick review on what the *Shader Graph* is - it is a collection of "nodes," each with their own inputs and outputs that connect together to render out a frame. I'm still a bit confused, but I've been watching presentations on the topic from companies like Unity & Activision. :miku: Thank You for Reading :3-blahaj-spinning: Yea, I know it's been a while since my last devlog. I've been making some posts in slack about my Path Tracer, since I spent a little time on that. I'm looking at the timing for everything, the hope is to ship this at the end of Phase-IV and hope that I can get a UI working before too late. I'm hoping I can get enough stardust to pay for a new laptop, but idk that's a long shot. I still have about 25 more hours if I get a 16x mult (which I can only hope for) before I would hit the mark for the FW 12, which isn't crazy (the mult is tho). Staredance Devlog: stardance.hackclub.com/projects/15129/devlogs/42349 Github repo: github.com/pkncoder/Engine/tree/Phase-IV Project landing page: pkncoder.github.io/Engine
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/641290c0-52cf-4a8e-8792-fbcb450a43ce-3ab9905f-324b-4447-a8fd-6625288c3c11.png
๐Ÿ“ˆ๐Ÿšขsummer-of-making emojigithub emojiโœ๏ธslack emoji
aadityakandel188
@aadityakandel1880
I have created a project called "Fitness-Project" that is available to see at the github : github.com/hemanta-kandel/Fitness-Project. The image sample of the project is given called 'Output-pie.png'. Description :- This project uses a machine learning and data analysis libraries to fullfill the requirements, Numpy(for numerical work), pandas(for cleaning of data), matplotlib(for visualization), scikit-learn(RandomForestRegressor) etc are the libraries inside the python used. This project is designed to easily change for personal fitness tracking.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/50fd67f0-d091-4580-b769-045a8c1a1d20-output-pie.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/447cca5a-f6e4-4660-b4a4-00b578241d60-02ca8fe7-a23a-44b0-ab35-4ee94e13e35a.png
summer-of-making emojigithub emojipython emoji
Kaplin86
@Kaplin867+
Day 230 / 365 Today i did some good coding on router rebellion. got a tad bit closer to fully implementing the quick time event, but i got distracted by one thing. Polytoria, the roblox "clone". me and my friend regonold played it a bit and we had a fun time lol. I really like their quest system. The platform felt more professional than i expected, but still had that nice old-roblox charm. The avatars are cute too, but also fit the customization well. I even started making my own game for the fun of it. Its probably not going to be much because im fairly rusty with luau. I also played some among us with my online friends since the new judge role dropped!! I got a chance to use it an absolutely wasted it by using it on someone who we were all going to vote anyways.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/8ea79158-778a-4237-98f1-2d24e68a0b55-image.png
quests emojisummer-of-making emoji๐ŸŽฎ
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @NathanVarghese Title: Pancake FRC Turret Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข PLS look at this google doc if you can. I made a whole essentially an ESSAY trying to make a recap with at most info as needed but its too long to post so here is the google doc with it in docs.google.com/document/d/19otRmG-d0zHCSDyZ5glDNmW7cP3afZkpb5Q3BmI4kPE/edit?tab=t.0 4 Next Steps: โ€ข All devlogs, followers, and associated data will be removed. View Devlog button
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/3f8ce884-97b6-42f8-b9d6-7b8961142d0b-d378534a-315b-4205-a53f-d0c360ac21c1.png
summer-of-making emojigoogle emoji
Kaplin86
@Kaplin867+
Day 229 / 365 Today was decent, but i did manage to code a good bit! I remade my quick time event in Router Rebellion from the ground up (mostly) to use miliseconds instead of pixel distance for timings. And it just looks a tad bit better now. I should be able to properly hook it up to the combat tommorow! Also, on an unrelated note, I really like the minecraft end poem. Like il be real i didnt really remember it before rereading it a few days ago, but its really resonated with me. Half the time i would skip it, if i even get that far at all in minecraft lol. Its been a long while since i actually beat minecraft... maybe i should beat it again.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f0c251d8-5063-4aa2-9d2d-b0fe12872ef9-image.png
summer-of-making emojigoose-honk-technologist emoji
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @alonso-m-carratal Title: Janitor Space Program (J.S.P.) Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข A videogame about space exploration and saving humanity from a Kessler cascade, comming out soon^(TM). Built using my own engine: Origin! โ€ข Added a helmet overlay! (very inspired by outer wilds, id like some suggestions to make it more original honestly, but right now it decent). It is currently work in progress tho, and theres a lot of information missingโ€ฆ โ€ข Small UI improvements: rounded borders, removed windowโ€™s transparency, added window close sound effects (need to find a better one tho), little better controller supportโ€ฆ Next Steps: โ€ข Iโ€™ve create a custom blender addon that lets me create procedural noise-based planets! It is really powerful and it gets you really good results for how simple it is really. In a way, its nothing but a vertex shader but coded in python lol โ€ข You can try it yourself, its open source too! github.com/aloyak/JSP/blob/main/assets_src/blender/addons/planet_generator.py โ€ข Iโ€™m developing a way for the player to correctly collide with the geometry of these planets, but this is mostly engine-sided changes and Iโ€™m not very deep into it yet. Iโ€™m currently researching how to handle multi-threading async functionsโ€ฆ View Devlog button
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/22e91e7d-4bfa-44b5-959b-44947d2a47df-52a358ee-7160-4f1e-8bbb-a45787ecf3f2.png
blender emojisummer-of-making emojigithub emoji๐Ÿš€python emoji
regonold520
@regonold520null
is my account working? (john kaplin86)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/441ca495-17f9-4def-8763-57774cdb751b-53fa70a47c56e5e7fb83b36c75b79981.png
Kaplin86
@Kaplin867+
Day 228 / 365 Today I was out of the house for most of the day. This is because of my brothers birthday!! well, more like birthday celebration. His actual birthday was like a week ago, but he didnt have the celebration then since all his friends were sick and busy. We did a variety of activities, like an escape room, bowling, and axe throwing. Though for whatever reason the axe throwing place we went to this time was very strange. For starters, I was landing most of my hits which is new... but exclusively with the non-axe things. Like the ninja star and the tomahawk. and i couldnt hit the board with the axes. very strange! but overall fun day!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0cbfd275-f7a4-4064-8766-566b76227060-image.png
summer-of-making emoji๐ŸŽ‚
pkncoder
@pkncoder1
THEY LOOK SO COOL!!! I'm moving on from the path tracer for now, as the only thing left to add is transparency, and I don't need to worry about that for now.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/65016292-1326-46a6-a313-e7f5b2c9b012-2026-08-16_20-13-21.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c3c73233-9cc3-481e-9dce-5a4f5b39e757-2026-08-16_20-11-23.png
summer-of-making emojicooll-dino emoji
Kaplin86
@Kaplin867+
Day 227 / 365 Today I had another hack club meeting! We restarted our hackpad project, using a new tutorial given to me by @Henry Wauzivuff (thank you so much btw), and we managed to get the pcb part done, so next meeting we will do the actual 3d model
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/105be567-db9f-44cb-9f8e-5dcb2d1b7739-image.png
summer-of-making emojihackclub emojipcb emojigoose-honk-technologist emoji๐Ÿ’–
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @The-Craw Title: Crawssembly Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข Programming languages are a lie! Learn how computers actually work! Scratch but for machine code. Runs on a custom-built rust-based VM and compiler. Over ~450 unlogged hours before starting Stardance. Programmed 100% in nano, no fancy editors used! โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Github: github.com/Jonah-Crawford/Crawssemblyโ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Online: crawssembly.ultimatecraw.xyz/โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Docs: docs-crawssembly.ultimatecraw.xyz โ€ข Iโ€™ve added io keyboard mod to create a bitfield of modification key presses for the keyboard device, so now keys like CTRL and TAB can be handled, which lays the foundation for my next project which is making a basic file editor in casm โ€ข Iโ€™ve made publishing packages super easy now, all you need to do is craw init to create the package, and then craw pkg publish. As long as youโ€™re signed into CPM and gh, itโ€™ll just work Next Steps: โ€ข Iโ€™ve added io keyboard mod to create a bitfield of modification key presses for the keyboard device, so now keys like CTRL and TAB can be handled, which lays the foundation for my next project which is making a basic file editor in casm โ€ข Iโ€™m back from camping! (RIP my 60+ day streak) My plans going forward immediately is improving program counter modifications to allow for higher-level concepts to be bootstrapped onto Crawssembly instruction sets. (Image unrelated) โ€ข Iโ€™ve been working with @BetterClient to inprove the program counter and bringing back fgo from casm beta. This is also a reminder that Iโ€™ll be OOO until next Monday. View Devlog button
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c079b4c2-bed3-4ea6-ba39-f4222e428022-799b9543-15e8-4b10-a53d-c0b748608cf3.png
rustlang emojisummer-of-making emojigithub emojigoose-honk-technologist emoji
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @The-Craw Title: Crawssembly Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข Programming languages are a lie! Learn how computers actually work! Scratch but for machine code. Runs on a custom-built rust-based VM and compiler. Over ~450 unlogged hours before starting Stardance. Programmed 100% in nano, no fancy editors used! โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Github: github.com/Jonah-Crawford/Crawssemblyโ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Online: crawssembly.ultimatecraw.xyz/โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Docs: docs-crawssembly.ultimatecraw.xyz โ€ข Iโ€™ve added io keyboard mod to create a bitfield of modification key presses for the keyboard device, so now keys like CTRL and TAB can be handled, which lays the foundation for my next project which is making a basic file editor in casm โ€ข Iโ€™ve made publishing packages super easy now, all you need to do is craw init to create the package, and then craw pkg publish. As long as youโ€™re signed into CPM and gh, itโ€™ll just work Next Steps: โ€ข Iโ€™ve added io keyboard mod to create a bitfield of modification key presses for the keyboard device, so now keys like CTRL and TAB can be handled, which lays the foundation for my next project which is making a basic file editor in casm โ€ข Iโ€™m back from camping! (RIP my 60+ day streak) My plans going forward immediately is improving program counter modifications to allow for higher-level concepts to be bootstrapped onto Crawssembly instruction sets. (Image unrelated) โ€ข Iโ€™ve been working with @BetterClient to inprove the program counter and bringing back fgo from casm beta. This is also a reminder that Iโ€™ll be OOO until next Monday. View Devlog button
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d98f33a7-fae6-4404-9be3-56012b1b8f70-f7cdaebb-2b04-4652-b2d5-da479c41a031.png
goose-honk-technologist emojisummer-of-making emojigithub emojirustlang emoji
Kaplin86
@Kaplin867+
Day 226 / 365 Yet another day of doing minimal work programming wise. I did a lot of cleaning though. I spent some time on One Turret, attempting to code a simple resizable control container node. Its for the map editor. Its decent. I will try to lock in some more tommorow.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4014048c-f2cf-4fff-babe-5a6189b07be9-image.png
summer-of-making emojigoose-honk-technologist emoji
Kaplin86
@Kaplin867+
Day 225 / 365 Today was pretty much like yesterday lol. Except I felt a tad bit worse. I had to do a lot of things off the pc (i feel like such a loser saying that), and my brother was being mean :C oh well you win some you lose some. I think im going to try and work on one turret a bit more. At the end of the day, it IS my most important project to date. Might stay up late working on it.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d27a2c35-54f5-4ed5-9af1-2fa7869964af-image.png
summer-of-making emojic emojithinking emoji
Eshun
@Eshunnull
I worked some more on my website today. I animated features, added interactivity, and started uploading projects. Hopefully it will be done by the end of the week.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e3e8bcea-e024-48eb-9603-2bd5c184823c-Screenshot%202026-08-12%20at%209.13.10%E2%80%AFPM.png
Kaplin86
@Kaplin867+
Day 224 / 365 Today was pretty good! An online friend of mine was playing a game I really like. He played it for 10 hours straight. I also watched the whole time, so i didnt get too much coding done. I finished the first quick time event in Router Rebellion, but I havent hooked it up to the combat system yet. I have it to where i can easily adjust the windows for the result. Though I might give it a recode since how i have it is a bit... untraditional. Right now, the window is determined by the number of pixels away the bar is from the target (or closest target if multiple). However, the speed in which the bar moves is variable, so as more bars get added, it speeds up, meaning the windows are smaller in real world time. As far as i know, most timing windows are based in time rather than pixel position, so i might need to make a converter. Would atleast make it easier to explain frame-increasing cards. I think "Increases the Amazing! Attack window by 10" is worse then "Increases the Amazing! attack window by 100 ms.". especially true since not all of the timing things would be able to use the pixel distance thingamajig. some might have to use normal timers, like one where you have to hit 3 keys in under a certain amount of time.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/81a494d2-1315-43fc-bf58-8b2b435a3cf2-image.png
summer-of-making emojithinking emoji๐ŸŽฎ
santoso-winatan
@santoso-winatannull
I went to the Cullen breakfast where I met Lance Burgess - Chief Financial Officer of Pikpok. He created the policy for the game industry rebate in 6 weeks which in NZ policy terms is remarkably quick! Other then this I also looked into Universities bc what is year 13 without a multitude of midlife crisises trying to avoid an actual midlife crisis. Other then that I emailed like 20 stardance people during my Hack Club meeting. Next week I really wanna run a workshop or something simply bc I can then the weekend after that maybe I mass spam Kiwihacks emails or something. Oh also the day before I spoke at a WC assembly about Hack Club isn't that exciting
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a1a8eb9b-6741-462f-a82e-193e38da7d9e-KiwiHacks%201.jpg
pkncoder
@pkncoder1
New render I could set the scene more, but I'm going to save that for the ray marcher Shadertoy / online demo: shadertoy.com/view/7fBSzR (won't look like that on launch)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/06e6a486-e22c-4534-b1a4-b77548f7b7f0-image.png
woa emojisummer-of-making emoji
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @The-Craw Title: Crawssembly Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข Programming languages are a lie! Learn how computers actually work! Scratch but for machine code. Runs on a custom-built rust-based VM and compiler. Over ~450 unlogged hours before starting Stardance. Programmed 100% in nano, no fancy editors used! โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Github: github.com/Jonah-Crawford/Crawssemblyโ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Online: crawssembly.ultimatecraw.xyz/โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Docs: docs-crawssembly.ultimatecraw.xyz โ€ข Iโ€™ve made publishing packages super easy now, all you need to do is craw init to create the package, and then craw pkg publish. As long as youโ€™re signed into CPM and gh, itโ€™ll just work โ€ข Iโ€™ve added Markdown support for CPM packages ๐Ÿ”ฅ Next Steps: โ€ข Iโ€™m back from camping! (RIP my 60+ day streak) My plans going forward immediately is improving program counter modifications to allow for higher-level concepts to be bootstrapped onto Crawssembly instruction sets. (Image unrelated) โ€ข Iโ€™ve been working with @BetterClient to inprove the program counter and bringing back fgo from casm beta. This is also a reminder that Iโ€™ll be OOO until next Monday. โ€ข Once you get 1 command working, many more will follow! Thatโ€™s right, a command line written 100% in Crawssembly code ๐Ÿ”ฅ View Devlog button
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e0c313d7-4d49-4233-b93a-5bf71d2a5d52-edf84919-4885-4694-8ca7-0a698e91b9ee.png
summer-of-making emojigithub emojirustlang emojigoose-honk-technologist emoji
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @The-Craw Title: Crawssembly Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข Programming languages are a lie! Learn how computers actually work! Scratch but for machine code. Runs on a custom-built rust-based VM and compiler. Over ~450 unlogged hours before starting Stardance. Programmed 100% in nano, no fancy editors used! โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Github: github.com/Jonah-Crawford/Crawssemblyโ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Online: crawssembly.ultimatecraw.xyz/โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž โ€Ž Crawssembly Docs: docs-crawssembly.ultimatecraw.xyz โ€ข Iโ€™ve made publishing packages super easy now, all you need to do is craw init to create the package, and then craw pkg publish. As long as youโ€™re signed into CPM and gh, itโ€™ll just work โ€ข Iโ€™ve added Markdown support for CPM packages ๐Ÿ”ฅ Next Steps: โ€ข Iโ€™m back from camping! (RIP my 60+ day streak) My plans going forward immediately is improving program counter modifications to allow for higher-level concepts to be bootstrapped onto Crawssembly instruction sets. (Image unrelated) โ€ข Iโ€™ve been working with @BetterClient to inprove the program counter and bringing back fgo from casm beta. This is also a reminder that Iโ€™ll be OOO until next Monday. โ€ข Once you get 1 command working, many more will follow! Thatโ€™s right, a command line written 100% in Crawssembly code ๐Ÿ”ฅ View Devlog button
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6e35fa9e-88af-4bac-a678-a1b1a999d554-234924d8-62bc-4788-b935-18a269856eda.png
summer-of-making emojigithub emojirustlang emojigoose-honk-technologist emoji
Kaplin86
@Kaplin867+
Day 223 / 365 Today i was feeling particularly down. I dont know the exact reason, but thats probably because it stems from a lot of little things. Not something to worry about. Its like losing one fight in a war! I believe i will persevere. I wrote a few things for college applications. Not much to note about that though. I worked a bit on Router Rebellion, working on the framework for getting the quick time actions to work specifically. I will probably finish the first one tommorow. Its a simple "hit a button when the bar reaches certain point" type thing. Though it is all procedural in the sense that the quick time event is lightly hardcoded. I can increase a variable to increase the amount of button presses, etc. I prefer making games that way in general lol but I have specific reasons from what im planning. Not only do i want some attacks to just have harder quick time actions, but i also want there to be some additional cards (think jokers from balatro) that increase or decrease the difficulty of the quick time actions, alongside the windows for what counts as "great!" result vs "okay.." result. I want there to be a build centered around missing by not doing the quick time at all lol.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/9ef7dcc9-fbcf-492c-8042-d577ecb4a16d-image.png
thinking emojisummer-of-making emoji๐Ÿ–‹๏ธold-man-yells-at-cloud emoji
pkncoder
@pkncoder1
Here's my first ever attempt at animated lights as well, I think it turned out well! _image is way more crispy than it was supposed to be, as the compressor compressed more than I wanted it to_ Go check the non compressed version here: shadertoy.com/view/7fBSzR
summer-of-making emojithinking emoji
pkncoder
@pkncoder1
----------------- Devlog XVII ----------------- - :spin-loading: *Strange* :spin-loading: Hours - > To recap, my project is a custom made rendering engine that focuses on diverse rendering options along with high stylistic control (very high-level explanation). โœจ What did I do? โ˜€๏ธ To start off, I did not work directly on my application, but the online demo. It's like working on the website, but through another editor sometimes. > The goal of the Path Tracer is to eventaully get it clean & quick enough to be real-time. This is the first of the 5 renderers that I will be making. I was working on my online shadertoy DEMO (shadertoy.com/view/7fBSzR) for the Path Tracer, specifically the denoiser. The name of the denoiser I am using is the "*Edge-Avoiding ร Trous Wavelet Transform*". As a quick overview: - It applies a blur "with holes" to allow for less to no image distortion - Fast enough for realtime - Includes "weights" based on (in my code): Normal, Depth, and Color. The larger the difference between the center pixel and the scanned pixel (kernel), the more weight is applied, lessening the amount of blur. This is amazing, however when the camera moves, the denoiser assumes that the current and previous pixel are in the same world postion (when it isn't). This causes errors when trying to overlay the image and gather data. This is why we track the motion of the camera, creating a vector to get the same world position pixel. I got this wrong on one of the first attempts, the last attachment (*videos are compressed*) shows that fun video (warning for those who get motion sick). With this, I am able to blur the image, and with some more techniques, I can get rid of "ghosting." :miku: Thank You for Reading :3-blahaj-spinning: In the videos, I rendered them in fullscreen 4k on my better laptop+GPU, don't worry about your system being too slow, just don't fullscreen it <3 (the development was done on my lower end mac). The hours logged are from refactoring the project after the last devlog, and editing the code when I didn't do it in shadertoy's editor. Shadertoy DEMO: shadertoy.com/view/7fBSzR Stardance devlog: stardance.hackclub.com/projects/15129/devlogs/38161 Github repo: github.com/pkncoder/Engine/tree/Phase-IV Project landing page: pkncoder.github.io/Engine
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d8703d9d-d091-4bab-b5e4-207b959e8ef6-lightdarkdenoisetest.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ee3eb8e0-9c0a-49a6-b28c-a3dda57d6096-5f9e1cd6-6afe-439b-bee3-33733f2d73cc.png
summer-of-making emojigithub emojigoose-honk-technologist emoji
QuackX
@QuackX0
๐Ÿ“” New Devlog Boosted Author: @_got.DDR5.RAM_ Title: Omni-Core Summary: You are browsing as a guest. Sign up (or log in) to start making projects! Progress: โ€ข I made a fully-local AI-powered student assistant. Like it has EVERYTHING from Textbook Analysis, a Priority Matrix and Web Research to Music Streaming and Music Downloads to Auto-Meeting Transcription and Observer Mode and MORE. Like, building this project was a nightmare in debugging as it used Tauri, Rust and React, and shifting between debugging one to the other is hell as they are VERY DIFFERENT. And the most powerful thing is that this app is like that one teacher who refuses to stop observing you guys, so that you guys work. This constantly records your screen (bit like PiecesOS or Windows Recall BUT I donโ€™t ship all your data to a server unlike Pieces) and gives you statistics on what youโ€™ve been doing, and your entire data including Statistics, Goals, Tasks, Textbooks and Notebooks and MORE are sent to the local AI models (btw, yeah, you have to have Ollama set up with the 4 models mentioned in setup) so that it has your entire context. And all this with no telemetry, privacy risk or internet needs, it can run COMPLETELY LOCALLY (music too is downloadable hehe). Also, please read the GitHub README as it holds all the features, I have only teased it here. Also, btw, this wasnโ€™t made in just 10 hours, that is just the time I had hackatime on (and Iโ€™m fine with getting 10 hours worth of Stardust as it is my fault for not having hackatime), I just want you to know that 60+ hours (3-4 hours per day including research) of MY work was put to this and that this is NOT just a scrapped project that over-claims and under-delivers. โ€ข Yea, I just added a Start-up page, and also finished up with all the core features. (I spent way more than 3 hours lol, donโ€™t think I just sat and built everything in 3 hrs). Anyways, try it out at: github.com/Koundinya-Git/omni-dashboard Next Steps: โ€ข All devlogs, followers, and associated data will be removed. View Devlog button
react emojidino-debugging emojigithub emoji๐Ÿšข๐Ÿ”ฌrustlang emojithinking emojisummer-of-making emojimusic emoji
Eshun
@Eshunnull
Progress on my personal portfolio website is going well. I figured out my aesthetic direction, including, colors, typography, and graphics. Today was the first day of school, so not much got done, but I am hoping to make some decent progress throughout the rest of the week.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/063dbe65-8ca2-4d7b-b49c-906e81318473-Screenshot%202026-08-10%20at%209.48.11%E2%80%AFPM.png
Kaplin86
@Kaplin867+
Day 222 / 365 Yeah i got nothin lol. I really didnt do much. I slept in, played a bit, worked a tad bit on Router Rebellion, and talked with online friends for most of the day. Im also contemplating how i want to code the attack system in Router Rebellion. Specifically with moves, and their secondary effects. I have the base move stuff setup, so you can target, have multiple targets, target allies, etc etc. things that are on every move. But now im considering how i want to code the additional effects. Theres 3 main ways: 1. Every needed combo has a class that inherits base move. The issue with this is that it might get complicated quick, and i wouldnt have a good way of checking things like "if move applies burn". 2. The move class has a lot of variables. Like there would be a damage variable, then a burn boolean, then burn count, etc. This would probably make giant scripts. Easy to check if a move does a certain thing though. 3. The moves have an array of "application" objects. It would run through each application object and apply it to the target. For example, damage would be one, alongside burn, etc etc. but each would be different objects with unique code. Easy to check for specific actions in a move. Theres not too many issues with this one except the fact it would probably take longer. and maybe harder debugging.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/408693ce-5eda-452a-8c94-2152058b9c23-image.png
dino-debugging emojisummer-of-making emojigoose-honk-technologist emoji
ranveer.tar.xz
@ranveer.tar.xz0
built a study app and I can't tell if it's actually fun or just a chore with sound effects learnova.software you type a topic and play a ladder where the hint gets stripped one rung at a time: multiple choice, then fill in the blank, then assemble from chips, then say it in your own words with nothing to lean on. the last one can't be skipped, that's kind of the whole point. no signup, works on phone. the thing I actually want to know: pick a topic you half know and do one full run, then tell me the exact moment you wanted to stop. not what would make it better, just where you checked out. that's the bit I can't see from the inside. Apache 2.0 if you want to poke at the repo
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/423ef67e-5066-4c0c-a20e-840cc453e1f6-image.png
๐Ÿ“šsummer-of-making emojiassemble emoji
pkncoder
@pkncoder1
โ€”โ€”โ€”โ€”โ€”โ€“ Devlog XVI โ€”โ€”โ€”โ€”โ€”โ€“ > To recap, my project is a custom made rendering engine that focuses on diverse rendering options along with high stylistic control (very high-level explanation). โœจ What did I do? โญ๏ธ For the quick overview: โ€ข Dealt with an issue in Obsidian, as apparently there was โ€œminor rendering performance improvements.โ€ This is FALSE :( - I just downgraded the version โ€ข Created the new BufferManager to handle UBOs, SSBOs, VBOs, EBOs, etc. + Dynamic, Static, and Stream buffers. โ€ข Integrated the RenderTarget & ShaderPass system from PathTracer straight into IRenderer + added base utilities to it. โ€ข Did some formatting Overall the two big things that I did was the new Buffer system & the updated IRenderer interface. For the new Buffers, previously I had UBOs (dynamic values) & SSBOs (big mostly static information blocks) set up in seperate files, that BufferManager returned. Now, every buffer is a single struct called GPUBuffer, and GPUBuffer has a type, and a usage (go look at the images in stardance). Now everything is centralized on that. For the new IRenderer interface, now there are RenderTargets - textures that shaders write to as output - and ShaderPasses - A pass of a shader. These can be added to a registry, keyed by a UUID (big number, in this case). :miku: Thanks for reading!!! :3-blahaj-spinning: Thanks so much @AVD for the Superstar! Iโ€™m excited for when I can finally start writing my shaders, itโ€™s getting closer & closer! The fancy Path Tracer will be cool and all, but I have big plans for the Ray Marcher!! Stardance devlog: stardance.hackclub.com/projects/15129/devlogs/37468 Github repo: github.com/pkncoder/Engine/tree/Phase-IV Project landing page: pkncoder.github.io/Engine
cooll-dino emojisummer-of-making emojigithub emoji
Kaplin86
@Kaplin867+
Day 221 / 365 Today i felt considerably tired. I even took a nap (which i rarely do). I tried to get myself to work on One Turret, but made barely any progress. I then tried to work on Router Rebellion, which i will say i did find myself putting more effort into. I was trying to calculate some stuff to get the camera to always look good when your choosing a move, but i still need to workshop it a bit. Its funny because im at the level of knowledge with 3d vector maths where I know enough to do simple things and how to execute ideas, but not enough knowledge to instantly now how to achieve the end goal, so i end up just playing around with a bunch of stuff. I even tried this one thing where i had a target angle, and then i calculated look-at vectors (like positions for the camera to look at) based on the current selected character and the middle of the battle screen, then i just iterated through -1 to 1 by 0.01, getting the inbetween value using that (0 = middle of map position, 1 = selected character pos, 0.5 = inbetween, and anything past that is overshoot or inbetween) and tracked which one was the closest to the desired outcome. It still didnt turn out good but it did get me a tiny bit closer. odds are im just overcomplicating it and i just need to set the angle to predefined things and i dont need to calculate anything :)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/efb1e73a-aaba-47e5-8427-771110269f75-image.png
summer-of-making emoji
Eshun
@Eshunnull
Today, I started revamping my personal portfolio website. My old portfolio worked perfectly fine. But lately, every time I opened it, a voice in my head screamed: โ€œThatโ€™s not you anymore.โ€ It is a hard thing to let go of past versions of yourself. It is even harder to let go of projects you poured your blood, sweat, and tears into. My old portfolio took me months to perfect, but it simply no longer fits the direction I am heading. Growth requires making space for the future. Outgrowing your own creations is not a failure; it is proof of progress. Hopefully, the new portfolio ends up looking even better.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e46aec2d-d7bd-4a30-abdb-d1236d1eb3c5-Screenshot%202026-08-09%20at%204.11.31%E2%80%AFPM.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f206e31c-5ba9-49ce-be59-66c9444d21cd-Screenshot%202026-08-09%20at%204.15.35%E2%80%AFPM.png
Kaplin86
@Kaplin867+
Day 220 / 365 Today I held another hack club meeting!! yay!! My club members finally got their IDs so I helped them get the authentication stuff in, and also teaching them about slack. After that, we tried our hand again at doing the 3d modeling for our hackpads we are going to submit to stardance. Its... not going good lol. Its weird, at first there was a guide for it on stardance, but then they made it to where you have to use the one on the hackpad site. only issue is that, for starters, its a different guide so theres some inconsistencies. And the second issue is that the one on the hackpad website is just worse lol. idk like i feel like theres way less content and explanation. Like we are struggling on this one step because we dont know how to move an autodesk sketch, but i suppose thats my fault since i didnt learn it before the meeting. We ended up just moving the rest of the model in a way the sketch is in the right place. Honestly, im considering having us restart. or perhaps switching project. i dunno, just something about hardware feels way more difficult compared to software. especially the time tracking. we didnt even try to track the time today since we didnt do anything substaintial (we literally spent one hour trying to move a sketch). theres also this hack club ysws called greeble which i might try. make a procedural pattern get it printed. Only issue with me participating is i already have like 4-ish projects on my plate (One Turret, Yomi Hustle mod, Stacklands Mod, Router Rebellion) due to my burnout(?) seeking to try new stuff quick, so idk how long id stick to it right now if i were to even start it.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/229919de-357d-4b5d-9a24-abb6bc062266-image.png
hardware emojihackclub emojisummer-of-making emojiyay emojislack emojigoose-honk-technologist emoji
ToeKnee
@ToeKnee0
Today I made @QuackX better. How so, you say? By making his AI model have a description similar to Gork's. :evil: Now QuackX is hyper-useful and annoying/gorky. The model I used was google/gemini-3-flash-preview, which is the same model which Gork uses. :hehehe: You can test it at: #C0BNKAQSVNE Github: github.com/toeknee-top/QuackX
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b4c5802c-ee0c-419c-b559-0aa79fcd4c2b-screenshot_2026-08-08_112709.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6de0e055-7fee-49d7-b5bd-993cb3d95a7a-screenshot_2026-08-08_112646.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/313205ca-99e0-4e4e-a321-59b5c1832872-9afb59f8-2d1d-401c-bba3-93c2d647f578.png
summer-of-making emojigithub emoji
alstocras
@alstocrasnull
devlog 0 begun working on a tui factory management game. so far im trying to learn how to use ncurses, and i made it draw some coloured text
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0dedfa5c-7b15-40a8-84f3-1a663eca9513-2026-08-08-091910_hyprshot.png
Kaplin86
@Kaplin867+
Day 219 / 365 Woke up really early to drive my dad to work, and really didnt do much for most of the day. I did however workshop a move selection ui for router rebellion attempt 2. Though given how i was feeling yesterday, im at that point in the cycle where i lack motivation , so rather than coding i hanged out with online friends quite a bit (among playing a few games). In particular, a few of us had a discord vc where we just played around with youtube watch together. It started with deltarune covers to just songs in general, then to national anthems, then to doing deltarune karaoke plus a few more. fun stuff. Odds are im going to get back to either working on one turret, or im going to work on router rebellion rather than my mod-kaplin-into-everything project
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/32907154-993c-4f7f-a14b-bf501bedeeb7-image.png
summer-of-making emoji๐Ÿšฒdiscord emoji
not_BPS
@not_BPSnull
Hi People, Im done with my portfolio. I have also hosted it on the hackclub's dns. dino.icu Im Bhardwaj Prasad btw a high school student with a visionโ€”building AI-driven technology that transforms how people create, build, and innovate. Iโ€™m deeply passionate about Artificial Intelligence, Robotics, and Sustainable Innovation. I founded InsightX, a research publishing organization, and served as Director of Product Development at STEM for Change, where I worked on sustainable energy solutions for underserved communities. Currently, Iโ€™m building ORIGIN AI โ€” an offline + online hybrid AI assistant that goes far beyond chat. ORIGIN AI is designed to help engineers and creators ideate, code, automate, and build faster using privacy-first intelligence, real-time automation, and deep workflow integration. My goal is to make AI something you build with, not just use. Check it out: https://bhardwaj.dino.icu/ https://bhardwaj-prasad.dino.icu/
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/819a0ed5-149d-4d96-824c-a01149003e0d-Screen%20Shot%202026-08-07%20at%205.38.13%20PM.png
Rocko
@Rocko0
A Physics Engine I made just to get myself familiar with C++ and learn OpenGL and physics :D
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/2cf75e66-2fe4-41d4-a68d-569646aa60b9-image.png
c emojisummer-of-making emoji
pkncoder
@pkncoder1
----------------- Devlog XV ----------------- โœจ What did I do? โ˜€๏ธ I tried getting this out before 4 hours, but it just wouldn't happen. Weird errors kept popping up ~(mostly being my fault)~. Here's a list of what I did: - Figured out generally how I was going to deal with uploading and caching meshes + textures - Put the new *GPUResourceManager* class into place to do the previously mentioned job - Started reworking the renderer pipeline (NOT THE RENDER PIPELINE) on CPU side, and set up the interface class with that - Patched together the old Rasterizer renderer to work with the new IRenderer pipeline - Fixed errors throughout - Split up normal & bump textures - Planned out how I will deal with all the different textures on the shader side, cutting the checks out at shader compile time Yea, I know, it's a lot. It just felt wrong to create a devlog in the middle of everything, since up until after fixing errors I had *nothing* to show for it. :( I ran into this errors when fixing those errors, where the entire model (I was using the Sponza scene, check the *attached video*) was banded, where parts "didn't exist" and the other bands did. This reminded me a lot of the *"Minecraft Farlands"* specifically the pocket edition ones. ๐Ÿ”ฅ What _didn't_ I do? ๐Ÿ’ฅ To keep this brief: - Fully split up the SSBO system in the BufferManager - Reimplement good use cases of UBOs (although I did put in place double buffering) - Add the more sophicticated data handling in the PathTracer (as I commented it's existance out so I could complile). - Figure out how shadow mapping is going to be cleaned up in the Rasterizer. ๐ŸŒน Thanks for reading! :3-blahaj-spinning: These devlogs have been getting more attention, and I'm getting closer to doing a rebrand to finally get my point and final ideas across! :3 Stardance project page: stardance.hackclub.com/projects/15129 Github repo: github.com/pkncoder/Engine/tree/Phase-IV Project landing page: pkncoder.github.io/Engine
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0eda6c3a-9565-44e6-b43f-12b45ce0dec4-8bb82cd7-29a1-47ed-8c55-46c9809ea5bb.png
github emojisummer-of-making emojiminecraft emoji
Kaplin86
@Kaplin867+
Day 218 / 365 Today was interesting. I did a mix of things. I worked a bit on One Turret, adding some fixes to bugs / issues found within the beta test (which only really came from one guy, my good friend regonold). Pretty simple stuff nothing too crazy. But after that I felt a bit... empty? lacking motivation? idk. I couldnt get myself to code on One Turret, or on my Yomi hustle mod, so i just randomly started to mod stacklands. luckily its probably going to be a lot easier than my yomi hustle mod in my quest to mod myself into every game. I will finish it tommorow probably. ez enough.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/8ec36407-ba5a-4fb6-af3c-6cb91bcf839c-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c16e1944-3a99-4ca0-9ce1-9e6c65c0aa9a-image.png
summer-of-making emoji๐ŸŽฎquests emojigoose-honk-technologist emoji
Shahmeer-U0BN5643X6V
@Shahmeer-U0BN5643X6V0
Hey everyone! ๐Ÿ† Super excited to share my semi-humanoid service robot build. It features a wheeled mobile base, multi-servo articulated arms and grippers, an expressive neck, and an integrated AI voice-conversation system! Even betterโ€”this project recently won 1st position at the district-level competition right here in Sahiwal, Pakistan! :robot_face: Dropping the photo of the robot and my winning certificate below. Let me know what you think of the build!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/84fdafc9-256d-4591-9300-e64bf3c9bdf7-whatsapp_image_2026-08-07_at_11.47.27_am.jpeghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/813541f0-a6f1-4e6e-b088-0376622c2714-whatsapp_image_2026-08-07_at_11.17.18_am.jpeg
summer-of-making emoji๐Ÿค–thinking emoji