Today, I graduated for Physics and Math on high school level. (self-education next to my job, I graduated 6 yrs ago)
This means quitting jobs and starting a Bachelor of Physics one month from now.
Today, I graduated for Physics and Math on high school level. (self-education next to my job, I graduated 6 yrs ago)
This means quitting jobs and starting a Bachelor of Physics one month from now.
Been implementing a demo for runtime lightmap generation via lightmap-space rasterization/rendering and performing irradiance sampling with simple ray tracing in the fragment shader. The whole thing is OpenGL 3.3.
Simply enjoying my Linux setup for some easy programming:
BTW: I am having Linux on a secondary 120 GB SSD of 20 euro. A worry-free way to enjoy the experience.
Is that i3wm or xmonad? I recently gave a try with Budgie and got it to get a macOS like UX.
If I can get a workspaces overview (it already has horizontal workspaces) and an easy manager, itâd be great and I can totally ditch Windows.
Hey everyone! Just joined, and saw this thread. Iâm working on building a location based tower defense MMO, back end and client (libgdx) in Java.
Itâs been more than a year into this project now, I suppose Iâll start posting updates!
The back end is the most interesting part, however Iâve been spending the last few months building out the renderer - this is the result so far. Rendering Geo data is hard! LibGDX is a bit thread-hostile too, which has made some optimizations tough but working through it.
thatâs really cool! looking forward to more updates
the rendering seems a little strange, like itâs warped or something when you move the camera around. is the fov really high?
Great question. The FOV is 45 - I think the issue is the aspect ratio. I am stretching the view port to fit my widescreen monitor. Iâll see if I can figure that out this week.
Making progress with a small path traced, lightmapped ambient occlusion demo. Here is some video:
Last night my âarcade cabinetâ guy came through and fixed my Virtua Fighter monitor. He had taken the chassis but couldnât figure out what was wrong, so he sent it to HIS guy in California. I canât believe my guy has a guy, and I wonder if his guy has a guy because the third guy must be really really smart. Iâm kinda excited as that was the only thing wrong with it. I expected to fix the monitor, then something else wouldnât work, rinse and repeat 5 times. But no, the cabinet just needs a good clean and thatâs it! I think that makes 7 arcade cabinets (if you count the arcade1ups which most people donât), and the two I made. Few more maybe I can open a neighborhood arcade.
That looks great! I really need to make progress on shading.
Bugs fixed - building selection more reliable now. Had to fix lots of things on client and server.
âtoo long didnât watchâ version of video:
Bugs found with not able to take all buildings:
- missing taking lock in backend, leading to overlapped shards
- shard split sometimes breaking âsourceâ tower information
- shard join removing routes, and routes not getting added back
- not sorting renderable intersections at map-level (was only doing at segment-level)
- buildings that have meshes split across the map!?!?
- not related but fixed: thread hostile shape builders
- feature ids only unique to a tile
Update - looks like libgdxâs ExtendViewport solves my aspect ratio woes.
Been testing w/ the SFO Airport a lot - pretty complicated building and also has water nearby. Been working on getting water rendering - had to do a lot including deploying a new service that proxies the mapbox vector tiles into something my backend can understand. I was using com.wdtinc:mapbox-vector-tile and it was not handling geojson rings correctly - thus I wasnât even getting the water data I wanted to render!
This is quite a fascinating project - needs its own dedicated thread I think.
Code for this demo is now up with commit: https://github.com/LWJGL/lwjgl3-demos/commit/57376fde5906b8431664a2b3ea46d753472a7c3e
Just got done with crunch. Man, crunch is really hard. I never imagined I would get burnt out on making a game, but 12 days straight for 10 hours really makes you burn out. I guess itâs just training for the real crunch.
With that being said, this game is going to be really really fun if you like those sort of games as an open world.
Your first guess is pretty much correct. Itâs sway though. I would totally ditch Windows for it, but two weeks ago I installed a GTX 1650 (to play KSP on Windows). Back on Linux: open-source nvidia driver = mesa (= nouveau) does not support this new GPU yet, so I was in a bunch of pain, because sway does not support nvidia. 20 min. ago I decided to ditch Wayland for a while and now am on Budgie, haha!
Sway was very easy to install, Wayland requires less hassle than X11. Really love it. You will have to do some more configuration afterwards though, which means you create your own WM a little.
EDIT: applications are shared so when I started firefox in Budgie it immediately resumed where I was last time, which was this topic. Makes it easy to switch window managers on the run.
Added Progressively Ordered Primitive (POP) Buffer LOD [1] to the voxel rendering. This is a LOD scheme which was originally developed to allow displaying a progressively refined mesh while downloading more mesh data over the wire on the web. Its advantage is that coarser LOD levels do not need additional mesh data other than sharing parts of the original full-refined mesh, whose vertices only need to be sorted/ordered depending on whether the quantization of vertex positions generates a degenerate triangle/face. Its disadvantage is that it does not necessarily preserve large features in high LOD levels but rather features that happen to fall onto powers of two coordinates (due to the quantization used by the LOD scheme).
Adding that to the VoxelLightmapping demo (including vertex morphing, as suggested by [2]) looks like this:
logged in for like the first time in forever