#scaffold (bbsprint)
Explore tagged Tumblr posts
glitchypsi 8 months ago
Text
Tumblr media
hello again
14 notes View notes
bbsprint 8 months ago
Text
SCR01: hard working
Tumblr media
progress...
9 notes View notes
glitchypsi 7 months ago
Text
youtube
IT'S OUT EVERYONE
8 notes View notes
glitchypsi 7 months ago
Text
gonna reblog some thoughts about scaffold nano and trowel pico's releases but i want you to have one image from the scaffold devlog screenshots post
Tumblr media
6 notes View notes
bbsprint 7 months ago
Text
PMT01: Scaffold nano & Trowel pico
Scaffold nano & Trowel pico v1.1.0 have been released tonight.
Tumblr media Tumblr media Tumblr media
Updates add a myStages to Scaffold, and QoL improvements to the powerup editing experience in Trowel pico.
Now that it's out, I'd like to also take this moment to talk about the development and release of both.
One year minus one day ago I had announced in Twitter I would work on the level editor for the demo version of BRICKBREAKER SPRINT (nano) so fans could breathe in more life to the game even in its limited state and to also showcase how much it can do with its limited toolset at the current time.
Tumblr media
The reasoning for a completely separate technology version was simple, WebGL. WebGL in Unity is so limited for even the most basic things (I had to install a package to support cross-app copy/paste before nano+'s release!) and I said "hey, might as well give the multiplatform users something to be able to edit with, doesn't need to be just windows which is what the currently unpolished-ish trowel desktop is!"
But then it hit me that the same limitations would likely make it hell for me to support just levels downloaded as files (internally stored with "bxtp" extension btw :) ) so then... I came at a crossroads
just say FKIT and not do it, make ppl wait for BB Lite
still say FKIT and kickstart the foundation of the online service that I had planned since the first design iteration of the game
guess what I took?
Tumblr media
I don't regret it.
Currently, Scaffold's login system is attached to itch.io. In the future, this will use my own account system (called Luna, still in development)
Now then... developing Scaffold's frontend was a challenge in itself, because I'm a masochist. I chose yet another technology to make the frontend in, this time Svelte, Sveltekit as backend saying "okay, no more fear of ServerSideRendering now that I can afford a VPS for this"
but... Svelte has been an absolute joy to work with. Its learning curve even smoother than React's (my first frontend framework, which powers cometSpectrum!), and I got everything rolling very quickly
Tumblr media
At first, I was going to use my regular website design language, but it's kinda jank, so I said NO and started from scratch with a simpler fa莽ade. For the style I wanted to pursue... it was perfect. Some people have complimented the graphic aspect of the site, and I'm happy I could deliver exactly what I wanted. (and yes the icons being in opposite directions compared to bbsprint's UI is entirely on purpose)
BTW, the site is made in such a way that a BB theme could be used as the site's theme and every color will change except for PNG icons, i love it (this functionality is used for people using their OS's Light theme)
This is actually the first made-by-me website project that has "public" facing write actions to a database and stores actual files. It works... very well, and I am very happy about it. It's like a combination of everything I've learnt up to this point, down to API design and interop between programs.
I did say this was the foundation for Scaffold, and I plan for this game to keep Scaffold as its prime way of getting stages, even when getting to storefronts like Steam or GOG. Kind of like an osu! situation.
You're at this part of the message... wanna see how Scaffold's logo used to look like?
Tumblr media Tumblr media Tumblr media
5 notes View notes
bbsprint 8 months ago
Text
DEV05 - Scaffold nano progress
Tumblr media
hey. it's been a while.
it's been about one month since my last update in regards to bbsprint and trowel pico/scaffold
i've reached one of scaffold's milestones now. the website can confidently show a homepage now
do note that progress is still underway and a lot is yet to be implemented, like uploading stages straight from trowel pico or actually being able to rate stages, as of right now
i would say that since the time i showed 80% of trowel pico's progress, i'm at 80% of scaffold's progress. backend works nice (needs some other security features, too) and frontend is looking stylish and also working well, at least the parts i've implemented so far.
it is going to be kind of a doozy in general to try your own stages as you develop them however. trowel's versions don't have a builtin player so in nano you'd need to load in the stage's link even if incomplete and give it a full run in the game
it's definitely different from other player-editor workflows. i plan for trowel desktop to be able to intercommunicate with BB because of this
the following question could come up: "if you knew of these issues, why didn't you make the editor right into the main game?"
answer:
Tumblr media
(real answer is actually in a previous devlog)
3 notes View notes
bbsprint 7 months ago
Text
MNT01: Scaffold update
Tumblr media
an update post about Scaffold nano and Trowel pico will be uploaded to this account soon.
2 notes View notes
bbsprint 6 months ago
Text
BXXX01 - Post-Nano milestone
hello everyone! thank you all for playing the game thus far. i have some news in regards to the development of the game going forward currently.
after watching a streamer play the game for the very first time on stream (despite playing on the dreaded WebGL version which ran at around 80% intended speed!!) i have noticed they have thoroughly enjoyed the game! after seeing all of you guys play what little the game currently has to offer i am very happy for the relatively small yet extremely positive reactions to the game, and i am happy to announce that i will be developing towards the next big milestone (BBSprint Lite)!!!
this marks the end of the Nano milestone period. the game will remain up and so will Scaffold nano, so you can play it and continue to create levels in the meantime.
however, i will be putting bbsprint as a whole in a kind of dev hiatus. i have been working on it almost nonstop with little time to dedicate to my other projects, and given it is in a limited yet stable and extensible (scaffold!) state, i am confident to leave it to rest for an indefinite (but not infinite) amount of time.
keep sharing! it still helps a lot and i appreciate it very much.
see you in lite!
5 notes View notes
bbsprint 10 months ago
Text
DEV04 - Pican'te (trowel pico thoughts)
almost a year ago, amidst bbsprint development and trowel development i have decided to ask my small playerbase about the editor's fate and settled on further expanding the scope of the game's demo and allow people to make their own levels while they wait for the full versions. this would be done through something called "trowel pico", which is a version that is intentionally much more limited than the regular trowel, and is web-based for maximum compatibility (because trowel is a windows app that could probably be compiled to linux and macOS)
Tumblr media
the route that leads to me developing trowel pico is a route that would amplify the game's deliverable and development time in general because i would need to juggle some things as well as 2 versions of a program to achieve the same thing with different targets in mind. i however believe it's gonna be worth it.
as it stands right now, trowel pico itself is about 80% feature complete, now reaching feature parity with trowel desktop in many aspects and able to generate a project file (yes, now they export project files by default instead of just the stage) that is cross-compatible with trowel desktop (except you can't load in stages from trowel desktop because i have intentionally added a guard to prevent using stages generated with desktop for the future)
i find that i am making some gui compromises compared to trowel desktop in favor of development speed, but i can't really stop myself from polishing the gui a little bit more adding things i've always wanted to add to a game/editor for game (read: startup screens) and as such, i have reached a milestone by finally being able to implement the startup splash artwork i made a few months ago as well as the startup jingle i made like 2 days ago
have a video.
i do not quite have a release date, because although trowel pico is 80% complete, Scaffold (the online service hosting and serving stage info for the update's plans) still needs to be made and that is its own beast, but at least, i do not have to worry as much about a wildly customizable gui for that one, the bulk of the development there is backend.
i'm thinking of letting people in my server try out trowel pico before anybody else while scaffold is being developed.
now, there's one question i left for last intentionally one may wonder "why did you make these separate projects instead of implementing them in the game itself?"
the reason is that i wanted to challenge myself by making things for one common goal in different toolkits, that's how trowel desktop started, since it's made in monogame
second i wanted to update the editor irrespective of the game, and third, which is trowel pico's reason for existing, is that doing things in web is terrible as it is
10 notes View notes
bbsprint 7 months ago
Text
BHS01: Scaffold development screenshots
Here's an assortment of screenshots from when I was developing Scaffold nano's frontend that were shared in the #glitchy-gamedev channel in my Discord server.
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
I do wonder myself why I was this aggressive. Maybe I was tired?
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
scaffoilet
Tumblr media
PMT01: Scaffold nano & Trowel pico
Scaffold nano & Trowel pico v1.1.0 have been released tonight.
Tumblr media Tumblr media Tumblr media
Updates add a myStages to Scaffold, and QoL improvements to the powerup editing experience in Trowel pico.
Now that it's out, I'd like to also take this moment to talk about the development and release of both.
One year minus one day ago I had announced in Twitter I would work on the level editor for the demo version of BRICKBREAKER SPRINT (nano) so fans could breathe in more life to the game even in its limited state and to also showcase how much it can do with its limited toolset at the current time.
Tumblr media
The reasoning for a completely separate technology version was simple, WebGL. WebGL in Unity is so limited for even the most basic things (I had to install a package to support cross-app copy/paste before nano+'s release!) and I said "hey, might as well give the multiplatform users something to be able to edit with, doesn't need to be just windows which is what the currently unpolished-ish trowel desktop is!"
But then it hit me that the same limitations would likely make it hell for me to support just levels downloaded as files (internally stored with "bxtp" extension btw :) ) so then... I came at a crossroads
just say FKIT and not do it, make ppl wait for BB Lite
still say FKIT and kickstart the foundation of the online service that I had planned since the first design iteration of the game
guess what I took?
Tumblr media
I don't regret it.
Currently, Scaffold's login system is attached to itch.io. In the future, this will use my own account system (called Luna, still in development)
Now then... developing Scaffold's frontend was a challenge in itself, because I'm a masochist. I chose yet another technology to make the frontend in, this time Svelte, Sveltekit as backend saying "okay, no more fear of ServerSideRendering now that I can afford a VPS for this"
but... Svelte has been an absolute joy to work with. Its learning curve even smoother than React's (my first frontend framework, which powers cometSpectrum!), and I got everything rolling very quickly
Tumblr media
At first, I was going to use my regular website design language, but it's kinda jank, so I said NO and started from scratch with a simpler fa莽ade. For the style I wanted to pursue... it was perfect. Some people have complimented the graphic aspect of the site, and I'm happy I could deliver exactly what I wanted. (and yes the icons being in opposite directions compared to bbsprint's UI is entirely on purpose)
BTW, the site is made in such a way that a BB theme could be used as the site's theme and every color will change except for PNG icons, i love it (this functionality is used for people using their OS's Light theme)
This is actually the first made-by-me website project that has "public" facing write actions to a database and stores actual files. It works... very well, and I am very happy about it. It's like a combination of everything I've learnt up to this point, down to API design and interop between programs.
I did say this was the foundation for Scaffold, and I plan for this game to keep Scaffold as its prime way of getting stages, even when getting to storefronts like Steam or GOG. Kind of like an osu! situation.
You're at this part of the message... wanna see how Scaffold's logo used to look like?
Tumblr media Tumblr media Tumblr media
5 notes View notes