![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
7:57pm - Geez time flies. It's already been an hour since I left the apartment and I'm only now settling in to work.
Well, it's my first work post on the new journal, so I'll say that if you want to read my previous work posts, you can check my previous journals, linked in the previous post.
Last time I was working on a random map generator for a test. It'll make a randomized map of three types of tiles (but mostly the first one) that I can view in the Tiled editor. After that comes the tricky part of making a tile loading program to move the map data from file to memory, but that's future squirrel's problem.
Now, Tiled uses the .tmx format, which is basically just an XML file structured for Tiled. I'm writing the map generation tool in C# for Windows. I've used a lot of C# since I've been working in Unity, but I haven't used a lot for application development, so a lot of this is new or a refresher. Particularly new is the XmlWriter class. New to me at least.
10:30pm - It took a while but not as long as I expected, and the map generating tool is complete. I've got some nice random maps.
My next step is to make a tool to load these maps into memory in Unity. That'll be the tricky part.
For now I'm shutting down for the night. It's been more than two hours so I'm due a break, and it's late enough that I don't want to work more after my break.
Well, it's my first work post on the new journal, so I'll say that if you want to read my previous work posts, you can check my previous journals, linked in the previous post.
Last time I was working on a random map generator for a test. It'll make a randomized map of three types of tiles (but mostly the first one) that I can view in the Tiled editor. After that comes the tricky part of making a tile loading program to move the map data from file to memory, but that's future squirrel's problem.
Now, Tiled uses the .tmx format, which is basically just an XML file structured for Tiled. I'm writing the map generation tool in C# for Windows. I've used a lot of C# since I've been working in Unity, but I haven't used a lot for application development, so a lot of this is new or a refresher. Particularly new is the XmlWriter class. New to me at least.
10:30pm - It took a while but not as long as I expected, and the map generating tool is complete. I've got some nice random maps.
My next step is to make a tool to load these maps into memory in Unity. That'll be the tricky part.
For now I'm shutting down for the night. It's been more than two hours so I'm due a break, and it's late enough that I don't want to work more after my break.