Made my cmake works and i’m currently working on getting the character moving! See you in a bit
Log in to leave a comment
Made my cmake works and i’m currently working on getting the character moving! See you in a bit
Log in to leave a comment
Working on the animations for the different characters!
Log in to leave a comment
I’ve started the project! I had some issues setting up raylib and making the program compiling… but finnally i’m starting to working on the client program (rendering graphics and playing music)
Log in to leave a comment
Just finished working on the linked lists! I think i could make some optimizations for the doubly linked list but i’m ok with what i’m doing
Log in to leave a comment
Starting linked list now! See you in a bit
Log in to leave a comment
I’ve profiled the code, and it runs decently. There’s definitely room for improvement, but I consider my work solid.
Log in to leave a comment
I’ve finally added the HashMap struct! Next i will test the performances
Log in to leave a comment
I started working on the foundations of hashmaps for my data structures library. Focus was on setting up the initial architecture and basic functionalities. I decided to go with a bucket approach instead of the classic linked list one.
Log in to leave a comment