I'm exhausted of living in hell, so I spend my time building blueprints for heaven.He/him | 24 | aspec | ASDWorldbuilding Projects:Astra Planeta | Arcverse | Orion's Echo | SphaeraThe Midnight Sea | Crundle | Bleakworld | Pinereach
1984 posts
Here Are Some Generators That May Require A Little Legwork To Use (you Don't Just Click A Button) But
Here are some generators that may require a little legwork to use (you don't just click a button) but they'll give characteristics of plants and animals for you to include in your world, based on the attributes of the planet itself.
-
aurielle666 liked this · 1 year ago -
yenoodlethings liked this · 2 years ago -
quenchedskeleton liked this · 2 years ago -
murdersofcrow liked this · 2 years ago -
sirikenobi liked this · 2 years ago -
aresnergal reblogged this · 2 years ago -
skynightfury2 liked this · 2 years ago -
lindwyrmrelinquished reblogged this · 2 years ago -
quacknsnack reblogged this · 2 years ago -
quacknsnack liked this · 2 years ago -
darkdanc3r reblogged this · 2 years ago -
darkdanc3r liked this · 2 years ago -
skythealmighty liked this · 2 years ago -
teashadephoenix liked this · 2 years ago -
subiysu-chan liked this · 2 years ago -
adorable-bookworm liked this · 2 years ago -
synesthetic-universe reblogged this · 2 years ago -
tybarbary liked this · 2 years ago -
avillanappears reblogged this · 2 years ago -
texasdreamer01 reblogged this · 2 years ago -
texasdreamer01 liked this · 2 years ago -
spyglassrealms reblogged this · 2 years ago -
spyglassrealms liked this · 2 years ago -
rararazaquato reblogged this · 2 years ago -
rararazaquato liked this · 2 years ago -
freedom-in-darkness reblogged this · 2 years ago -
freedom-in-darkness liked this · 2 years ago -
y2kbugs-moved reblogged this · 2 years ago -
y2kbugs-moved liked this · 2 years ago -
mishkatherunaway reblogged this · 2 years ago -
mishkatherunaway liked this · 2 years ago -
raina1032 liked this · 2 years ago -
goddammitravio liked this · 2 years ago -
goatsgomoo liked this · 2 years ago -
enbysorcerer liked this · 2 years ago -
tjc2009-2018 reblogged this · 2 years ago -
tjc2009-2018 liked this · 2 years ago -
roal-playing liked this · 2 years ago
More Posts from Spyglassrealms
Theory Time
The reason endermen don’t like it when you look at them is because they communicate telepathically with one another by locking eyes! Humans are absolutely not designed to do this so when we look at them we are accidentally projecting all of our thoughts into them at the same time and it hurts :(
“The first rule of starfaring: do not stare into hyperspace. Never, ever, stare deep into hyperspace; not because of what is there -it is not a separate place from the space we know- but because of what it is. Hyperspace is simply normal space in another direction, one you could not think of if you wanted to, and that in itself is the problem. When a ship flies through hyperspace, it moves by vectors that we can only understand through the comfort of abstract math. Watching it happen before your eyes is a sure way to drive yourself mad. Because the second you stop staring at that void, you will know that for a fleeting moment you understood God, and the only way to get that moment back is to confront the void again.”
— Brother Nicodemos of the Order of Saint Mercurion, describing voidthrall
Voidthrall is the insanity which befalls those who have spent too much time directly observing the reality of hyperspace. Within the shifted resonance state of hyperspace the mind can, to some extent, process the nature of fifth-dimensional reality, as the neural connections made to do so utilize the extra dimension. However, upon the return to the fourth-dimensional resonance state, these connections are inaccessible, leaving only the impression of a greater understanding and the burning itch to know something just beyond reach.
Voidthrall is, without exaggeration, eldritch madness: an obsession with the inherently unfathomable. The afflicted are haunted by echoes of things they cannot imagine without the bone-deep humming of a ship's hyperdrive, unable to make use of this knowledge, yet still plagued by memories of a far greater truth. The longer the afflicted have gazed into the abyss, the more desperate they become to regain their comprehension of the incomprehensible.
The madness is, to date, incurable. The only effective treatment able to soothe those who pathologically seek the unknowable truth is further exposure to hyperspace, until the point where the afflicted become unable to neurologically function in normal space.
Fresh news from Hubble, and it's a real doozy this time: it found a runaway supermassive black hole.
Let me repeat that:
A runaway SUPERMASSIVE BLACK HOLE.
Half the universe away, an immense object born of concentrated primordial chaos, so powerful it once bound an entire galaxy together, hurtles through the intergalactic void. Its flight through the cosmos so unfathomably violent that it leaves a stream of newborn stars two hundred thousand lightyears long whirling in its wake. Gas and dust in the space between galaxies is spread so thin a particle might never touch another for a million years, and yet this escaped galactic core has dragged the matter in its path into fusion.
What a universe we live in!
Wait, if Diancie is a Carbink, does that make it a paradox pokemon?
heres a few links from my bookmarks folder full of HTML and CSS resources that i used when first making my neocities website because i want other people to make their own sites as well because its fun :)
how to actually do html and css
web design in 4 minutes - this is the site that really made HTML and CSS click for me, following along as the author describes what’s he’s doing to the webpage and showing how it changes the presentation (you don’t need the book he shills at the end. i did without)
w3schools introduction to html - takes you through the very basics of creating a website, lesson-by-lesson. big goldmine for code to grab and scaffold off of once you have some basic skills
mozilla’s html guide - also a great beginner’s guide by the people who made mozilla, although i didnt use it as much as w3 schools
brackets.io - this is the program i use to write the files i use for my website. lets you do splitscreen to work with two files at once, gives you a breakdown of all the files in your website’s folder, and will let you autofill commonly-used tags and files in the code. supposedly has a live preview function but it doesnt work that well for me when i’m using a second monitor, which i normally do when coding. just save the file and refresh the page instead.
(side note: i work in a software external to neocities instead of directly in the neocities editor because 1. local files update with a refresh and neocities has to update the cookies AND download all the website info again once you update, and 2. it effectively gives you a mass undo button if you fuck up because you have your files hosted in multiple places (local and online). yes its kinda annoying to have to manually upload all my files especially bc you cant upload whole folders AND you cant move their locations once uploaded but i prefer it to working directly on the site. if you have a neocities pro subscription ($5/month) you can mount your website directly on your machine as opposed to the neocities dashboard, which basically means you dont have to manually upload the code every time you change something – it’ll update automatically)
codepen - if you prefer something browser-based to work in then try codepen, i used it a little bit at the beginning when trying to troubleshoot some code i didn’t quite understand. you need an account to actually save your work and im not sure if it actually lets you upload folders bc i never signed up lol
premade engines/sites/themes/etc etc
neothemes or eggramen or templaterr - if you wanna get a quick start on a neocities site, you CAN use a theme generator/premade theme. if you go this route i would still heavily recommend trying to learn HTML and CSS, and then go into the guts of your own website to try and pick it apart and change it to your liking
zonelets - a static blogging engine that uses HTML, CSS, and javascript. made for use on neocities but theoretically useable elsewhere. takes about 15 minutes to set up (if you use a default theme, but its pretty customizable if you know what you’re doing) and requires you to 1. write blog posts in html and 2. modify some code in a script file every time you want to upload a post, but it will automatically let you browse posts in order once you get everything uploaded
rarebit - a neocities webcomic template — havent used it yet but looks cool, and seems to operate off of the same principles as zonelets.
glightbox - this is the lightbox javascript code i use when i want to display a lot of images on one page. i found this code via clicking “inspect element” on a neocities fanpage that the webmaster drew a lot of fanart for. you should click inspect element on neocities pages that you like so you can understand how they do what you like (you can even look at their css by clicking the style.css link you have to include at the top of your page)
plus a couple masterlists/directories:
yesterlinks
sadgrl.online’s webmastery directory