38

Weekend milestone finished... 27 minutes to late but finished. Mini Voxel Engine for a Game in Unity.

Did someone else finished a milestone this weekend also?

Show me your progress :D

Comments
  • 8
    Very cool stuff, the best I did was programming 2-D games in Unity back when I was in that ecosystem.

    For your question:

    I made a basic auth system for my Java backend SQL database.

    Be proud of me devrant.
  • 3
    @starrynights89 nice with Spring?
  • 3
    @Kanimaru If I could give you 1000++ updoots I would. You're right! :)

    My frontend is going to use Node.JS and REACT, which I've never used before. I'm very excited to try it out for the first time.
  • 6
    Am making a file uploader and decided to try and see what happened when I tried to upload all the 198 pictures of foxes that I have. Didn't go too well as I found my CPU working overtime, for some reason.

    After a hard reboot I tried again with like 120 foxes using Chrome and --inspect to debug. Still the same happened yet nothing seemed to cause it. The app barely used any memory but still my system was unusable.

    Then I tried with 60 foxes. While it did crash Plasma (leaving my windows open and usable) it did show me that, of course, it was calls to the virus scanner that I use.

    I asked Reddit and they informed me to use what is now my second favourite JS library (next to Moment.js) and now it won't scan more than one file at a time :3
  • 3
    @starrynights89 is the most of your frontend admin / managing things? The have a look at zkoss we are using it for more then 7 years and it's awesome. When you love java :)
  • 5
    A minor thing but started building an interpreter for a small scripting language I'm slowly toying away at and actually was able to run a successful app using it...

    (Was just printing hello world but hey its something!)
  • 6
    Well done on the voxel engine!

    Here's my progress this weekend: Cleaned the tanks, replaced the lines and filters (again), rebuilt the carburetors (again), got some 100LL avgas from the local airport (no ethanol to clog the jets with varnish), and fired her back up. Purring like a little 46 year old kitten :3

    Over the next couple years I'm gonna take her apart completely and clean every little bit, but for now I'm going to enjoy the fact that she's mechanically sound. Electrically though... Old English cars are not known for good wiring, and sitting for 20 years attracting mice certainly didn't help.

    Nothing dev related unfortunately. I usually work on my side projects during the week and spend my weekends in the garage.
  • 4
    I created a new UI for an app I'm making
  • 6
    Finished watching The Twilight Zone 1959 Season 1. And ahead of schedule too 😃😃😃
  • 2
    I think I’m going to get a seizure looking at that
  • 5
    i kinda did... finish... half of my milestone...

    ... implemented shooting to my game
    ... except projectiles don't do any damage yet and don't explode on impact, which, in unity, means like 15 lines of code, so... nothing to celebrate.

    except the fact that it's better than having done nothing
  • 3
    I'm making a programming language, i got garbage collection mostly working (should be done by end of today).
  • 3
    That's awesome! Looks great!

    I didn't reach any milestone this weekend. I needed to finish writing a chapter of my thesis and procrastinated all the time...
  • 7
    4:20h late but I have been asleep during the day for pretty much this entire heatwave.. most of my work I do during the night these days. What's left for me is putting these 3 things (from left to right: audio F-F adapter, hacked USB port and M-M audio cable) in an enclosure. Not sure if my neighbors are going to like me for doing woodworking in the middle of the night though 😛
  • 2
    Worked on some minecraft mod stuff wouldnt say i completed anything but exploring mod dev for that game was pretty neat

    Also goodsl stuff on that voxel engine looks pretty sweet
  • 6
    I realsed my new Android app called "Sale Monkey" on friday. My task was to finish it before i go off to my vacation in italy. So thats a recent Milestone for me
  • 7
    I've rebuild my whole website with Vue.js/Nuxt.
    I think it looks and FEELS better than before. There are still somethings I need to work on but until now it's good.
  • 2
    @AporueSutol post your progress on your timeline! :)
  • 1
    Upgrading the largest PHP project known to mankind to Laravel 5.7, and eating peanut butter from a jar.
Add Comment