First video in the tutorial series I will be creating for studio.
seen from China
seen from United Kingdom
seen from United States
seen from Indonesia

seen from United Kingdom

seen from Russia
seen from United Kingdom

seen from Canada
seen from United States

seen from Germany

seen from Netherlands
seen from United States

seen from Maldives

seen from United States
seen from Türkiye
seen from United States
seen from China
seen from Netherlands
seen from United States
seen from United States
First video in the tutorial series I will be creating for studio.
262 --- Documentation
Yesterday, the Qlovaseed documentation was tested for the first time (Qlovaseed is an app-development framework I am working on). Completely unprompted, my girlfriend tried using the framework and stumbled right into an issue. She couldn’t display an image in an app she created.
To add an image to an app, you need to have it in an ‘assets’ directory inside your project.
image.AddTo(App, "image.png") //This loads the image ./assets/image.png
The fact that this issue came up, clearly shows that the current documentation is inadequate (There are plenty of other undocumented features of the framework). Software frameworks that are written in Go (and hosted on GitHub) have their documentation automatically generated on godoc.org. Sourced from comments made by the developer within the code. For large projects though, Godoc has some pretty apparent weaknesses. Take a look at the GitHub API documentation:
Currently, Qlovaseed is using Godoc and while it may be great as a quick API reference. An app-development framework needs something better. Perhaps Sphinx, which I discovered because it powers the documentation for the Godot game engine (which I have been impressed by before).
Sphinx offers free documentation hosting for open-source projects and allows documentation to be written for a project in a custom format. I am currently investigating Spinx along with my team to establish whether or not it is a good choice for the Qlovaseed documentation.
Looks like I have some documentation to write.
235 --- Qlova.co.nz
I finally got around to creating a website for Qlova, the organization that holds ownership of the ‘i’ programming language and island. I ended up employing my Css and Javascript skills to create a fully animated webpage.
Take a look! https://qlova.co.nz The website currently acts as a landing page for the two projects. This is suitable for the time-being. I am planning to add documentation, downloads and other materials to the site. Possibly an about-page too. I would love to hear some feedback on the design! PS: my blog now has a dice button next to the search bar that will take you to a random post.