Explore

andromeda

won first place in the hackathon this was submitted to 😌

but anyways, the main new feature is a ✨ config file ✨, just like all the other cool kid compositors on the block! currently configurable features include startup commands and completely configurable/remappable keybinds. this is almost seriously usable now :3

Attachment
0
andromeda

Honestly I can no longer remember exactly which changes were tracked by Hackatime for this devlog - so I’ll give a brief summary of what’s new / changed since last time!

Features:

  • Improved support for graphics tablets and touchscreens
    Regressions:
  • Got robbed in Barcelona and lost my laptop, along with all untracked changes :c

also 67 commits nice lol

Attachment
3

Comments

Gizzy commits Meow Fraud

How did gng do a project and ship it almost a month after ft ended 😭

andromeda
andromeda 22 days ago

lol it’s a long story but i can ping you on slack abt it if you want

BlueCheckmate
BlueCheckmate 16 days ago

you know what I may have to hear this story as well

hannahlivingfield

github broke. i cannot commit and therefore finish my proj. sorry ft 💔
:3
(meant to say this a while ago but i forgot)

Attachment
3

Comments

adamd
adamd about 1 month ago

thats sad :((

sage, the god of cats

yoooo hannah got the last devlog of ft <3

adamd
adamd 28 days ago

indeed

thebiraj_hkr

Increased piece size from 32px to 56px with enhanced contrast for better visibility. Fixed blunder detection by correcting the evaluation change calculation to properly catch negative evaluations (Black’s moves). Enhanced the evaluation function with positional bonuses and tempo calculation to create realistic eval variations instead of constant +0.00. Improved best move generator to produce valid suggestions and properly categorize moves as blunders, mistakes, inaccuracies, or good moves.

Changelog

  • feat: add Blunder Detector application (2d52508)
Attachment
0
ridit

Devlog 1

  • Using assistant-ui for the chat ui.
  • Switched to groq (for now, cause i am banned in hcai for some reason, i applead tho).
Attachment
0
pinyuanchen311

I’m pretty much done the project. I made some new UI and really cool effects, it also takes me a lot of time fixing the bug of the units attacking each others. Now it’s a playable game and I hope you will enjoy it. I’m actually running out of time so…
in this game, player just needs to press the buttons to make the units attack each other, there is only a infinity mode in this game, and there is no actual losing, it’s just how much bases you can take over

Attachment
2

Comments

vividhagarg17
vividhagarg17 about 2 months ago

wow!

indadharsh
indadharsh about 1 month ago

its pretty good

animesh_varma

woooo, I forgot to write a devlog, guess it will show up after my ship… Oh well

anyway, so flavortown just ended and I managed to slip in my ship exactly 2 min before it did…
I am so filled with adrenaline right now, I can’t express ittt

also the worst possible thing happened before I was about to the ship (~15 mins were remaining to the deadline), I realized I hadn’t cleared the 15 vote vote deficit from my last ship of another project and had to provide 15 comprehensive reviews in less then 15 mins, to say it was a trip through hell would be an understatement (but don’t burn me. I still provide valid feedback to people, just mostly positive as I had no time to critique their work…), and that is the story of my very weird ship! ;(

anyway, as i said in my ship, the project itself is pretty easy to use, if you don’t understand something, please feel free to mail me now with that out of the way, attached here with are some screenshots from the demo script, enjoy!!!

[also, for some context, the video pre-processing is required as V-JEPA is pretty strict about what it takes in and how long it should be to yield optimal results, the bounding box for the frames is resizable as if you increase its size it, the extract is downsampled so V-JEPA can ingest it…]
[can you tell I am burned out, is my speech coherent? NVM, please refer to the readme if you need to understand it better… sorry again…]

Attachment
Attachment
Attachment
Attachment
Attachment
Attachment
1

Comments

animesh_varma
animesh_varma about 2 months ago

Clarification on Usability!! Just a quick note on usability! You might notice there is no live website link, and that is simply because STATERA is a heavy framework that needs 8GB+ of VRAM just to run a single forward pass. Since I don’t have the budget for dedicated cloud GPU hosting right now, I made it as easy as possible to run locally with an automated setup script. If you don’t have the hardware to run it yourself, no worries at all, I put full video demos right at the top of the README so you can see the UI and physics tracking in action without downloading a thing!

(P.S. If you want any specific video tested, please feel free to email it to me and I will provide you with the heatmap and the exact extracted metrics!)

ivyliuwatermelon

It worked on my live server but not on the website and I figured it out that it was because netlify didn’t get my js. But I compressed my two files and now it works.

Attachment
0
nisarga01052008

Update in this devlog :

  • Added the challenges page to the website
  • Added TERMINAL interface to make the decoding intresting
  • Designed challenges based on base64 encoding, different cipher, etc (can’t reveal everything now…)
  • Major update to the Interface to make it feel classy
    Building a challenge takes time, not in terms coding, but planning and designing and refining. Worked for 4 hours straight to get this done in time. Log might say 1 hour because i used a AI to code the basic outline of this page as i didn’t have time and Flavourtown is closing. Hope the time you can see the effort in this project.
    #End_Final_Devlog
Attachment
0
milo1004

I’ve fixed the stopwatch precision issue in this devlog.

Attachment
0
codingShark

so i add timer logic here! to join caffeinated! this is will be great for pomodoro, you will get recipe when u finish the pomodoro

Attachment
0
inw

Basically finished with a very barebones UI

Attachment
0
ahmad

So, in this time we have made these more resources

  • I have created a dragon resource
  • Also, a house resource
    Now, you can use create, get-all and get-specific route other will be added later
Attachment
Attachment
Attachment
0
Saptarshi Sarkar
  • Fixed README, SECURITY.md and CONTRIBUTING.md docs
  • Creating demo video
Attachment
0
vikram26

Fixed the scaling mechanism for the NPC cars so the speed is now relative to the player speed and the zoom level. Before the cars would zoom past at higher zoom and crawl at lower zoom now it is consistent across all zoom levels.
Added individual car speeds to each NPC car so the traffic feels more alive. Same direction cars overtake the player and opposite direction cars come at a reasonable speed.
Fixed the lane centering for NPC cars. Lane 1 was off center due to the dirt shoulder being counted as road. Added a road offset ratio to trim the dirt and center the cars within the actual tarmac.
Added gradual traffic increase so the game starts calm and gets busier every 20 seconds down to a minimum spawn delay of 0.8 seconds.
Added spawn collision prevention so NPC cars dont stack on top of each other on spawn using a buffer check before pushing to the array.
Fixed the collision system which was going completely rogue. The SAT collision was using wrong angles for obstacles and NPC cars. Obstacles are axis aligned so they get angle 0 and NPC cars use their own facing instead of the player facing.
Fixed rogue hits on the first frame by checking NAN check.
Fixed the offroad damage check to use the player center point instead of edges so grazing the road border doesnt instantly trigger damage.
Fixed the fuel bar scaling so it stays in the correct position across all zoom levels using screen relative positioning instead of magic number ratios that only worked at one scale.
Moved to a uiScale separate from the game scale so the dashboard panel feels right sized without affecting the game world scaling.

Attachment
Attachment
0
maxicode

i made all of the hardcoded values CLI flags, polished the interface, and published the source code to github with actual documentation!

Attachment
0
Loading more devlogs...