Tumgik
#lensdeercode
lensdeer · 3 months
Text
Tumblr media
Made the PSX DOOM fire effect in Excel
37 notes · View notes
lensdeer · 1 month
Text
Tumblr media
I made a simple tool to randomize faction picks in Root
It's all vanilla Javascript, so if you download its source code you can run it locally with no need for a server or a ridiculous chain of dependencies~
Hope it's useful!
16 notes · View notes
lensdeer · 8 months
Text
Tumblr media
I'm making a funky little arcade highscores page for my website, using CSS to style it like a CRT screen.
Posting this small teaser bc I'm super excited about my progress so far but I gotta go do Bad Screen Time and work for a couple hours now 😔
29 notes · View notes
lensdeer · 3 months
Text
Tumblr media
I made this little CSS animation demo (based on this TIC-80 demo) as a quick project. I don't think it's impressive or creative enough to be a proper "demo" like the ones I've been hyperfixating on, but it helped me get used to the workflow a bit.
CSS only! No Javascript is used anywhere in the page~ Which means the path is predefined instead of procedurally generated, sadly :c but I think I achieved a pretty nice effect regardless (I fucking LOVE the way the tail follows the kitty's movement)
Lowkey wish I had a cohost so I could put it there under #css crimes, but alas.
17 notes · View notes
lensdeer · 3 months
Text
Tumblr media Tumblr media
IT LIVESSSSSSSS
I already have a laundry list of shit that went wrong and desperately needs fixing before I can actually call it done, but hey, the new version of my website is online! Go check it out! :3
10 notes · View notes
lensdeer · 5 days
Text
Tumblr media
[CW: FLASHING] (For the low framerate gif, not the actual demo)
I recreated the famous Commodore Amiga "Boing" demo on my website using pure CSS! No Javascript or <canvas> at all, just a ton of 3D transforms and hacky math.
It's sadly not currently compatible with Chromium-based browsers, though, so make sure to open it on Firefox* for it to render properly!
It was a ton of fun and I learned a lot making it~ Pure CSS has the potential to be a valid demoscene platform and I will drag it there myself if I have to, damn it.
*: ...or Safari, I guess, but I have only extensively tested it on Firefox.
6 notes · View notes
lensdeer · 8 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media
I finished my website's arcade highscores page! I'm not great at old arcade games, but I love improving the shitty highscores I get in my self-built arcade cabinet, and I thought sharing them publicly would help with motivation and/or to fill in the void of not having a good local arcade to go to.
I'm super proud of this layout! It looks cool on PC, with an entire arcade cabinet with functional buttons and a screen with a CRT filter done exclusively in pure CSS and HTML, but I also made it resize dynamically to stay functional when viewed on phones and screens as small as 200x200px! Because with modern CSS there's no excuse not to make websites mobile-accessible, even with fancy complex designs like this.
I also drew two stickers to put on the screen. They're half-ripped because of fucking course you'd try (and fail) to remove the stickers some asshole put on an arcade cabinet's screen lmfao
I made the CSS as readable as possible, in case anyone wants to use it in their own projects.
Enjoy!
20 notes · View notes
lensdeer · 8 months
Text
Tumblr media
First section of my fursona's interactive ref sheet is mostly done~
(the animations look way better in the actual webpage, this is just gif jank aaa)
Still gotta tweak a lot of stuff, but I'm pretty satisfied with this proof of concept~ The full page will go live on my website sometime next week probably? I've still gotta draw a ton of assets for the other sections aaaaa
16 notes · View notes
lensdeer · 9 months
Text
Tumblr media
Sometimes Tumblr feels Too Serious and I would never go back to Twitter, so I coded a small iframe-based microblogging system on my website.
Apart from browsing it as an iframe, you can open it as if it was its own separate website, at which point the entire file is so lightweight (infrastructure parts are less than 1kb!) and loads so fast that it's feasible to browse its tags via CTRL+F.
Like, it doesn't need anything more complex and it fits my usecase perfectly, I'm super proud of it lmao
I'm working on a quick tutorial for how to adapt the framework I built and use it on your own website/neocities, so stay tuned for that I guess~
6 notes · View notes
lensdeer · 1 year
Text
Tumblr media
You know how Tumblr's "undocked" video player makes the right of your screen very crowded AND forces you to minimize any open chats before you can properly interact with it?
I've been working on a userstyle that:
Removes bloat from the sidebar
Centers your dashboard
Moves your chats to the left and reorganizes chat bubbles to fit more chats onscreen (requires centered dash)
Lets you choose exactly what to remove and customize your user experience to your preference!
Tumblr media
You can review the code and install it directly using this link, and you can also find it at UserStyles.world! (github repo here)
I would appreciate feedback and/or reblogs a ton~ Like, I started working on it for my own personal use, but I hope this can help other people too!
10 notes · View notes
lensdeer · 9 months
Text
Tumblr media
I don't think I had mentioned it here, but last year I found out it has been over 4 years since Mojang said they would add functionality to fletching tables "next update", and I was so baffled by this that I made a "how long since Google said to 'hang tight' about Linux support for Google Drive"-like timer to show some friends.
Long story short, I realized Mojang actually fucking sucks at following through on both minor and major promises despite owning literally the best selling videogame in history, so I coded this tracker as a slightly overblown reaction.
Anyways this morning I was updating it to be accurate to 1.20 and I decided to make an 88x31 button for it so I could link it from my website, which reminded me I hadn't posted it on tumblr, so here we are.
Tumblr media
...Enjoy?
4 notes · View notes
lensdeer · 1 year
Text
Tumblr media Tumblr media
In case anyone's interested, I made a custom userstyle for https://nimi.li, the Toki Pona dictionary I use. It uses the Gruvbox color scheme for softer contrast and less eyestrain.
It's available on GitHub here and UserStyles.world here~
11 notes · View notes
lensdeer · 1 year
Text
Tumblr media
Made a quick & hacky userstyle to get the new tag input bubble things to actually look decent and respect your theme colors
2 notes · View notes
lensdeer · 1 year
Text
Tumblr media
Did some art for my server's startpage :3 ft. @wednesdaymood's chicken fursona who I just learned is actually brown and not white oops
[Demo] [Code]
Check out the demo, it has a cute animation and shit uwu
1 note · View note
lensdeer · 1 year
Text
Tumblr media
Speaking of code-related stuff I've done, I don't think I've shared my custom startpage here yet?
I used it to force myself to relearn HTML/CSS/JS, so it's overengineered af lmao: as lightweight as possible, semantic elements to maximize code readability, fully responsive design, a cute pixelart version of my cat that chases your cursor, and it automatically picks between light and dark themes depending on your device/browser's settings.
In case any of you are interested in making your own website with neocities or whatever but don't know what to use it for, I strongly recomment starting with something simple like coding your own static homepage/linktree? There's a lot less pressure, and since it's intended for your own use you don't have to worry about making it pretty and presentable right away~
[Demo] [Code]
0 notes
lensdeer · 1 year
Text
jan kepeken ilo Linux o!
In case anyone browsing the tag has a use case as specific as mine, I forked and updated the existing Fcitx5 sitelen pona input method it to make it compatible with the latest UCSUR sitelen pona version (2022-05-20).
Now Linux users aren't locked to IBus for sitelen pona input! (mi la, ilo IBus li wawa ala li ike lukin mute a a. kin la, ilo Fcitx li pona mute tawa toki Nijon en sitelen nasin Juniko a! nasin kepeken mi la, ona li pona nanpa wan).
You gotta build it yourself, but it doesn't seem to have any weird build dependencies, so following the instructions in the readme should be enough~
Linking my fork bc the original dev doesn't seem to be active online, so idk when/if my PR is gonna be merged lmao. If they don't react to the PR in the next month I might polish my fork a little and do a more official release with prebuilt packages and stuff.
Hope this helps someone! o awen pona a!
Edit: The PR got merged! Replaced link with the official branch
0 notes