create 3Dworldring section and moved stuff around
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2026-02-02 23:49:36 -05:00
parent 8ec94d6b98
commit 16eae75fdf
6 changed files with 18 additions and 18 deletions

View File

@@ -11,5 +11,5 @@ Alright, enjoy looking around. Feel free to [reach out to me](@/contact/_index.m
:evergreen_tree: :evergreen_tree: \*escapes and goes into the [forest](@/secrets/forest/index.md)* :evergreen_tree: :evergreen_tree: :evergreen_tree: :evergreen_tree: \*escapes and goes into the [forest](@/secrets/forest/index.md)* :evergreen_tree: :evergreen_tree:
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=just_cj" defer></script> <div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=just_cj" defer></script>
<p> </p>
<canvas id="rendering_canvas"/> <canvas id="rendering_canvas"/>

View File

@@ -0,0 +1,5 @@
+++
template = "blog.html"
title = "3D World Ring"
+++
This is a project where I attempt to create a webring for 3D explorable worlds. Each world/website should be able to move you to another in some way.

View File

@@ -1,5 +1,5 @@
+++ +++
title = "Concept: Webring for explorable 3D worlds/websites" title = "Concept for Webring for explorable 3D worlds/websites"
date = "2026-01-17" date = "2026-01-17"
authors = ["CJ Satnarine"] authors = ["CJ Satnarine"]
+++ +++
@@ -9,7 +9,7 @@ A while ago, I was working on a personal project where I had some 3D explorable
However, that gave me the idea of extending these worlds by having a webring of worlds that connect to each other in some way. Perhaps, entering a door leads to your neighbour's website. Or just having a button that teleports you to somewhere (your webring neighbour). I can't even imagine what creative websites might come out of this. However, that gave me the idea of extending these worlds by having a webring of worlds that connect to each other in some way. Perhaps, entering a door leads to your neighbour's website. Or just having a button that teleports you to somewhere (your webring neighbour). I can't even imagine what creative websites might come out of this.
## Rules ## Rules
I'm not sure what "rules" goes into what is a considered a 3D explorable website. I don't really know if there's a specific name for these type of websites. I'm just writing this to have my thoughts out here for the webring. What I had envisioned was: I'm not sure what "rules" goes into what is a considered a 3D explorable website. I don't really know if there's a specific name for these type of websites, the closest thing I could think of as a game genre is *walking simulators*. I'm just writing this to have my thoughts out here for the webring. What I had envisioned was:
- *The ability to "explore"*: I guess you should be able to move around the website in some way. - *The ability to "explore"*: I guess you should be able to move around the website in some way.
- *You should be able to move to a webring neighbour*: The website should allow you to move to another 3D website via some way. I guess folks can get creative with this. - *You should be able to move to a webring neighbour*: The website should allow you to move to another 3D website via some way. I guess folks can get creative with this.

View File

@@ -1,7 +0,0 @@
+++
template = "blog.html"
title = "Weekly Blender Renders"
+++
Every week, I try to complete a render in Blender. It's to force myself to practice Blender, but also a fun challenge to see what I can come up with these time constriants. I was advised by the animation sibling to make the challange a bi-weekly render, I'll see if I'll take that advice after a few weeks.
This place will be a weekly devlog of the Blender stuff I've done, and I hope to end each week with at least one Render.

View File

@@ -114,14 +114,16 @@ p {
// Statuscafe // Statuscafe
#statuscafe { #statuscafe {
padding: .5em; padding: .5em;
background-color: black; background-color: colours.$black;
color: colours.$text; color: colours.$text;
border: 2px solid colours.$h1; border: 2px solid colours.$h1;
} }
#statuscafe-username { #statuscafe-username {
margin-bottom: .5em; margin-bottom: .5em;
} }
#statuscafe-content { #statuscafe-content {
margin: 0 1em 0.5em 1em; margin: 0 1em 0.5em 1em;
} }

View File

@@ -7,13 +7,13 @@
{{ section.content | safe }} {{ section.content | safe }}
<p><a href="{{ get_url(path='@/projects/3d_world_ring/_index.md')}}">3dworldring</a></p>
<p><a href="{{ get_url(path='@/projects/programming/_index.md') }}">programming</a></p> <p><a href="{{ get_url(path='@/projects/programming/_index.md') }}">programming</a></p>
<p><a href="{{ get_url(path='@/projects/game_development/_index.md') }}">game development</a></p> <p><a href="{{ get_url(path='@/projects/game_development/_index.md') }}">game development</a></p>
<p><a href="{{ get_url(path='@/projects/language_stuff/_index.md') }}">language stuff</a></p> <p><a href="{{ get_url(path='@/projects/language_stuff/_index.md') }}">language stuff</a></p>
<p><a href="{{ get_url(path='@/projects/photography/_index.md') }}">photography</a></p> <p><a href="{{ get_url(path='@/projects/photography/_index.md') }}">photography</a></p>
<p><a href="{{ get_url(path='@/projects/animation/_index.md') }}">animation</a></p> <p><a href="{{ get_url(path='@/projects/animation/_index.md') }}">animation</a></p>
<p><a href="{{ get_url(path='@/projects/weekly_blender_render/_index.md')}}">weekly blender render</a></p>
<ul> <ul>
{% for page in section.pages %} {% for page in section.pages %}