Landon Manning
Landon Manning
I agree. The admin interface of lapis-chan is pretty garbage, but (mostly) functional. I definitely want to revamp it sooner rather than later, so perhaps adding more global settings and...
I think that instead of having out links, just handling URLs would be sensible.
This is a good point. After looking at the OpenGL ES quick reference guide, I believe most shaders that will show up in here will be compatible with OpenGL ES....
I thought about it, but I don't think it's really necessary. Most discussion on an image board, like 99%+ is easily formatted using plain text, greentext, and whatever else ends...
This will probably require a new flag in the `posts` table to determine if someone signed in as an admin or mod made the post so that any markdown will...
This should be simple enough to do with highlight.js.
I need to revise how I do BBCode tags. I'll have a look at making a more robust parser using LPeg at some point.
Unfortunately I do not have an Oculus Rift of my own to test this on. I worked with a friend to get this up and running and he didn't seem...
Also worth noting is that the webcam image is skewed, not cropped, to fit into each eye. Blowing the picture up to fit the height, then cropping the sides off...
Either using local storage or a session should be fine. ``` lua self.session.themes[self.board.short_name] = "yotsuba_b" ```